Searched refs:roles_tab (Results 1 – 2 of 2) sorted by relevance
216 static int role_implicit_bounds(hashtab_t roles_tab, in role_implicit_bounds() argument233 bounds = hashtab_search(roles_tab, bounds_id); in role_implicit_bounds()321 hashtab_t roles_tab; in declare_role() local334 roles_tab = policydbp->p_roles.table; in declare_role()336 roles_tab = stack_top->decl->p_roles.table; in declare_role()339 dest_role = hashtab_search(roles_tab, key); in declare_role()354 ret2 = role_implicit_bounds(roles_tab, key, dest_role); in declare_role()361 ret2 = hashtab_insert(roles_tab, key, dest_role); in declare_role()670 hashtab_t roles_tab; in get_local_role() local676 roles_tab = policydbp->p_roles.table; in get_local_role()[all …]
310 static int role_list_create(hashtab_t roles_tab) in role_list_create() argument319 rc = hashtab_map(roles_tab, roles_gather_map, role_list); in role_list_create()