Home
last modified time | relevance | path

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

/netbsd/sys/rump/include/rump-sys/
H A Dvfs_if.h60 int rump_vfs_getmp(const char *, struct mount **);
/netbsd/sys/rump/librump/rumpvfs/
H A Drumpvfs_if_wrappers.c287 rv = rump_vfs_getmp(arg1, arg2); in rump_pub_vfs_getmp()
H A Drump_vfs.c321 rump_vfs_getmp(const char *path, struct mount **mpp) in rump_vfs_getmp() function