Searched refs:mntpath (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/usr.sbin/puffs/rump_nqmfs/ |
| H A D | rump_nqmfs.c | 65 static char *mntpath, *mntfile; variable 105 mntpath = argv[1]; in main() 126 if (p2k_run_fs(MOUNT_MFS, "/swabbie", mntpath, in main()
|
| /netbsd-src/sbin/mount/ |
| H A D | mount.c | 374 mntpath[MAXPATHLEN]; in mountfs() local 377 if (realpath(name, mntpath) == NULL) { in mountfs() 382 name = mntpath; in mountfs()
|
| /netbsd-src/sys/rump/librump/rumpvfs/ |
| H A D | rumpfs.c | 1891 rumpfs_mount(struct mount *mp, const char *mntpath, void *arg, size_t *alen) in rumpfs_mount() argument 1911 error = set_statvfs_info(mntpath, UIO_USERSPACE, "rumpfs", UIO_SYSSPACE, in rumpfs_mount()
|