Lines Matching refs:roles_tab
166 static int role_implicit_bounds(hashtab_t roles_tab, in role_implicit_bounds() argument
183 bounds = hashtab_search(roles_tab, bounds_id); in role_implicit_bounds()
238 hashtab_t roles_tab; in declare_role() local
242 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() local
569 roles_tab = policydbp->p_roles.table; in get_local_role()
571 roles_tab = stack_top->decl->p_roles.table; in get_local_role()
574 dest_roledatum = hashtab_search(roles_tab, id); in get_local_role()
586 if (hashtab_insert(roles_tab, id, dest_roledatum)) { in get_local_role()