Lines Matching refs:stripdev
670 char *stripdev = NULL; in report_map() local
693 if ((stripdev = calloc(1, strlen(prefixt) + 1)) == NULL) { in report_map()
704 (void) strlcpy(stripdev, in report_map()
715 free(stripdev); in report_map()
719 (void) strlcpy(stripdev, argdev, strlen(argdev) + 1); in report_map()
724 (stripdev == NULL) ? "null" : stripdev, in report_map()
730 stripdev[strlen(stripdev) - slicelen] = '\0'; in report_map()
733 rv = nvlist_lookup_string(mapnvl, stripdev, &thisdevid); in report_map()
739 stripdev, strerror(rv), rv); in report_map()
741 free(stripdev); in report_map()
747 logmsg(MSG_INFO, "device %s has devid %s\n", stripdev, thisdevid); in report_map()
753 free(stripdev); in report_map()
762 free(stripdev); in report_map()
774 vhci_to_phci(stripdev, slice, DISPLAY_ONE_PATH); in report_map()
784 vhci_to_phci(stripdev, slice, DISPLAY_ALL_PATH); in report_map()
815 free(stripdev); in report_map()