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

  /external/libsepol/include/sepol/policydb/
policydb.h 351 #define SYM_CLASSES 1
387 #define p_classes_scope scope[SYM_CLASSES]
481 #define p_classes symtab[SYM_CLASSES]
492 #define p_class_val_to_name sym_val_to_name[SYM_CLASSES]
  /external/libsepol/src/
avrule_block.c 181 if (!is_id_enabled(class_id, p, SYM_CLASSES)) {
link.c 319 state->cur->map[SYM_CLASSES][cladatum->s.value - 1] =
    [all...]
expand.c 498 if (!is_id_enabled(id, state->base, SYM_CLASSES)) {
    [all...]
  /external/checkpolicy/test/
dismod.c 272 display_id(policy, fp, SYM_CLASSES, cur->class - 1, "");
454 display_id(p, fp, SYM_CLASSES, i, "");
490 display_id(p, fp, SYM_CLASSES, tr->tclass - 1, ":");
527 if (i == SYM_CLASSES) {
dispol.c 352 display_id(p, fp, SYM_CLASSES, rt->tclass - 1, ":");
366 display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":");
  /external/libsepol/tests/
test-common.c 71 CU_ASSERT(p->sym_val_to_name[SYM_CLASSES][d->s.value - 1] == (char *)key);
  /external/checkpolicy/
policy_define.c 167 ret = declare_symbol(SYM_CLASSES, id, datum, &value, &value);
338 if (!is_id_in_scope(SYM_CLASSES, id)) {
368 if (!is_id_in_scope(SYM_CLASSES, id)) {
400 if (!is_id_in_scope(SYM_CLASSES, id)) {
432 if (!is_id_in_scope(SYM_CLASSES, id)) {
464 if (!is_id_in_scope(SYM_CLASSES, id)) {
    [all...]
module_compiler.c 767 require_symbol(SYM_CLASSES, class_id, datum, &datum->s.value,
    [all...]

Completed in 63 milliseconds