Searched refs:bo_fstype (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 125 BMDPRINTF(("rootconf: fstype %s\n", rootfs.bo_fstype)); in rootconf() 151 if (strncmp(rootfs.bo_fstype, "nfs", 3) == 0) { in rootconf() 154 rootfs.bo_fstype); in rootconf() 158 if (modload("fs", rootfs.bo_fstype) == -1) { in rootconf() 160 rootfs.bo_fstype); in rootconf() 165 vsw = vfs_getvfsswbyname(rootfs.bo_fstype); in rootconf() 169 rootfs.bo_fstype); in rootconf() 224 BMDPRINTF(("rootconf: calling VFS_MOUNTROOT %s\n", rootfs.bo_fstype)); in rootconf() 232 rootfs.bo_name, rootfs.bo_fstype); in rootconf() 235 rootfs.bo_name, rootfs.bo_fstype); in rootconf() [all …]
|
H A D | modsysfile.c | 1479 (void) copystr(fstype, rootfs.bo_fstype, BO_MAXFSNAME, NULL); in setbootfstype() 1480 BMDPRINTF(("rootfs fstype: %s\n", rootfs.bo_fstype)); in setbootfstype() 1519 (void) copystr(sysp->sys_ptr, bootobjp->bo_fstype, in setparams()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 177 char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */ member
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 181 char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */ member
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 366 if (strcmp(rootfs.bo_fstype, MNTTYPE_ZFS) == 0) in zfs_boot_init() 997 if (strcmp(rootfs.bo_fstype, "zfs") != 0) { in vfs_mountroot() 4783 (void) strncpy(rootfs.bo_fstype, propstr, BO_MAXFSNAME); in getrootfs() 4793 (void) strncpy(rootfs.bo_fstype, "zfs", BO_MAXFSNAME); in getrootfs() 4797 if (strncmp(rootfs.bo_fstype, "nfs", 3) != 0) { in getrootfs() 4798 *fstypp = *fsmodp = rootfs.bo_fstype; in getrootfs() 4804 if (strcmp(rootfs.bo_fstype, "nfs2") == 0) in getrootfs() 4805 (void) strcpy(rootfs.bo_fstype, "nfs"); in getrootfs() 4806 else if (strcmp(rootfs.bo_fstype, "nfs") == 0) in getrootfs() 4807 (void) strcpy(rootfs.bo_fstype, "nfsdyn"); in getrootfs() [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | strplumb.c | 235 if (strncmp(rootfs.bo_fstype, "nfs", 3) == 0) in resolve_boot_path()
|