/src/sys/nfs/ |
nfs_vfsops.c | 122 .vfs_mountroot = nfs_mountroot, 318 nfs_mountroot(void) function in typeref:typename:int 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",
|
nfs_vfsops.c | 122 .vfs_mountroot = nfs_mountroot, 318 nfs_mountroot(void) function in typeref:typename:int 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",
|
/src/sys/fs/nfs/client/ |
nfs_clvfsops.c | 111 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 in typeref:typename:int 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);
|
nfs_clvfsops.c | 111 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 in typeref:typename:int 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);
|