Home | History | Annotate | Download | only in src

Lines Matching refs:hashtab_t

730 static unsigned int filenametr_hash(hashtab_t h, const_hashtab_key_t k)
745 static int filenametr_cmp(hashtab_t h __attribute__ ((unused)),
768 static unsigned int rangetr_hash(hashtab_t h, const_hashtab_key_t k)
775 static int rangetr_cmp(hashtab_t h __attribute__ ((unused)),
2000 __attribute__ ((unused)), hashtab_t h,
2033 static int common_read(policydb_t * p, hashtab_t h, struct policy_file *fp)
2179 hashtab_t h, struct policy_file *fp)
2288 static int role_read(policydb_t * p, hashtab_t h, struct policy_file *fp)
2367 static int type_read(policydb_t * p, hashtab_t h, struct policy_file *fp)
3016 static int user_read(policydb_t * p, hashtab_t h, struct policy_file *fp)
3104 __attribute__ ((unused)), hashtab_t h,
3150 __attribute__ ((unused)), hashtab_t h,
3192 static int (*read_f[SYM_NUM]) (policydb_t * p, hashtab_t h,
3739 hashtab_t h = p->scope[symnum].table;