HomeSort by relevance Sort by last modified time
    Searched full:roles_tab (Results 1 - 1 of 1) sorted by null

  /external/checkpolicy/
module_compiler.c 166 static int role_implicit_bounds(hashtab_t roles_tab,
183 bounds = hashtab_search(roles_tab, bounds_id);
238 hashtab_t roles_tab; local
242 roles_tab = policydbp->p_roles.table;
244 roles_tab = stack_top->decl->p_roles.table;
246 dest_role = (role_datum_t *) hashtab_search(roles_tab, dest_id);
258 if (role_implicit_bounds(roles_tab, dest_id, dest_role)) {
264 if (hashtab_insert(roles_tab, dest_id, dest_role)) {
563 hashtab_t roles_tab; local
569 roles_tab = policydbp->p_roles.table
    [all...]

Completed in 89 milliseconds