Searched refs:role_trans_table (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.h | 276 …t *pdb, const struct cil_db *db, struct cil_roletransition *roletrans, hashtab_t role_trans_table);
|
D | cil_binary.c | 68 hashtab_t role_trans_table; member 2146 …_t *pdb, const struct cil_db *db, struct cil_roletransition *roletrans, hashtab_t role_trans_table) in cil_roletrans_to_policydb() argument 2197 rc = hashtab_insert(role_trans_table, (hashtab_key_t)new, &(new->new_role)); in cil_roletrans_to_policydb() 2201 new_role = hashtab_search(role_trans_table, (hashtab_key_t)new); in cil_roletrans_to_policydb() 3414 hashtab_t role_trans_table; in __cil_node_to_policydb() local 3422 role_trans_table = args->role_trans_table; in __cil_node_to_policydb() 3514 rc = cil_roletrans_to_policydb(pdb, db, node->data, role_trans_table); in __cil_node_to_policydb() 4635 hashtab_t role_trans_table = NULL; in cil_binary_create_allocated_pdb() local 4684 role_trans_table = hashtab_create(role_trans_hash, role_trans_compare, ROLE_TRANS_TABLE_SIZE); in cil_binary_create_allocated_pdb() 4685 if (!role_trans_table) { in cil_binary_create_allocated_pdb() [all …]
|