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

  /src/sys/nfs/
nfsdiskless.h 51 * 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 *);
nfs_boot.c 115 nfs_boot_init(struct nfs_diskless *nd, struct lwp *lwp) function in typeref:typename:int
628 * string left in ndm->ndm_host by nfs_boot_init.
nfs_vfsops.c 314 * - Call nfs_boot_init() to fill in the nfs_diskless struct
347 * Call nfs_boot_init() to fill in the nfs_diskless struct.
351 error = nfs_boot_init(nd, l);
  /src/sys/kern/
subr_tftproot.c 168 if ((error = nfs_boot_init(nd, l)) != 0) {
169 DPRINTF(("%s():%d nfs_boot_init returned %d\n",

Completed in 36 milliseconds