Lines Matching defs:h
207 static u32 filenametr_hash(struct hashtab *h, const void *k) in filenametr_hash()
222 static int filenametr_cmp(struct hashtab *h, const void *k1, const void *k2) in filenametr_cmp()
244 static u32 rangetr_hash(struct hashtab *h, const void *k) in rangetr_hash()
251 static int rangetr_cmp(struct hashtab *h, const void *k1, const void *k2) in rangetr_cmp()
493 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval()
512 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval()
1112 static int perm_read(struct policydb *p, struct hashtab *h, void *fp) in perm_read()
1146 static int common_read(struct policydb *p, struct hashtab *h, void *fp) in common_read()
1312 static int class_read(struct policydb *p, struct hashtab *h, void *fp) in class_read()
1406 static int role_read(struct policydb *p, struct hashtab *h, void *fp) in role_read()
1463 static int type_read(struct policydb *p, struct hashtab *h, void *fp) in type_read()
1538 static int user_read(struct policydb *p, struct hashtab *h, void *fp) in user_read()
1589 static int sens_read(struct policydb *p, struct hashtab *h, void *fp) in sens_read()
1631 static int cat_read(struct policydb *p, struct hashtab *h, void *fp) in cat_read()