Lines Matching refs:mpxpath
667 char *mpxpath = NULL; in report_map() local
770 (void) nvlist_lookup_string(thisdev, NVL_PHYSPATH, &mpxpath); in report_map()
772 (strncmp(argdev, mpxpath, strlen(mpxpath)) == 0)) { in report_map()
776 (void) printf("%s%s\n", mpxpath, in report_map()
780 (void) nvlist_lookup_string(thisdev, NVL_PHYSPATH, &mpxpath); in report_map()
782 (strncmp(argdev, mpxpath, strlen(mpxpath)) == 0)) { in report_map()
786 (void) printf("%s%s\n", mpxpath, in report_map()
793 &mpxpath); in report_map()
795 (mpxpath == NULL) ? "null" : mpxpath); 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()
805 (void) printf("/devices%s:%c\n", mpxpath, in report_map()
810 mpxpath, in report_map()