Home | History | Annotate | Download | only in src

Lines Matching refs:CIL_CLASSPERMS

181 void cil_copy_classperms(struct cil_classperms *orig, struct cil_classperms **new)
204 if (orig_item->flavor == CIL_CLASSPERMS) {
205 struct cil_classperms *cp;
207 cil_list_append(*new, CIL_CLASSPERMS, cp);