Lines Matching refs:strstr
581 ((strstr(key, "/pci") != NULL) || in list_devs()
582 (strstr(key, "/sbus") != NULL) || in list_devs()
583 (strstr(key, "/scsi_vhci") != NULL) || in list_devs()
614 matchctrl = strstr(key, checkctrl); in list_devs()
640 (strstr(key, diskpath) == NULL) ? key : diskpath, in list_devs()
706 if ((strstr(prefixt, "/scsi_vhci") == NULL) && in report_map()
707 (strstr(prefixt, "/pci") == NULL) && in report_map()
708 (strstr(prefixt, "/sbus") == NULL)) { in report_map()
765 if (!mpxenabled && (strstr(argdev, "/pci") != NULL || in report_map()
766 strstr(argdev, "/sbus") != NULL)) { in report_map()
777 if ((strstr(argdev, "/scsi_vhci") != NULL) && in report_map()
787 if ((strstr(argdev, "/scsi_vhci") != NULL) && in report_map()
803 (strstr(mpxpath, "/scsi_vhci") != NULL) || in report_map()
804 (strstr(mpxpath, "/pci") != NULL) || in report_map()
805 (strstr(mpxpath, "/sbus") != NULL)) { in report_map()
1147 if (strstr(aliases, nodename) == NULL) in print_mpx_capable()
1229 if (strstr(cbresult, "dsk/") == NULL) in find_link()
1255 if (strstr(openpath, "/devices") == NULL) { in get_devid()
1390 if (strstr(devpath, "ssd") != NULL) { in vhci_to_phci()
1503 (strstr(bdev, "/dev/dsk"))) { in update_vfstab()