| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 32 const llvm::Triple::OSType os_type = triple_ref.getOS(); in LLDB_PLUGIN_DEFINE() local 34 if (os_type == llvm::Triple::UnknownOS) { in LLDB_PLUGIN_DEFINE()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_objset.c | 142 return (os->os_phys->os_type); in dmu_objset_type() 382 osp->os_type = BSWAP_64(osp->os_type); in dmu_objset_byteswap() 781 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) { in dmu_objset_own_impl() 1133 os->os_phys->os_type = type; in dmu_objset_create_impl_dnstats() 1814 file_info_cb_t *cb = file_cbs[os->os_phys->os_type]; in dmu_get_file_info() 1824 file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_userused_enabled() 1838 return (file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_projectquota_enabled() 2269 error = file_cbs[os->os_phys->os_type](dn->dn_bonustype, data, &zfi); in dmu_objset_userquota_get_ids() 2496 stat->dds_type = os->os_phys->os_type; in dmu_objset_fast_stat() 2505 os->os_phys->os_type == DMU_OST_META); in dmu_objset_stats() [all …]
|
| H A D | dmu_redact.c | 195 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_deleteq() 361 if (rt_arg->os->os_phys->os_type == DMU_OST_ZFS) in redact_traverse_thread()
|
| H A D | zcp_get.c | 58 switch (os->os_phys->os_type) { in get_objset_type()
|
| H A D | dsl_scan.c | 2246 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse() 2257 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse() 2260 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse() 2263 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
|
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_vfpf_if.h | 140 u8 os_type; /* VFPF_ACQUIRE_OS_* value */ member 216 u8 os_type; member
|
| H A D | ecore_iov_api.h | 91 u8 os_type; member
|
| H A D | ecore_vf.c | 327 req->vfdev_info.os_type = vf_sw_info.os_type; in ecore_vf_pf_acquire()
|
| /freebsd-14.2/contrib/kyua/utils/fs/ |
| H A D | operations.cpp | 82 enum os_type { enum 92 static enum os_type current_os =
|
| /freebsd-14.2/usr.sbin/makefs/zfs/ |
| H A D | objset.c | 97 os->phys->os_type = type; in objset_alloc()
|
| /freebsd-14.2/sys/dev/gve/ |
| H A D | gve_adminq.h | 218 uint8_t os_type; member
|
| H A D | gve_main.c | 68 .os_type = 3, /* Freebsd */ in gve_verify_driver_compatibility()
|
| /freebsd-14.2/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg.h | 348 u8 os_type; member
|
| H A D | cudbg_entity.h | 754 u8 os_type; member
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | dmu_objset.h | 82 uint64_t os_type; member
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_x86_64.cpp | 74 const llvm::Triple::OSType os_type = arch.GetTriple().getOS(); in CreateInstance() local 78 switch(os_type) { in CreateInstance()
|
| /freebsd-14.2/sys/powerpc/pseries/ |
| H A D | phyp_vscsi.c | 751 uint32_t os_type; in vscsi_setup_bus() member 794 mad_adapter_info.payload.os_type = htobe32(2); /* Claim we are Linux */ in vscsi_setup_bus()
|
| /freebsd-14.2/sys/dev/mana/ |
| H A D | gdma.h | 582 uint32_t os_type; /* Linux = 0x10; Windows = 0x20; Other = 0x30 */ member
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 1037 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type); in zio_crypt_do_objset_hmacs()
|
| /freebsd-14.2/stand/libsa/zfs/ |
| H A D | zfs.c | 423 if (rv == 0 && mnt->objset.os_type != DMU_OST_ZFS) { in zfs_mount() 425 (uintmax_t)mnt->objset.os_type); in zfs_mount()
|
| H A D | zfsimpl.c | 3515 if (spa->spa_mos->os_type != DMU_OST_META) { in zfs_spa_init() 3700 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_lookup() 3702 (uintmax_t)mount->objset.os_type); in zfs_lookup()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 1164 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type); in zio_crypt_do_objset_hmacs()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1988 std::string os_type; in DecodeProcessInfoResponse() local 2054 os_type = std::string(value); in DecodeProcessInfoResponse() 2058 if (cpu != LLDB_INVALID_CPUTYPE && !vendor.empty() && !os_type.empty()) { in DecodeProcessInfoResponse() 2065 llvm::StringRef(os_type)); in DecodeProcessInfoResponse()
|
| /freebsd-14.2/sys/contrib/ena-com/ena_defs/ |
| H A D | ena_admin_defs.h | 967 uint32_t os_type; member
|
| /freebsd-14.2/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 1339 uint64_t os_type; member
|