Lines Matching refs:roles_tab
215 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()
677 roles_tab = stack_top->decl->p_roles.table; in get_local_role()
680 dest_roledatum = hashtab_search(roles_tab, id); in get_local_role()
692 if (hashtab_insert(roles_tab, id, dest_roledatum)) { in get_local_role()