Home
last modified time | relevance | path

Searched refs:_getvol (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dopen_package_datastream.c154 n = _getvol(a_pkgdev->bdevice, NULL, 0L, in open_package_datastream()
253 n = _getvol(a_pkgdev->name, NULL, 0L, NULL, in open_package_datastream()
/illumos-gate/usr/src/lib/libadm/inc/
H A Dlibadm.h47 extern int _getvol(char *, char *, int, char *, char *);
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetvol.c96 return (_getvol(device, label, options, prompt, NULL)); in getvol()
100 _getvol(char *device, char *label, int options, char *prompt, char *norewind) in _getvol() function
H A Dmapfile-vers148 _getvol;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c69 extern int _getvol(char *device, char *label, int options, char *prompt,
256 if (n = _getvol(srcdev.bdevice, NULL, 0, in _pkgtrans()
357 (n = _getvol(srcdev.cdevice, NULL, 0, NULL, in _pkgtrans()
425 (n = _getvol(ods_name, NULL, DM_FORMAT, NULL, in _pkgtrans()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h223 extern int _getvol __P((char *device, char *label, int options,