Home | History | Annotate | Download | only in src

Lines Matching refs:cil_classperms

1318 int __cil_avrule_expand_helper(policydb_t *pdb, uint16_t kind, struct cil_symtab_datum *src, struct cil_symtab_datum *tgt, struct cil_classperms *cp, cond_node_t *cond_node, enum cil_flavor cond_flavor)
1365 if (curr->flavor == CIL_CLASSPERMS) {
1366 struct cil_classperms *cp = curr->data;
2628 if (curr->flavor == CIL_CLASSPERMS) {
2629 struct cil_classperms *cp = curr->data;
4100 if (i->flavor == CIL_CLASSPERMS) {
4101 struct cil_classperms *cp = i->data;
4278 if (i1->flavor == CIL_CLASSPERMS) {
4279 struct cil_classperms *cp = i1->data;
4501 struct cil_classperms *cp;
4520 cil_list_init(&cp_list, CIL_CLASSPERMS);
4521 cil_list_append(cp_list, CIL_CLASSPERMS, cp);