Home | History | Annotate | Download | only in src

Lines Matching refs:CIL_LIST

45 #include "cil_list.h"
212 if (r_flavor == CIL_STRING || r_flavor == CIL_LIST) {
317 int cil_verify_no_self_reference(struct cil_symtab_datum *datum, struct cil_list *datum_list)
328 } else if (i->flavor == CIL_LIST) {
339 int __cil_verify_ranges(struct cil_list *list)
351 if (curr->flavor == CIL_LIST) {
352 range = ((struct cil_list*)curr->data)->head;
418 int __cil_verify_initsids(struct cil_list *sids)
724 struct cil_list *sensitivityorder = db->sensitivityorder;
1437 static int __cil_verify_classperms(struct cil_list *classperms, struct cil_symtab_datum *orig)