Lines Matching refs:mpref
5567 struct mnttab mpref = {0}; local
5582 mpref.mnt_special = special;
5583 mpref.mnt_fstype = fstype;
5585 ret = getmntany(mntfp, &mp, &mpref);
6797 struct mnttab mpref = {0}; local
6817 mpref.mnt_mountp = "/";
6819 mpref.mnt_mountp = osroot;
6821 ret = getmntany(mntfp, &mp, &mpref);
7455 struct mnttab mpref = {0}; local
7475 mpref.mnt_mountp = "/";
7477 mpref.mnt_mountp = mountp;
7479 ret = getmntany(mntfp, &mp, &mpref);