Home
last modified time | relevance | path

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

/titanic_44/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 && in devtype()
63 devp->bdevice = devattr(alias, "bdevice"); in devtype()
77 devp->cdevice = devattr(alias, "cdevice"); in devtype()
80 if (name = devattr(alias, "capacity")) { in devtype()
86 devp->norewind = devattr(alias, "norewind"); in devtype()
102 name = devattr(alias, "pathname"); in devtype()
H A Ddstream.c51 extern char *devattr(char *device, char *attribute);
799 if ((pbufsize = devattr(device, "bufsize")) != NULL) { in ds_ginit()
H A Dpkgtrans.c68 extern char *devattr(char *device, char *attribute);
167 } else if ((pt = devattr(device, "pathname")) != NULL && !isdir(pt)) { in pkghead()
/titanic_44/usr/src/lib/libadm/common/
H A Dgetvol.c106 cdevice = devattr(device, "cdevice"); in _getvol()
108 cdevice = devattr(device, "pathname"); in _getvol()
113 pname = devattr(device, "desc"); in _getvol()
115 pname = devattr(device, "alias"); in _getvol()
120 volume = devattr(device, "volume"); in _getvol()
153 if (advice = devattr(device, "advice")) in _getvol()
300 fmtcmd = devattr(device, "fmtcmd"); in insert()
301 mkfscmd = devattr(device, "mkfscmd"); in insert()
302 removecmd = devattr(device, "removecmd"); in insert()
303 dev_type = devattr(device, "type"); in insert()
[all …]
H A Ddevattr.c99 devattr( in devattr() function
H A Ddevreserv.c742 if (alias = devattr(device, DTAB_ALIAS)) { in islocked()
822 if (alias = devattr(device, DTAB_ALIAS)) srchalias = alias; in unreserv()
H A Dgetdgrp.c359 mbralias = devattr(pmbr->name, DTAB_ALIAS); in isindevlist()
H A Dmapfile-vers114 devattr;
H A Dgetdev.c696 if (alias = devattr(*pp, DTAB_ALIAS)) *qq++ = alias; in makealiaslist()
/titanic_44/usr/src/cmd/devmgmt/cmds/
H A DMakefile33 PROG = devattr devreserv getvol putdgrp devfree getdev listdgrp getdgrp \
52 $(LINT.c) devattr.c $(LDLIBS)
H A Ddevattr.c272 if (!(value = devattr(device, attr))) { in main()
/titanic_44/usr/src/head/
H A Ddevmgmt.h152 char *devattr(char *, char *);
/titanic_44/usr/src/lib/libadm/
H A DMakefile.com31 devattr.o devreserv.o devtab.o dgrpent.o getdev.o getdgrp.o \
/titanic_44/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h161 extern char *devattr __P((char *device, char *attribute));
/titanic_44/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c403 if ((spooldir = devattr(device, "pathname")) == NULL) in main()
/titanic_44/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c326 device = devattr(SPOOLDEV, "pathname"); in main()
/titanic_44/usr/src/man/man1m/
H A DMakefile92 devattr.1m \
/titanic_44/usr/src/pkg/manifests/
H A DSUNWcs.man1m.inc60 file path=usr/share/man/man1m/devattr.1m
H A DSUNWcs.mf728 file path=usr/bin/devattr mode=0555
/titanic_44/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c1069 device = devattr("spool", "pathname"); in main()
/titanic_44/
H A D.gitignore878 usr/src/cmd/devmgmt/cmds/devattr