Searched refs:ostype (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_misc.c | 60 hw_utsname.sysname = ostype; in opensolaris_utsname_init()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dsl_crypt.h | 199 dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | sa.c | 846 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_attr_table_setup() local 867 if (ostype == DMU_OST_ZFS && sa_attr_count == 0) in sa_attr_table_setup() 875 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup() 949 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup() 1001 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_setup() local 1095 if (ostype == DMU_OST_ZFS) { in sa_setup()
|
| H A D | dsl_scan.c | 1800 dmu_objset_type_t ostype, dmu_tx_t *tx); 1802 dsl_scan_t *, dsl_dataset_t *ds, dmu_objset_type_t ostype, 1810 dsl_scan_recurse(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, in dsl_scan_recurse() argument 1840 ds, scn, ostype, tx); in dsl_scan_recurse() 1864 dsl_scan_visitdnode(scn, ds, ostype, in dsl_scan_recurse() 1912 dmu_objset_type_t ostype, dnode_phys_t *dnp, in dsl_scan_visitdnode() argument 1923 &czb, dnp, ds, scn, ostype, tx); in dsl_scan_visitdnode() 1931 &czb, dnp, ds, scn, ostype, tx); in dsl_scan_visitdnode() 1942 dmu_objset_type_t ostype, dmu_tx_t *tx) in dsl_scan_visitbp() argument 1987 if (dsl_scan_recurse(scn, ds, ostype, dnp, bp_toread, zb, tx) != 0) in dsl_scan_visitbp()
|
| H A D | dsl_crypt.c | 1958 dmu_objset_type_t ostype, nvlist_t *nvl, dmu_tx_t *tx) in dsl_crypto_recv_raw_objset_check() argument 1968 if (ostype != DMU_OST_ZFS && ostype != DMU_OST_ZVOL) in dsl_crypto_recv_raw_objset_check() 2053 dsl_crypto_recv_raw_objset_sync(dsl_dataset_t *ds, dmu_objset_type_t ostype, in dsl_crypto_recv_raw_objset_sync() argument 2086 dsl_dataset_get_blkptr(ds), ostype, nlevels, blksz, in dsl_crypto_recv_raw_objset_sync() 2361 dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key) in dsl_crypto_recv_raw() argument 2367 dcrka.dcrka_ostype = ostype; in dsl_crypto_recv_raw()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_mib.c | 111 SYSCTL_STRING(_kern, KERN_OSTYPE, ostype, CTLFLAG_RD|CTLFLAG_MPSAFE| 112 CTLFLAG_CAPRD, ostype, 0, "Operating system type");
|
| H A D | kern_xxx.c | 254 strcpy(s, ostype); in ogetkerninfo()
|
| /f-stack/freebsd/sys/ |
| H A D | sysctl.h | 1137 extern char ostype[];
|