Searched refs:mpref (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_subr.c257 struct mnttab mpref; local
332 mpref.mnt_special = NULL;
333 mpref.mnt_mountp = NULL;
334 mpref.mnt_fstype = "cachefs";
335 mpref.mnt_mntopts = NULL;
336 mpref.mnt_time = NULL;
337 while ((xx = getmntany(fin, &minfo, &mpref)) != -1) {
/opensolaris-onvv-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c385 struct mnttab mpref = {0}; local
388 mpref.mnt_mountp = "/";
396 rc = getmntany(fp, &mp, &mpref);
468 struct mnttab mpref = {0}; local
475 mpref.mnt_special = fsd->gfs_dev;
476 mpref.mnt_fstype = fstyp;
478 if ((rc = getmntany(fp, &mp, &mpref)) == 0)
/opensolaris-onvv-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c244 struct mnttab mpref; local
250 bzero(&mpref, sizeof (mpref));
251 mpref.mnt_special = (char *)device_file;
252 if (getmntany(f, &mp, &mpref) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c51 struct mnttab mpref; local
57 bzero(&mpref, sizeof (mpref));
58 mpref.mnt_special = (char *)device_file;
59 if (getmntany(f, &mp, &mpref) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c274 struct mnttab mntp, mpref; local
286 memset(&mpref, 0, sizeof (struct mnttab));
305 mpref.mnt_special = *lp;
306 if (getmntany(mtab, &mntp, &mpref) == 0 &&
330 mpref.mnt_special = bdev;
331 if (getmntany(mtab, &mntp, &mpref) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c704 struct mnttab mpref; local
717 mntnull(&mpref);
718 mpref.mnt_mountp = (char *)root;
720 if (getmntany(fp, &mp, &mpref) != 0 ||
721 mpref.mnt_mountp == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1497 struct mnttab mp = {0}, mpref = {0}; local
1520 mpref.mnt_special = buf;
1521 if (getmntany(mntfp, &mp, &mpref) != 0) {
1531 if (getmntany(mntfp, &mp, &mpref) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c1243 struct mnttab mpref = { NULL, NULL, NULL, NULL, NULL }; local
1246 mpref.mnt_special = (char *)special;
1247 if (getmntany(f, &mnt, &mpref) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5226 struct mnttab mpref = {0}; local
5241 mpref.mnt_special = special;
5242 mpref.mnt_fstype = fstype;
5244 ret = getmntany(mntfp, &mp, &mpref);
6456 struct mnttab mpref = {0}; local
6476 mpref.mnt_mountp = "/";
6478 mpref.mnt_mountp = osroot;
6480 ret = getmntany(mntfp, &mp, &mpref);
7109 struct mnttab mpref = {0}; local
7129 mpref
[all...]

Completed in 75 milliseconds