Lines Matching defs:mpref
5774 struct mnttab mpref = {0};
5790 mpref.mnt_special = special;
5791 mpref.mnt_fstype = fstype;
5793 ret = getmntany(mntfp, &mp, &mpref);
7066 struct mnttab mpref = {0};
7087 mpref.mnt_mountp = "/";
7089 mpref.mnt_mountp = osroot;
7091 ret = getmntany(mntfp, &mp, &mpref);
7753 struct mnttab mpref = {0};
7774 mpref.mnt_mountp = "/";
7776 mpref.mnt_mountp = mountp;
7778 ret = getmntany(mntfp, &mp, &mpref);