HomeSort by relevance Sort by last modified time
    Searched refs:scope_datum_t (Results 1 - 9 of 9) sorted by null

  /external/selinux/libsepol/tests/
helpers.c 68 scope_datum_t *scope = (scope_datum_t *) hashtab_search(p->scope[symtab].table, sym);
test-common.c 31 scope_datum_t *scope;
  /external/selinux/libsepol/src/
avrule_block.c 157 scope_datum_t *scope =
158 (scope_datum_t *) hashtab_search(p->scope[symbol_table].table, id);
link.c 249 scope_datum_t *scope = NULL;
605 scope_datum_t *scope;
673 scope_datum_t *scope;
715 scope_datum_t *scope;
    [all...]
policydb.c     [all...]
write.c     [all...]
  /external/selinux/checkpolicy/
module_compiler.c 1106 static int is_scope_in_stack(scope_datum_t * scope, scope_stack_t * stack)
1130 scope_datum_t *scope =
1131 (scope_datum_t *) hashtab_search(policydbp->scope[symbol_type].
    [all...]
  /external/selinux/checkpolicy/test/
dismod.c 105 scope_datum_t *scope =
106 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id);
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 502 } scope_datum_t; typedef in typeref:struct:scope_datum
552 * a scope_datum_t. as a convenience, one may use the

Completed in 113 milliseconds