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

/freebsd-11.0-release/sys/nfsclient/
H A Dnfs.h243 int nfs_mountroot(struct mount *mp);
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c109 static int nfs_mountroot(struct mount *);
391 * nfs_mountroot() will be called once in the boot before any other NFS
395 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);
484 panic("nfs_mountroot: RTM_ADD: %d", error);
541 printf("nfs_mountroot: mount %s on /: %d\n", path, error);
898 error = nfs_mountroot(mp);

Completed in 85 milliseconds