BO_MAXFSNAME
(void) strncpy(rootfs.bo_fstype, propstr, BO_MAXFSNAME);
(void) strncpy(rootfs.bo_fstype, "zfs", BO_MAXFSNAME);
(void) copystr(fstype, rootfs.bo_fstype, BO_MAXFSNAME, NULL);
if ((vsw = getfstype("root", rootfs.bo_fstype, BO_MAXFSNAME)) == NULL)
static char defaultfs[BO_MAXFSNAME];
char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */
char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */