Lines Matching defs:mntfromname
107 const char *mntfromname, *mntonname, **vfslist, *vfstype;
196 mntfromname = mntbuf->f_mntfromname;
198 mntfromname = fs->fs_spec;
199 mntfromname = getfsspecname(buf, sizeof(buf),
200 mntfromname);
201 if (mntfromname == NULL)
203 if (mountfs(fs->fs_vfstype, mntfromname,
245 mntfromname = mntbuf->f_mntfromname;
248 mntfromname = fs->fs_spec;
279 mntfromname = mntbuf->f_mntfromname;
281 mntfromname = fs->fs_spec;
286 mntfromname = getfsspecname(buf, sizeof(buf), mntfromname);
287 if (mntfromname == NULL)
289 rval = mountfs(fstypename, mntfromname,
298 mntfromname = getfsspecname(buf, sizeof(buf), argv[0]);
299 if (mntfromname == NULL)
305 vfstype = getfslab(mntfromname);
310 rval = mountfs(vfstype, mntfromname, argv[1], init_flags,