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

  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 501 #define p_commons symtab[SYM_COMMONS] macro
  /external/selinux/checkpolicy/
policy_define.c 505 comdatum = hashtab_search(policydbp->p_commons.table, id);
516 ret = hashtab_insert(policydbp->p_commons.table,
527 comdatum->s.value = policydbp->p_commons.nprim + 1;
532 policydbp->p_commons.nprim++;
623 (common_datum_t *) hashtab_search(policydbp->p_commons.
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 366 sepol_common = hashtab_search(pdb->p_commons.table, key);
    [all...]
  /external/selinux/libsepol/src/
expand.c 261 state->out->p_commons.nprim++;
264 hashtab_insert(state->out->p_commons.table, new_id,
483 hashtab_search(state->out->p_commons.table,
    [all...]
policydb.c 850 if (!comdatum->s.value || comdatum->s.value > p->p_commons.nprim)
971 malloc(p->p_commons.nprim * sizeof(char *));
975 if (hashtab_map(p->p_commons.table, common_index, p))
    [all...]
module_to_cil.c     [all...]

Completed in 34 milliseconds