Home
last modified time | relevance | path

Searched refs:nfs_boot_init (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/nfs/
H A Dnfsdiskless.h51 * which are filled in by nfs_boot_init() using either
53 * parameters are INET specific because nfs_boot_init()
84 int nfs_boot_init(struct nfs_diskless *, struct lwp *);
H A Dnfs_boot.c115 nfs_boot_init(struct nfs_diskless *nd, struct lwp *lwp) in nfs_boot_init() function
H A Dnfs_vfsops.c351 error = nfs_boot_init(nd, l); in nfs_mountroot()
/netbsd-src/sys/kern/
H A Dsubr_tftproot.c168 if ((error = nfs_boot_init(nd, l)) != 0) { in tftproot_dhcpboot()