HomeSort by: relevance | last modified time | path
    Searched refs:nfs_bootdhcp (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/modules/nfs/
Makefile 13 SRCS+= nfs_vfsops.c nfs_bootdhcp.c nfs_bootparam.c
  /src/sys/rump/fs/lib/libnfs/
Makefile 11 nfs_iod.c nfs_vfsops.c nfs_vnops.c nfs_bootdhcp.c nfs_bootparam.c
  /src/sys/nfs/
nfsdiskless.h 100 int nfs_bootdhcp(struct nfs_diskless *, struct lwp *, int *);
nfs_boot.c 84 * nfs_bootdhcp.c: BOOTP (RFC951, RFC1048)
151 error = nfs_bootdhcp(nd, lwp, &flags);
nfs_bootdhcp.c 1 /* $NetBSD: nfs_bootdhcp.c,v 1.60 2024/10/20 14:01:52 mlelstv Exp $ */
47 __KERNEL_RCSID(0, "$NetBSD: nfs_bootdhcp.c,v 1.60 2024/10/20 14:01:52 mlelstv Exp $");
240 nfs_bootdhcp(struct nfs_diskless *nd, struct lwp *lwp, int *flags) function in typeref:typename:int

Completed in 18 milliseconds