Home | History | Annotate | Download | only in src

Lines Matching refs:hashtab_t

69 	hashtab_t filename_trans_table;
70 hashtab_t range_trans_table;
71 hashtab_t role_trans_table;
72 hashtab_t avrulex_ioctl_table;
81 hashtab_t filename_trans_table;
1126 int __cil_typetransition_to_avtab(policydb_t *pdb, const struct cil_db *db, struct cil_nametypetransition *typetrans, cond_node_t *cond_node, enum cil_flavor cond_flavor, hashtab_t filename_trans_table)
1232 hashtab_t filename_trans_table)
1702 // hashtab_t does not have a way to free keys or datum since it doesn't
1712 int __cil_avrulex_ioctl_to_hashtable(hashtab_t h, uint16_t kind, uint32_t src, uint32_t tgt, uint32_t obj, ebitmap_t *xperms)
1934 hashtab_t filename_trans_table = args->filename_trans_table;
2212 int cil_booleanif_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_tree_node *node, hashtab_t filename_trans_table)
2312 int cil_roletrans_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_roletransition *roletrans, hashtab_t role_trans_table)
3104 int cil_rangetransition_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_rangetransition *rangetrans, hashtab_t range_trans_table)
3597 hashtab_t filename_trans_table;
3598 hashtab_t range_trans_table;
3599 hashtab_t role_trans_table;
4141 static unsigned int filename_trans_hash(hashtab_t h, const_hashtab_key_t key)
4148 static int filename_trans_compare(hashtab_t h
4158 static unsigned int range_trans_hash(hashtab_t h, const_hashtab_key_t key)
4165 static int range_trans_compare(hashtab_t h
4175 static unsigned int role_trans_hash(hashtab_t h, const_hashtab_key_t key)
4182 static int role_trans_compare(hashtab_t h
4195 static unsigned int avrulex_hash(__attribute__((unused)) hashtab_t h, const_hashtab_key_t key)
4234 static int avrulex_compare(hashtab_t h
4820 hashtab_t filename_trans_table = NULL;
4821 hashtab_t range_trans_table = NULL;
4822 hashtab_t role_trans_table = NULL;
4823 hashtab_t avrulex_ioctl_table = NULL;