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

/osnet-11/usr/src/lib/libpkg/common/
H A Ddevtype.c39 extern char *devattr(char *device, char *attribute); /* libadm.a */
61 if ((devp->mount = devattr(alias, "mountpt")) != NULL &&
63 devp->bdevice = devattr(alias, "bdevice");
77 devp->cdevice = devattr(alias, "cdevice");
80 if (name = devattr(alias, "capacity")) {
86 devp->norewind = devattr(alias, "norewind");
102 name = devattr(alias, "pathname");
H A Ddstream.c58 extern char *devattr(char *device, char *attribute);
837 if ((pbufsize = devattr(device, "bufsize")) != NULL) {
H A Dpkgtrans.c67 extern char *devattr(char *device, char *attribute);
166 } else if ((pt = devattr(device, "pathname")) != NULL && !isdir(pt)) {
/osnet-11/usr/src/lib/libadm/common/
H A Ddevattr.c34 * char *devattr(device, attr)
36 * This is a stubbed implementation of devattr(), which was part of
40 * devattr was used to search the device table (/etc/device.tab),
72 devattr(char *device, char *attribute) function
/osnet-11/usr/src/lib/libadm/
H A DMakefile.com31 devattr.o getinput.o getvol.o pkginfo.o \

Completed in 26 milliseconds