Lines Matching refs:cdevice
63 static char *cdevice; /* character device name */ variable
106 cdevice = devattr(device, "cdevice"); in _getvol()
107 if ((cdevice == NULL) || !cdevice[0]) { in _getvol()
108 cdevice = devattr(device, "pathname"); in _getvol()
109 if ((cdevice == NULL) || !cdevice) in _getvol()
145 if ((tmp = fopen(norewind ? norewind : cdevice, "r")) == NULL) { in _getvol()
149 (void) fprintf(stderr, ERR_ACCESS, pname, cdevice); in _getvol()
198 (void) snprintf(buffer, sizeof (buffer), "/etc/labelit %s", cdevice); in ckilabel()
262 if (IFTAPE(cdevice)) { in wilabel()
265 cdevice, fsname, volname); in wilabel()
269 cdevice, fsname, volname); in wilabel()