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

/freebsd-13-stable/sys/nfsclient/
H A Dnfs.h244 int nfs_mountroot(struct mount *mp);
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c114 static int nfs_mountroot(struct mount *);
396 * nfs_mountroot() will be called once in the boot before any other NFS
400 nfs_mountroot(struct mount *mp) function
430 panic("nfs_mountroot: socreate(%04x): %d",
451 panic("nfs_mountroot: SIOCAIFADDR: %d", error);
458 printf("nfs_mountroot: SIOCSIFMTU: %d", error);
493 panic("nfs_mountroot: RTM_ADD: %d", error);
550 printf("nfs_mountroot: mount %s on /: %d\n", path, error);
917 error = nfs_mountroot(mp);

Completed in 109 milliseconds