Searched refs:nfs_boot_ifupdown (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/nfs/ |
H A D | nfsdiskless.h | 86 int nfs_boot_ifupdown(struct ifnet *, struct lwp *, int);
|
H A D | nfs_bootparam.c | 123 error = nfs_boot_ifupdown(ifp, lwp, 1); in nfs_bootparam() 265 (void) nfs_boot_ifupdown(ifp, lwp, 0); in nfs_bootparam()
|
H A D | nfs_boot.c | 199 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 D | nfs_bootdhcp.c | 286 (void) nfs_boot_ifupdown(ifp, lwp, 0); in nfs_bootdhcp()
|