Home
last modified time | relevance | path

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

/external/selinux/checkpolicy/
Dmodule_compiler.c215 static int role_implicit_bounds(hashtab_t roles_tab, in role_implicit_bounds() argument
232 bounds = hashtab_search(roles_tab, bounds_id); in role_implicit_bounds()
320 hashtab_t roles_tab; in declare_role() local
333 roles_tab = policydbp->p_roles.table; in declare_role()
335 roles_tab = stack_top->decl->p_roles.table; in declare_role()
338 dest_role = hashtab_search(roles_tab, key); in declare_role()
353 ret2 = role_implicit_bounds(roles_tab, key, dest_role); in declare_role()
360 ret2 = hashtab_insert(roles_tab, key, dest_role); in declare_role()
669 hashtab_t roles_tab; in get_local_role() local
675 roles_tab = policydbp->p_roles.table; in get_local_role()
[all …]
/external/selinux/libsepol/src/
Dmodule_to_cil.c307 static int role_list_create(hashtab_t roles_tab) in role_list_create() argument
316 rc = hashtab_map(roles_tab, roles_gather_map, role_list); in role_list_create()