Searched refs:_getvol (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libadm/inc/ |
H A D | libadm.h | 47 extern int _getvol(char *, char *, int, char *, char *);
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | open_package_datastream.c | 135 * _getvol verifies that the specified device is accessible and 137 * _getvol is in libadm.h - delivered by ON as part of SUNWcsl 154 n = _getvol(a_pkgdev->bdevice, NULL, 0L, 253 n = _getvol(a_pkgdev->name, NULL, 0L, NULL,
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | getvol.c | 96 return (_getvol(device, label, options, prompt, NULL)); 100 _getvol(char *device, char *label, int options, char *prompt, char *norewind) function
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 223 extern int _getvol __P((char *device, char *label, int options,
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgtrans.c | 72 extern int _getvol(char *device, char *label, int options, char *prompt, 341 if (n = _getvol(srcdev.bdevice, NULL, NULL, 453 (n = _getvol(srcdev.cdevice, NULL, NULL, NULL, 521 (n = _getvol(ods_name, NULL, DM_FORMAT, NULL,
|
Completed in 72 milliseconds