Home
last modified time | relevance | path

Searched refs:mntpath (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/puffs/rump_nqmfs/
H A Drump_nqmfs.c65 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 Dmount.c374 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 Drumpfs.c1891 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()