Lines Matching refs:mpref
5302 struct mnttab mpref = {0}; local
5317 mpref.mnt_special = special;
5318 mpref.mnt_fstype = fstype;
5320 ret = getmntany(mntfp, &mp, &mpref);
6532 struct mnttab mpref = {0}; local
6552 mpref.mnt_mountp = "/";
6554 mpref.mnt_mountp = osroot;
6556 ret = getmntany(mntfp, &mp, &mpref);
7190 struct mnttab mpref = {0}; local
7210 mpref.mnt_mountp = "/";
7212 mpref.mnt_mountp = mountp;
7214 ret = getmntany(mntfp, &mp, &mpref);