Lines Matching defs:flavor
697 void cil_destroy_data(void **data, enum cil_flavor flavor)
703 switch(flavor) {
1012 cil_log(CIL_INFO, "Unknown data flavor: %d\n", flavor);
1019 int cil_flavor_to_symtab_index(enum cil_flavor flavor, enum cil_sym_index *sym_index)
1021 if (flavor < CIL_MIN_DECLARATIVE) {
1025 switch(flavor) {
1104 cil_log(CIL_INFO, "Failed to find flavor: %d\n", flavor);
1113 switch (node->flavor) {
1155 switch (((struct cil_condblock*)node->data)->flavor) {
1491 if (node->flavor == CIL_CATSET) {
1927 switch (current->flavor) {
1964 if (node->flavor == CIL_CLASS || node->flavor == CIL_MAP_CLASS ||
1965 node->flavor == CIL_COMMON) {
1978 switch (node->flavor) {
1993 if (node->parent->flavor == CIL_TUNABLEIF) {
1996 } else if (node->parent->flavor == CIL_BOOLEANIF) {
2078 (*sort)->flavor = CIL_NONE;
2086 (*sort)->flavor = CIL_NONE;
2428 (*cb)->flavor = CIL_NONE;
2820 (*args)->flavor = CIL_NONE;
2845 (*param)->flavor = CIL_NONE;
2876 (*def)->flavor = CIL_NONE;