Home
last modified time | relevance | path

Searched refs:role_trans_table (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_binary.h276 …t *pdb, const struct cil_db *db, struct cil_roletransition *roletrans, hashtab_t role_trans_table);
Dcil_binary.c67 hashtab_t role_trans_table; member
2414 …_t *pdb, const struct cil_db *db, struct cil_roletransition *roletrans, hashtab_t role_trans_table) in cil_roletrans_to_policydb() argument
2460 rc = hashtab_insert(role_trans_table, (hashtab_key_t)new, &(new->new_role)); in cil_roletrans_to_policydb()
2464 new_role = hashtab_search(role_trans_table, (hashtab_key_t)new); in cil_roletrans_to_policydb()
3828 hashtab_t role_trans_table; in __cil_node_to_policydb() local
3834 role_trans_table = args->role_trans_table; in __cil_node_to_policydb()
3926 rc = cil_roletrans_to_policydb(pdb, db, node->data, role_trans_table); in __cil_node_to_policydb()
5051 hashtab_t role_trans_table = NULL; in cil_binary_create_allocated_pdb() local
5088 role_trans_table = hashtab_create(role_trans_hash, role_trans_compare, ROLE_TRANS_TABLE_SIZE); in cil_binary_create_allocated_pdb()
5089 if (!role_trans_table) { in cil_binary_create_allocated_pdb()
[all …]