Searched refs:roles_tab (Results 1 – 1 of 1) sorted by relevance
166 static int role_implicit_bounds(hashtab_t roles_tab, in role_implicit_bounds() argument183 bounds = hashtab_search(roles_tab, bounds_id); in role_implicit_bounds()238 hashtab_t roles_tab; in declare_role() local242 roles_tab = policydbp->p_roles.table; in declare_role()244 roles_tab = stack_top->decl->p_roles.table; in declare_role()246 dest_role = (role_datum_t *) hashtab_search(roles_tab, dest_id); in declare_role()258 if (role_implicit_bounds(roles_tab, dest_id, dest_role)) { in declare_role()264 if (hashtab_insert(roles_tab, dest_id, dest_role)) { in declare_role()563 hashtab_t roles_tab; in get_local_role() local569 roles_tab = policydbp->p_roles.table; in get_local_role()[all …]