Searched refs:BO_MAXFSNAME (Results 1 – 5 of 5) sorted by relevance
174 #define BO_MAXFSNAME 16 macro178 char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */
179 #define BO_MAXFSNAME 16 macro183 char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */
317 if ((vsw = getfstype("root", rootfs.bo_fstype, BO_MAXFSNAME)) == NULL) in loadrootmodules()588 static char defaultfs[BO_MAXFSNAME]; in getfstype()
1480 (void) copystr(fstype, rootfs.bo_fstype, BO_MAXFSNAME, NULL); in setbootfstype()
4771 (void) strncpy(rootfs.bo_fstype, propstr, BO_MAXFSNAME); in getrootfs()4781 (void) strncpy(rootfs.bo_fstype, "zfs", BO_MAXFSNAME); in getrootfs()