Home
last modified time | relevance | path

Searched refs:ostype (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_misc.c60 hw_utsname.sysname = ostype; in opensolaris_utsname_init()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_crypt.h199 dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dsa.c846 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 Ddsl_scan.c1800 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 Ddsl_crypt.c1958 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 Dkern_mib.c111 SYSCTL_STRING(_kern, KERN_OSTYPE, ostype, CTLFLAG_RD|CTLFLAG_MPSAFE|
112 CTLFLAG_CAPRD, ostype, 0, "Operating system type");
H A Dkern_xxx.c254 strcpy(s, ostype); in ogetkerninfo()
/f-stack/freebsd/sys/
H A Dsysctl.h1137 extern char ostype[];