Home
last modified time | relevance | path

Searched refs:stripdev (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c676 char *stripdev = NULL; in report_map() local
699 if ((stripdev = calloc(1, strlen(prefixt) + 1)) == NULL) { in report_map()
710 (void) strlcpy(stripdev, in report_map()
721 free(stripdev); in report_map()
725 (void) strlcpy(stripdev, argdev, strlen(argdev) + 1); in report_map()
730 (stripdev == NULL) ? "null" : stripdev, in report_map()
736 stripdev[strlen(stripdev) - slicelen] = '\0'; in report_map()
739 rv = nvlist_lookup_string(mapnvl, stripdev, &thisdevid); in report_map()
745 stripdev, strerror(rv), rv); in report_map()
747 free(stripdev); in report_map()
[all …]