Searched defs:vol_getmntdev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c57 static int vol_getmntdev(FILE *, struct mnttab *, dev_t,
106 if (vol_getmntdev(fp, &mnt, sb.st_rdev, &info) != 0) {
266 vol_getmntdev(FILE *fp, struct mnttab *mp, dev_t dev, struct dk_cinfo *ip) function
277 "vol_getmntdev: entering for %d.%d, ctype/cnum/unit = %d/%d/%d\n",
406 static int vol_getmntdev(FILE *, struct mnttab *, dev_t,
446 if (vol_getmntdev(fp, &mnt, sb.st_rdev, &info) != 0) {

Completed in 245 milliseconds