Searched refs:_getvol (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libadm/inc/
H A Dlibadm.h47 extern int _getvol(char *, char *, int, char *, char *);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dopen_package_datastream.c135 * _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 Dgetvol.c96 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 Dlibadm.h223 extern int _getvol __P((char *device, char *label, int options,
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c72 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 73 milliseconds