Lines Matching defs:h
202 static u32 filenametr_hash(struct hashtab *h, const void *k) in filenametr_hash()
217 static int filenametr_cmp(struct hashtab *h, const void *k1, const void *k2) in filenametr_cmp()
239 static u32 rangetr_hash(struct hashtab *h, const void *k) in rangetr_hash()
246 static int rangetr_cmp(struct hashtab *h, const void *k1, const void *k2) in rangetr_cmp()
488 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval()
507 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval()
1107 static int perm_read(struct policydb *p, struct hashtab *h, void *fp) in perm_read()
1141 static int common_read(struct policydb *p, struct hashtab *h, void *fp) in common_read()
1307 static int class_read(struct policydb *p, struct hashtab *h, void *fp) in class_read()
1401 static int role_read(struct policydb *p, struct hashtab *h, void *fp) in role_read()
1458 static int type_read(struct policydb *p, struct hashtab *h, void *fp) in type_read()
1533 static int user_read(struct policydb *p, struct hashtab *h, void *fp) in user_read()
1584 static int sens_read(struct policydb *p, struct hashtab *h, void *fp) in sens_read()
1626 static int cat_read(struct policydb *p, struct hashtab *h, void *fp) in cat_read()