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.c55 policydb_t *policydbp; variable
223 t = hashtab_search(policydbp->p_types.table, type);
268 if (ebitmap_set_bit(&policydbp->policycaps, capnum, TRUE)) {
305 head = policydbp->ocontexts[OCON_ISID];
320 policydbp->ocontexts[OCON_ISID] = newc;
342 cladatum = hashtab_search(policydbp->p_classes.table, id);
372 cladatum = hashtab_search(policydbp->p_classes.table, id);
404 cladatum = hashtab_search(policydbp->p_classes.table, id);
436 cladatum = hashtab_search(policydbp->p_classes.table, id);
468 cladatum = hashtab_search(policydbp
[all...]

Completed in 74 milliseconds