Lines Matching refs:strstr
244 if (strstr(descr, "CPU A") != NULL) in fcu_attach()
246 if (strstr(descr, "CPU B") != NULL) { in fcu_attach()
262 if (strstr(descr, "PUMP") != NULL) { in fcu_attach()
269 } else if (strstr(descr, "INTAKE") != NULL) { in fcu_attach()
276 } else if (strstr(descr, "EXHAUST") != NULL) { in fcu_attach()
283 } else if (strstr(descr, "DRIVE") != NULL ) { in fcu_attach()
296 if (strstr(descr, "CPU") != NULL) { in fcu_attach()
303 } else if ((strstr(descr, "BACKSIDE") != NULL) || in fcu_attach()
304 (strstr(descr, "SLOT") != NULL)) { in fcu_attach()
311 } else if (strstr(descr, "DRIVE") != NULL) { in fcu_attach()
386 if (strstr(edata->desc, "CPU") != NULL) in is_cpu()
396 if ((strstr(edata->desc, "MLB") != NULL) || in is_case()
397 (strstr(edata->desc, "BACKSIDE") != NULL) || in is_case()
398 (strstr(edata->desc, "U3") != NULL)) in is_case()
408 if (strstr(edata->desc, "DRIVE") != NULL) in is_drive()