Searched refs:getvol (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/cmd/devmgmt/cmds/ |
H A D | Makefile | 34 PROG = devattr devreserv getvol putdgrp devfree getdev listdgrp getdgrp \ 57 $(LINT.c) getvol.c $(LDLIBS)
|
H A D | getvol.c | 140 switch (n = getvol(argv[optind], label, options, prompt)) { in main()
|
/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, in pkgmount()
|
H A D | dstream.c | 57 extern int getvol(char *device, char *label, int options, char *prompt); 611 if (n = getvol(device, NULL, 0, prompt)) in ds_getnextvol()
|
H A D | pkgtrans.c | 68 extern int getvol(char *device, char *label, int options, char *prompt); 1190 if (n = getvol(ods_name, NULL, DM_FORMAT, prompt)) in pkgxfer() 1362 if (n = getvol(ods_name, NULL, DM_FORMAT, in pkgxfer()
|
/illumos-gate/usr/src/head/ |
H A D | devmgmt.h | 170 int getvol(char *, char *, int, char *);
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.h | 242 extern void getvol(int); 306 extern void getvol();
|
H A D | restore.c | 706 getvol(1); in createfiles() 726 getvol(nextvol); in createfiles() 737 getvol(0); in createfiles()
|
H A D | symtab.c | 765 getvol(hdr.volno); in initsymtable()
|
H A D | tape.c | 424 getvol(int nextvol) in getvol() function 1612 getvol(newvol); in readtape()
|
/illumos-gate/usr/src/lib/libadm/ |
H A D | Makefile.com | 33 getinput.o getvol.o listdev.o listdgrp.o pkginfo.o \
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 221 extern int getvol __P((char *device, char *label, int options,
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | mapfile-vers | 147 getvol;
|
H A D | getvol.c | 94 getvol(char *device, char *label, int options, char *prompt) in getvol() function
|
/illumos-gate/usr/src/man/man8/ |
H A D | Makefile | 158 getvol.8 \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcs.man8.inc | 109 file path=usr/share/man/man8/getvol.8
|
H A D | SUNWcs.p5m | 630 file path=usr/bin/getvol mode=0555
|