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

  /external/selinux/libsepol/src/
mls.c 280 || c->range.level[l].sens > p->p_levels.nprim)
282 levdatum = (level_datum_t *) hashtab_search(p->p_levels.table,
357 (level_datum_t *) hashtab_search(policydb->p_levels.table,
566 (level_datum_t *) hashtab_search(newp->p_levels.table,
expand.c 900 levdatum = (level_datum_t *) hashtab_search(p->p_levels.table,
903 ERR(h, "%s: Impossible situation found, nothing in p_levels.table.\n",
1157 state->out->p_levels.nprim++;
1159 if (hashtab_insert(state->out->p_levels.table,
    [all...]
policydb.c 932 levdatum->level->sens > p->p_levels.nprim)
1058 p->p_levels.nprim, p->p_cats.nprim);
    [all...]
link.c 677 base_level = hashtab_search(state->base->p_levels.table, id);
    [all...]
  /external/selinux/checkpolicy/
policy_define.c 850 (level_datum_t *) hashtab_search(policydbp->p_levels.table,
870 if (order != policydbp->p_levels.nprim) {
1042 levdatum = (level_datum_t *) hashtab_search(policydbp->p_levels.table,
1117 (policydbp->p_levels.table, clone_level, levdatum->level)) {
    [all...]
checkpolicy.c 586 if (hashtab_map(policydbp->p_levels.table, check_level, NULL))
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 507 #define p_levels symtab[SYM_LEVELS] macro
  /external/selinux/libsepol/cil/src/
cil_binary.c 161 *sepol_level = hashtab_search(pdb->p_levels.table, datum->fqn);
    [all...]

Completed in 64 milliseconds