Searched refs:mount_root (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_common.c | 405 if (error = mount_root(*name ? name : "root", root_path, NFS_V4, in nfsdyn_mountroot() 427 if (error = mount_root(*name ? name : "root", root_path, in nfsdyn_mountroot() 450 if (error = mount_root(*name ? name : "root", in nfsdyn_mountroot()
|
H A D | nfs_vfsops.c | 1721 if (error = mount_root(*name ? name : "root", root_path, NFS_VERSION, in nfs_mountroot()
|
H A D | nfs3_vfsops.c | 1716 if (error = mount_root(*name ? name : "root", root_path, NFS_V3, in nfs3_mountroot()
|
H A D | nfs_dlinet.c | 292 mount_root(char *name, char *path, int version, struct nfs_args *args, in mount_root() function
|
H A D | nfs4_vfsops.c | 3018 if (error = mount_root(*name ? name : "root", root_path, NFS_V4, in nfs4_mountroot()
|
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 456 STUB(nfs_dlboot, mount_root, nomod_minus_one);
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs.h | 931 extern int mount_root(char *, char *, int, struct nfs_args *, int *);
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 567 STUB(nfs_dlboot, mount_root, nomod_minus_one);
|