Lines Matching refs:strstr
575 ((strstr(key, "/pci") != NULL) || in list_devs()
576 (strstr(key, "/sbus") != NULL) || in list_devs()
577 (strstr(key, "/scsi_vhci") != NULL) || in list_devs()
608 matchctrl = strstr(key, checkctrl); in list_devs()
634 (strstr(key, diskpath) == NULL) ? key : diskpath, in list_devs()
700 if ((strstr(prefixt, "/scsi_vhci") == NULL) && in report_map()
701 (strstr(prefixt, "/pci") == NULL) && in report_map()
702 (strstr(prefixt, "/sbus") == NULL)) { in report_map()
759 if (!mpxenabled && (strstr(argdev, "/pci") != NULL || in report_map()
760 strstr(argdev, "/sbus") != NULL)) { in report_map()
771 if ((strstr(argdev, "/scsi_vhci") != NULL) && in report_map()
781 if ((strstr(argdev, "/scsi_vhci") != NULL) && in report_map()
797 (strstr(mpxpath, "/scsi_vhci") != NULL) || in report_map()
798 (strstr(mpxpath, "/pci") != NULL) || in report_map()
799 (strstr(mpxpath, "/sbus") != NULL)) { in report_map()
1141 if (strstr(aliases, nodename) == NULL) in print_mpx_capable()
1223 if (strstr(cbresult, "dsk/") == NULL) in find_link()
1249 if (strstr(openpath, "/devices") == NULL) { in get_devid()
1384 if (strstr(devpath, "ssd") != NULL) { in vhci_to_phci()
1497 (strstr(bdev, "/dev/dsk"))) { in update_vfstab()