Searched refs:stripdev (Results 1 – 1 of 1) sorted by relevance
670 char *stripdev = NULL; in report_map() local693 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 …]