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 509 #define p_commons symtab[SYM_COMMONS] macro
  /external/selinux/checkpolicy/
policy_define.c 509 comdatum = hashtab_search(policydbp->p_commons.table, id);
520 ret = hashtab_insert(policydbp->p_commons.table,
531 comdatum->s.value = policydbp->p_commons.nprim + 1;
536 policydbp->p_commons.nprim++;
627 (common_datum_t *) hashtab_search(policydbp->p_commons.
    [all...]
  /external/selinux/libsepol/src/
expand.c 262 state->out->p_commons.nprim++;
265 hashtab_insert(state->out->p_commons.table, new_id,
484 hashtab_search(state->out->p_commons.table,
    [all...]
policydb.c 933 if (!comdatum->s.value || comdatum->s.value > p->p_commons.nprim)
1067 calloc(p->p_commons.nprim, sizeof(char *));
1071 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...]