OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roles_tab
(Results
1 - 2
of
2
) sorted by null
/external/selinux/checkpolicy/
module_compiler.c
167
static int role_implicit_bounds(hashtab_t
roles_tab
,
184
bounds = hashtab_search(
roles_tab
, bounds_id);
239
hashtab_t
roles_tab
;
local
243
roles_tab
= policydbp->p_roles.table;
245
roles_tab
= stack_top->decl->p_roles.table;
247
dest_role = (role_datum_t *) hashtab_search(
roles_tab
, dest_id);
259
if (role_implicit_bounds(
roles_tab
, dest_id, dest_role)) {
265
if (hashtab_insert(
roles_tab
, dest_id, dest_role)) {
564
hashtab_t
roles_tab
;
local
570
roles_tab
= policydbp->p_roles.table
[
all
...]
/external/selinux/libsepol/src/
module_to_cil.c
296
static int role_list_create(hashtab_t
roles_tab
)
305
rc = hashtab_map(
roles_tab
, roles_gather_map, role_list);
[
all
...]
Completed in 2173 milliseconds