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

  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 522 #define p_commons symtab[SYM_COMMONS] macro
  /external/selinux/checkpolicy/
policy_define.c 510 comdatum = hashtab_search(policydbp->p_commons.table, id);
521 ret = hashtab_insert(policydbp->p_commons.table,
532 comdatum->s.value = policydbp->p_commons.nprim + 1;
537 policydbp->p_commons.nprim++;
628 (common_datum_t *) hashtab_search(policydbp->p_commons.
    [all...]
  /external/selinux/libsepol/src/
expand.c 263 state->out->p_commons.nprim++;
266 hashtab_insert(state->out->p_commons.table, new_id,
485 hashtab_search(state->out->p_commons.table,
    [all...]
policydb.c 971 if (!comdatum->s.value || comdatum->s.value > p->p_commons.nprim)
1105 calloc(p->p_commons.nprim, sizeof(char *));
1109 if (hashtab_map(p->p_commons.table, common_index, p))
    [all...]
kernel_to_cil.c 487 used = calloc(pdb->p_commons.nprim, sizeof(*used));
497 common = hashtab_search(pdb->p_commons.table, name);
    [all...]
kernel_to_conf.c 517 used = calloc(pdb->p_commons.nprim, sizeof(*used));
527 common = hashtab_search(pdb->p_commons.table, name);
    [all...]
module_to_cil.c     [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 328 sepol_common = hashtab_search(pdb->p_commons.table, key);
    [all...]

Completed in 185 milliseconds