Lines Matching refs:policydb
239 struct policydb { struct
320 extern void policydb_destroy(struct policydb *p); argument
321 extern int policydb_load_isids(struct policydb *p, struct sidtab *s);
322 extern int policydb_context_isvalid(struct policydb *p, struct context *c);
323 extern int policydb_class_isvalid(struct policydb *p, unsigned int class);
324 extern int policydb_type_isvalid(struct policydb *p, unsigned int type);
325 extern int policydb_role_isvalid(struct policydb *p, unsigned int role);
326 extern int policydb_read(struct policydb *p, void *fp);
327 extern int policydb_write(struct policydb *p, void *fp);
330 struct policydb *p, struct filename_trans_key *key);
333 struct policydb *p, struct range_trans *key);
336 struct policydb *p, struct role_trans_key *key);
358 struct policydb *p;
386 static inline char *sym_name(struct policydb *p, unsigned int sym_num, unsigned int element_nr) in sym_name()
391 extern u16 string_to_security_class(struct policydb *p, const char *name);
392 extern u32 string_to_av_perm(struct policydb *p, u16 tclass, const char *name);