Searched refs:roles_tab (Results 1 – 2 of 2) sorted by relevance
215 static int role_implicit_bounds(hashtab_t roles_tab, in role_implicit_bounds() argument232 bounds = hashtab_search(roles_tab, bounds_id); in role_implicit_bounds()320 hashtab_t roles_tab; in declare_role() local333 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() local675 roles_tab = policydbp->p_roles.table; in get_local_role()[all …]
307 static int role_list_create(hashtab_t roles_tab) in role_list_create() argument316 rc = hashtab_map(roles_tab, roles_gather_map, role_list); in role_list_create()