Home | History | Annotate | Download | only in src

Lines Matching refs:cil_cat

1235 	} else if (item->flavor == CIL_CAT) {
1236 struct cil_cat *cat = item->data;
1547 struct cil_cat *cat = curr->data;
1563 struct cil_cat *cat = NULL;
1577 if (node->flavor != CIL_CAT) {
1582 cat = (struct cil_cat *)cat_datum;
1583 cil_list_append(new, CIL_CAT, cat);
1686 cil_list_init(&sens->cats_list, CIL_CAT);
1689 cil_list_append(sens->cats_list, CIL_CAT, senscat->cats);
2842 case CIL_CAT:
3095 case CIL_CAT:
3179 case CIL_CAT:
3462 rc = cil_resolve_aliasactual(node, args, CIL_CAT, CIL_CATALIAS);
3477 rc = cil_resolve_alias_to_actual(node, CIL_CAT);
3705 if (node->flavor == CIL_CAT || node->flavor == CIL_SENS) {
3968 rc = __cil_verify_ordered(current, CIL_CAT);