Searched refs:bo_fstype (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 127 BMDPRINTF(("rootconf: fstype %s\n", rootfs.bo_fstype)); in rootconf() 146 if (strncmp(rootfs.bo_fstype, "nfs", 3) == 0) { in rootconf() 149 rootfs.bo_fstype); in rootconf() 153 if (modload("fs", rootfs.bo_fstype) == -1) { in rootconf() 155 rootfs.bo_fstype); in rootconf() 160 vsw = vfs_getvfsswbyname(rootfs.bo_fstype); in rootconf() 164 rootfs.bo_fstype); in rootconf() 215 BMDPRINTF(("rootconf: calling VFS_MOUNTROOT %s\n", rootfs.bo_fstype)); in rootconf() 223 rootfs.bo_name, rootfs.bo_fstype); in rootconf() 226 rootfs.bo_name, rootfs.bo_fstype); in rootconf() [all …]
|
H A D | modsysfile.c | 1516 (void) copystr(fstype, rootfs.bo_fstype, BO_MAXFSNAME, NULL); in setbootfstype() 1517 BMDPRINTF(("rootfs fstype: %s\n", rootfs.bo_fstype)); in setbootfstype() 1551 (void) copystr(sysp->sys_ptr, bootobjp->bo_fstype, in setparams()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 182 char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */ member
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 388 if (strcmp(rootfs.bo_fstype, MNTTYPE_ZFS) == 0) in zfs_boot_init() 944 if (strcmp(rootfs.bo_fstype, "zfs") != 0) { in vfs_mountroot() 4645 (void) strncpy(rootfs.bo_fstype, propstr, BO_MAXFSNAME); in getrootfs() 4655 (void) strncpy(rootfs.bo_fstype, "zfs", BO_MAXFSNAME); in getrootfs() 4659 if (strncmp(rootfs.bo_fstype, "nfs", 3) != 0) { in getrootfs() 4660 *fstypp = *fsmodp = rootfs.bo_fstype; in getrootfs() 4666 if (strcmp(rootfs.bo_fstype, "nfs2") == 0) in getrootfs() 4667 (void) strcpy(rootfs.bo_fstype, "nfs"); in getrootfs() 4668 else if (strcmp(rootfs.bo_fstype, "nfs") == 0) in getrootfs() 4669 (void) strcpy(rootfs.bo_fstype, "nfsdyn"); in getrootfs() [all …]
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 184 char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */ member
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | strplumb.c | 240 if (strncmp(rootfs.bo_fstype, "nfs", 3) == 0 && in resolve_boot_path()
|