Searched refs:origfsname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetvol.c66 static char origfsname[LABELSIZ+1]; variable
123 (void) strncpy(origfsname, label, LABELSIZ);
124 origfsname[LABELSIZ] = '\0';
125 if (pt = strchr(origfsname, ',')) {
249 if (!label || !strlen(origfsname)) {
254 (void) strcpy(fsname, origfsname);

Completed in 43 milliseconds