/titanic_44/usr/src/lib/libpkg/common/ |
H A D | devtype.c | 39 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 D | dstream.c | 51 extern char *devattr(char *device, char *attribute); 799 if ((pbufsize = devattr(device, "bufsize")) != NULL) { in ds_ginit()
|
H A D | pkgtrans.c | 68 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 D | getvol.c | 106 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 D | devattr.c | 99 devattr( in devattr() function
|
H A D | devreserv.c | 742 if (alias = devattr(device, DTAB_ALIAS)) { in islocked() 822 if (alias = devattr(device, DTAB_ALIAS)) srchalias = alias; in unreserv()
|
H A D | getdgrp.c | 359 mbralias = devattr(pmbr->name, DTAB_ALIAS); in isindevlist()
|
H A D | mapfile-vers | 114 devattr;
|
H A D | getdev.c | 696 if (alias = devattr(*pp, DTAB_ALIAS)) *qq++ = alias; in makealiaslist()
|
/titanic_44/usr/src/cmd/devmgmt/cmds/ |
H A D | Makefile | 33 PROG = devattr devreserv getvol putdgrp devfree getdev listdgrp getdgrp \ 52 $(LINT.c) devattr.c $(LDLIBS)
|
H A D | devattr.c | 272 if (!(value = devattr(device, attr))) { in main()
|
/titanic_44/usr/src/head/ |
H A D | devmgmt.h | 152 char *devattr(char *, char *);
|
/titanic_44/usr/src/lib/libadm/ |
H A D | Makefile.com | 31 devattr.o devreserv.o devtab.o dgrpent.o getdev.o getdgrp.o \
|
/titanic_44/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 161 extern char *devattr __P((char *device, char *attribute));
|
/titanic_44/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | main.c | 403 if ((spooldir = devattr(device, "pathname")) == NULL) in main()
|
/titanic_44/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 326 device = devattr(SPOOLDEV, "pathname"); in main()
|
/titanic_44/usr/src/man/man1m/ |
H A D | Makefile | 92 devattr.1m \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | SUNWcs.man1m.inc | 60 file path=usr/share/man/man1m/devattr.1m
|
H A D | SUNWcs.mf | 728 file path=usr/bin/devattr mode=0555
|
/titanic_44/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 1069 device = devattr("spool", "pathname"); in main()
|
/titanic_44/ |
H A D | .gitignore | 878 usr/src/cmd/devmgmt/cmds/devattr
|