_getvol
extern int _getvol __P((char *device, char *label, int options,
n = _getvol(a_pkgdev->bdevice, NULL, 0L,
n = _getvol(a_pkgdev->name, NULL, 0L, NULL,
return (_getvol(device, label, options, prompt, NULL));
extern int _getvol(char *, char *, int, char *, char *);
if (n = _getvol(srcdev.bdevice, NULL, 0,
(n = _getvol(srcdev.cdevice, NULL, 0, NULL,
(n = _getvol(ods_name, NULL, DM_FORMAT, NULL,
extern int _getvol(char *device, char *label, int options, char *prompt,