Home | History | Annotate | Download | only in src

Lines Matching defs:classorder

826 			struct cil_classorder *classorder = node->data;
829 if (classorder->class_list_str == NULL) {
830 cil_log(CIL_INFO, "CLASSORDER: ()\n");
834 cil_log(CIL_INFO, "CLASSORDER: (");
835 cil_list_for_each(class, classorder->class_list_str) {