Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c670 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()
[all …]