Searched refs:nfs_mountroot (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/nfs/
H A Dnfs_vfsops.c122 .vfs_mountroot = nfs_mountroot,
318 nfs_mountroot(void) function
378 panic("nfs_mountroot: getattr for root");
418 panic("nfs_mountroot: mget soname for %s", mntname);
428 printf("nfs_mountroot: mount %s failed: %d\n",
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clvfsops.c111 static int nfs_mountroot(struct mount *);
393 * nfs_mountroot() will be called once in the boot before any other NFS
397 nfs_mountroot(struct mount *mp) function
432 panic("nfs_mountroot: socreate(%04x): %d",
453 panic("nfs_mountroot: SIOCAIFADDR: %d", error);
460 printf("nfs_mountroot: SIOCSIFMTU: %d", error);
486 panic("nfs_mountroot: RTM_ADD: %d", error);
543 printf("nfs_mountroot: mount %s on /: %d\n", path, error);
900 error = nfs_mountroot(mp);

Completed in 131 milliseconds