Home
last modified time | relevance | path

Searched refs:nfs_bootparam (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/modules/nfs/
H A DMakefile13 SRCS+= nfs_vfsops.c nfs_bootdhcp.c nfs_bootparam.c
/netbsd-src/sys/rump/fs/lib/libnfs/
H A DMakefile11 nfs_iod.c nfs_vfsops.c nfs_vnops.c nfs_bootdhcp.c nfs_bootparam.c
/netbsd-src/sys/nfs/
H A Dnfsdiskless.h101 int nfs_bootparam(struct nfs_diskless *, struct lwp *, int *);
H A Dfiles.nfs24 file nfs/nfs_bootparam.c nfs & nfs_boot_bootparam
H A Dnfs_bootparam.c107 nfs_bootparam(struct nfs_diskless *nd, struct lwp *lwp, int *flags) in nfs_bootparam() function
H A Dnfs_boot.c157 error = nfs_bootparam(nd, lwp, &flags); in nfs_boot_init()