Searched refs:BO_MAXFSNAME (Results 1 – 5 of 5) sorted by relevance
173 #define BO_MAXFSNAME 16 macro177 char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */
177 #define BO_MAXFSNAME 16 macro181 char bo_fstype[BO_MAXFSNAME]; /* vfs type name (e.g. nfs) */
373 if ((vsw = getfstype("root", rootfs.bo_fstype, BO_MAXFSNAME)) == NULL) in loadrootmodules()648 static char defaultfs[BO_MAXFSNAME]; in getfstype()
1479 (void) copystr(fstype, rootfs.bo_fstype, BO_MAXFSNAME, NULL); in setbootfstype()
4783 (void) strncpy(rootfs.bo_fstype, propstr, BO_MAXFSNAME); in getrootfs()4793 (void) strncpy(rootfs.bo_fstype, "zfs", BO_MAXFSNAME); in getrootfs()