Home
last modified time | relevance | path

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

/netbsd-src/sys/nfs/
H A Dnfsdiskless.h86 int nfs_boot_ifupdown(struct ifnet *, struct lwp *, int);
H A Dnfs_bootparam.c123 error = nfs_boot_ifupdown(ifp, lwp, 1); in nfs_bootparam()
265 (void) nfs_boot_ifupdown(ifp, lwp, 0); in nfs_bootparam()
H A Dnfs_boot.c199 nfs_boot_ifupdown(nd->nd_ifp, lwp, 0); in nfs_boot_cleanup()
204 nfs_boot_ifupdown(struct ifnet *ifp, struct lwp *lwp, int up) in nfs_boot_ifupdown() function
245 tsleep(nfs_boot_ifupdown, PZERO, "nfsbif", 3 * hz); in nfs_boot_ifupdown()
H A Dnfs_bootdhcp.c286 (void) nfs_boot_ifupdown(ifp, lwp, 0); in nfs_bootdhcp()