Lines Matching full:flavor
460 void cil_destroy_data(void **data, enum cil_flavor flavor)
466 switch(flavor) {
763 cil_log(CIL_INFO, "Unknown data flavor: %d\n", flavor);
770 int cil_flavor_to_symtab_index(enum cil_flavor flavor, enum cil_sym_index *sym_index)
772 if (flavor < CIL_MIN_DECLARATIVE) {
776 switch(flavor) {
855 cil_log(CIL_INFO, "Failed to find flavor: %d\n", flavor);
864 switch (node->flavor) {
906 switch (((struct cil_condblock*)node->data)->flavor) {
1239 if (node->flavor == CIL_CATSET) {
1672 switch (current->flavor) {
1709 if (node->flavor == CIL_CLASS || node->flavor == CIL_MAP_CLASS ||
1710 node->flavor == CIL_COMMON) {
1723 switch (node->flavor) {
1738 if (node->parent->flavor == CIL_TUNABLEIF) {
1741 } else if (node->parent->flavor == CIL_BOOLEANIF) {
1767 (*sort)->flavor = CIL_NONE;
1775 (*sort)->flavor = CIL_NONE;
2096 (*cb)->flavor = CIL_NONE;
2476 (*args)->flavor = CIL_NONE;
2502 (*param)->flavor = CIL_NONE;
2533 (*def)->flavor = CIL_NONE;