Searched defs:policydbp (Results 1 - 2 of 2) sorted by relevance

/external/libsepol/src/
H A Dutil.c77 char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, argument
88 cladatum = policydbp->class_val_to_struct[tclass - 1];
/external/checkpolicy/
H A Dpolicy_define.c54 policydb_t *policydbp; variable
221 t = hashtab_search(policydbp->p_types.table, type);
266 if (ebitmap_set_bit(&policydbp->policycaps, capnum, TRUE)) {
303 head = policydbp->ocontexts[OCON_ISID];
318 policydbp->ocontexts[OCON_ISID] = newc;
340 cladatum = hashtab_search(policydbp->p_classes.table, id);
372 comdatum = hashtab_search(policydbp->p_commons.table, id);
383 ret = hashtab_insert(policydbp->p_commons.table,
394 comdatum->s.value = policydbp->p_commons.nprim + 1;
399 policydbp
[all...]

Completed in 122 milliseconds