Lines Matching refs:hashtab
402 static u32 filenametr_hash(struct hashtab *h, const void *k) in filenametr_hash()
417 static int filenametr_cmp(struct hashtab *h, const void *k1, const void *k2) in filenametr_cmp()
439 static u32 rangetr_hash(struct hashtab *h, const void *k) in rangetr_hash()
447 static int rangetr_cmp(struct hashtab *h, const void *k1, const void *k2) in rangetr_cmp()
664 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval()
683 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval()
1082 static int perm_read(struct policydb *p, struct hashtab *h, void *fp) in perm_read()
1115 static int common_read(struct policydb *p, struct hashtab *h, void *fp) in common_read()
1280 static int class_read(struct policydb *p, struct hashtab *h, void *fp) in class_read()
1374 static int role_read(struct policydb *p, struct hashtab *h, void *fp) in role_read()
1430 static int type_read(struct policydb *p, struct hashtab *h, void *fp) in type_read()
1504 static int user_read(struct policydb *p, struct hashtab *h, void *fp) in user_read()
1554 static int sens_read(struct policydb *p, struct hashtab *h, void *fp) in sens_read()
1595 static int cat_read(struct policydb *p, struct hashtab *h, void *fp) in cat_read()
1628 static int (*read_f[SYM_NUM]) (struct policydb *p, struct hashtab *h, void *fp) =