Searched refs:nfs_mount (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/arch/alpha/stand/netboot/ |
H A D | dev_net.c | 79 int nfs_mount(int, struct in_addr, char *); 122 error = nfs_mount(netdev_sock, rootip, rootpath); in net_open()
|
/openbsd/sys/lib/libsa/ |
H A D | nfs.h | 41 int nfs_mount(int, struct in_addr, const char *);
|
H A D | nfs.c | 329 nfs_mount(int sock, struct in_addr ip, const char *path) in nfs_mount() function
|
/openbsd/sys/nfs/ |
H A D | nfsmount.h | 86 int nfs_mount(struct mount *, const char *, void *, struct nameidata *,
|
H A D | nfs_vfsops.c | 93 .vfs_mount = nfs_mount, 553 nfs_mount(struct mount *mp, const char *path, void *data, in nfs_mount() function
|
/openbsd/sys/arch/macppc/stand/ |
H A D | net.c | 153 if (nfs_mount(netdev_sock, rootip, rootpath) < 0) in net_mountroot()
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | net.c | 193 if (nfs_mount(netdev_sock, rootip, rootpath) != 0) in net_mountroot()
|
/openbsd/sys/arch/luna88k/stand/boot/ |
H A D | dev_net.c | 121 error = nfs_mount(netdev_sock, rootip, rootpath); in net_open()
|