Searched defs:cdevice (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dpkgdev.h46 char *cdevice; member in struct:pkgdev
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h106 * cdevice A pathname to the inode describing the device as
119 char *cdevice; /* Character device pathname */ member in struct:devtabent
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetvol.c63 static char *cdevice; /* character device name */ variable
106 cdevice = devattr(device, "cdevice");
107 if ((cdevice == NULL) || !cdevice[0]) {
108 cdevice = devattr(device, "pathname");
109 if ((cdevice == NULL) || !cdevice)
145 if ((tmp = fopen(norewind ? norewind : cdevice, "r")) == NULL) {
149 (void) fprintf(stderr, ERR_ACCESS, pname, cdevice);
[all...]

Completed in 56 milliseconds