Searched refs:mount_root (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c405 if (error = mount_root(*name ? name : "root", root_path, NFS_V4,
427 if (error = mount_root(*name ? name : "root", root_path,
450 if (error = mount_root(*name ? name : "root",
H A Dnfs3_vfsops.c1712 if (error = mount_root(*name ? name : "root", root_path, NFS_V3,
1716 "mount_root failed: server doesn't support NFS V3");
1719 "nfs3_mountroot: mount_root failed: %m");
H A Dnfs_vfsops.c1717 if (error = mount_root(*name ? name : "root", root_path, NFS_VERSION,
1720 "nfs_mountroot: mount_root failed: %m");
H A Dnfs_dlinet.c292 mount_root(char *name, char *path, int version, struct nfs_args *args, function
302 printf("mount_root: name=%s\n", name);
387 nfs_perror(rc, "mount_root: mount %s:%s failed: %m\n",
390 printf("mount_root: leaving\n");
H A Dnfs4_vfsops.c3014 if (error = mount_root(*name ? name : "root", root_path, NFS_V4,
3018 "mount_root failed: server doesn't support NFS V4");
3021 "nfs4_mountroot: mount_root failed: %m");
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c517 mount_root(char *arg) function
659 if (mount_root(arg) != 0)
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h931 extern int mount_root(char *, char *, int, struct nfs_args *, int *);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s567 STUB(nfs_dlboot, mount_root, nomod_minus_one);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s454 STUB(nfs_dlboot, mount_root, nomod_minus_one);

Completed in 139 milliseconds