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

/external/selinux/libsepol/cil/src/
H A Dcil_binary.h275 int cil_roletrans_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_roletransition *roletrans, hashtab_t role_trans_table);
H A Dcil_binary.c63 hashtab_t role_trans_table; member in struct:cil_args_binary
1867 int cil_roletrans_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_roletransition *roletrans, hashtab_t role_trans_table) argument
1918 rc = hashtab_insert(role_trans_table, (hashtab_key_t)new, &(new->new_role));
1922 new_role = hashtab_search(role_trans_table, (hashtab_key_t)new);
3117 hashtab_t role_trans_table; local
3123 role_trans_table = args->role_trans_table;
3220 rc = cil_roletrans_to_policydb(pdb, db, node->data, role_trans_table);
3742 hashtab_t role_trans_table = NULL; local
3771 role_trans_table
[all...]

Completed in 43 milliseconds