Searched refs:_getvol (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/libinst/ |
H A D | open_package_datastream.c | 154 n = _getvol(a_pkgdev->bdevice, NULL, 0L, in open_package_datastream() 253 n = _getvol(a_pkgdev->name, NULL, 0L, NULL, in open_package_datastream()
|
/titanic_44/usr/src/lib/libadm/inc/ |
H A D | libadm.h | 47 extern int _getvol(char *, char *, int, char *, char *);
|
/titanic_44/usr/src/lib/libadm/common/ |
H A D | getvol.c | 96 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 D | mapfile-vers | 133 _getvol;
|
/titanic_44/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 223 extern int _getvol __P((char *device, char *label, int options,
|
/titanic_44/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, in _pkgtrans() 453 (n = _getvol(srcdev.cdevice, NULL, NULL, NULL, in _pkgtrans() 521 (n = _getvol(ods_name, NULL, DM_FORMAT, NULL, in _pkgtrans()
|