Home
last modified time | relevance | path

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

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