Lines Matching refs:volname
183 char fsname[LABELSIZ+1], volname[LABELSIZ+1]; in ckilabel() local
193 (void) strncpy(volname, pt+1, LABELSIZ); in ckilabel()
194 volname[LABELSIZ] = '\0'; in ckilabel()
196 volname[0] = '\0'; in ckilabel()
228 if (strcmp(fsname, pfsname) || strcmp(volname, pvolname)) { in ckilabel()
246 char volname[LABELSIZ+1]; in wilabel() local
256 if (n = ckstr(volname, NULL, LABELSIZ, NULL, NULL, NULL, in wilabel()
260 (void) strcpy(volname, origvolname); in wilabel()
265 cdevice, fsname, volname); in wilabel()
269 cdevice, fsname, volname); in wilabel()
277 (void) sprintf(label, "%s,%s", fsname, volname); in wilabel()
482 labelerr(char *fsname, char *volname) in labelerr() argument
490 (void) fprintf(stderr, "\t%s,%s\n", fsname, volname); in labelerr()