Searched refs:CMP_NONE (Results 1 – 1 of 1) sorted by relevance
678 enum { CMP_NONE, CMP_OR, CMP_AND } cmp_type; /* OR or AND compare? */ enumerator8281 tmpl.cmp_type = CMP_NONE; in specify_resource()8940 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE)); in specify_resource()8949 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE)); in specify_resource()9062 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE)); in specify_resource()9071 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE)); in specify_resource()9528 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE)); in specify_resource()9536 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE)); in specify_resource()10124 if (specs[count].cmp_type != CMP_NONE in resources_match()