Searched refs:getvol (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | devmgmt.h | 40 * - getvol() definitions 162 * getvol() definitions 172 int getvol(char *, char *, int, char *);
|
/illumos-gate/usr/src/cmd/devmgmt/cmds/ |
H A D | Makefile | 33 PROG = devattr devreserv getvol putdgrp devfree getdev listdgrp getdgrp \ 54 $(LINT.c) getvol.c $(LDLIBS)
|
H A D | getvol.c | 142 switch (n = getvol(argv[optind], label, options, prompt)) {
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgmount.c | 47 extern int getvol(char *device, char *label, int options, char *prompt); 84 if (getvolflg && (n = getvol(devp->bdevice, NULL,
|
H A D | dstream.c | 54 extern int getvol(char *device, char *label, int options, char *prompt); 625 if (n = getvol(device, NULL, NULL, prompt))
|
H A D | pkgtrans.c | 71 extern int getvol(char *device, char *label, int options, char *prompt); 1482 if (n = getvol(ods_name, NULL, DM_FORMAT, prompt)) 1654 if (n = getvol(ods_name, NULL, DM_FORMAT,
|
/illumos-gate/usr/src/lib/libadm/ |
H A D | Makefile.com | 32 getinput.o getvol.o listdev.o listdgrp.o pkginfo.o \
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.h | 268 extern void getvol(int); 332 extern void getvol();
|
H A D | restore.c | 745 getvol(1); 765 getvol(nextvol); 776 getvol(0);
|
H A D | symtab.c | 784 getvol(hdr.volno);
|
H A D | tape.c | 423 getvol(int nextvol) function 435 "Internal consistency failure in getvol: tbf is NULL\n")); 1615 getvol(newvol);
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 219 * getvol.c 221 extern int getvol __P((char *device, char *label, int options,
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | getvol.c | 94 getvol(char *device, char *label, int options, char *prompt) function
|
/illumos-gate/usr/src/man/man1m/ |
H A D | Makefile | 158 getvol.1m \
|
Completed in 96 milliseconds