Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 25 of 37) sorted by relevance

12

/src/release/scripts/oracle/
H A Dgenerate_metadata.lua6 local os_type = os.getenv("TYPE")
16 if not os_type or not os_version or not capability_file or
42 data.operatingSystem = os_type
/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp32 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()
/src/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c146 return (os->os_phys->os_type); in dmu_objset_type()
394 osp->os_type = BSWAP_64(osp->os_type); in dmu_objset_byteswap()
784 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) { in dmu_objset_own_impl()
1136 os->os_phys->os_type = type; in dmu_objset_create_impl_dnstats()
1791 file_info_cb_t *cb = file_cbs[os->os_phys->os_type]; in dmu_get_file_info()
1801 file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_userused_enabled()
1815 return (file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_projectquota_enabled()
2253 error = file_cbs[os->os_phys->os_type](dn->dn_bonustype, data, &zfi); in dmu_objset_userquota_get_ids()
2480 stat->dds_type = os->os_phys->os_type; in dmu_objset_fast_stat()
2489 os->os_phys->os_type == DMU_OST_META); in dmu_objset_stats()
[all …]
H A Dzfs_znode.c363 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop()
H A Ddmu_redact.c196 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_deleteq()
364 if (rt_arg->os->os_phys->os_type == DMU_OST_ZFS) in redact_traverse_thread()
H A Dzcp_get.c59 switch (os->os_phys->os_type) { in get_objset_type()
H A Ddsl_scan.c2297 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
2308 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
2311 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
2314 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
/src/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h140 u8 os_type; /* VFPF_ACQUIRE_OS_* value */ member
216 u8 os_type; member
H A Decore_iov_api.h91 u8 os_type; member
H A Decore_vf.c327 req->vfdev_info.os_type = vf_sw_info.os_type; in ecore_vf_pf_acquire()
/src/contrib/kyua/utils/fs/
H A Doperations.cpp82 enum os_type { enum
92 static enum os_type current_os =
/src/usr.sbin/makefs/zfs/
H A Dobjset.c98 os->phys->os_type = type; in objset_alloc()
/src/sys/dev/cxgbe/cudbg/
H A Dcudbg.h348 u8 os_type; member
H A Dcudbg_entity.h754 u8 os_type; member
/src/sys/dev/gve/
H A Dgve_adminq.h241 uint8_t os_type; member
H A Dgve_main.c72 .os_type = 3, /* Freebsd */ in gve_verify_driver_compatibility()
/src/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h83 uint64_t os_type; member
/src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp74 const llvm::Triple::OSType os_type = arch.GetTriple().getOS(); in CreateInstance() local
78 switch(os_type) { in CreateInstance()
/src/sys/powerpc/pseries/
H A Dphyp_vscsi.c750 uint32_t os_type; in vscsi_setup_bus() member
793 mad_adapter_info.payload.os_type = htobe32(2); /* Claim we are Linux */ in vscsi_setup_bus()
/src/sys/dev/mana/
H A Dgdma.h588 uint32_t os_type; /* Linux = 0x10; Windows = 0x20; Other = 0x30 */ member
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1037 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type); in zio_crypt_do_objset_hmacs()
/src/stand/libsa/zfs/
H A Dzfs.c423 if (rv == 0 && mnt->objset.os_type != DMU_OST_ZFS) { in zfs_mount()
425 (uintmax_t)mnt->objset.os_type); in zfs_mount()
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1165 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type); in zio_crypt_do_objset_hmacs()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2005 std::string os_type; in DecodeProcessInfoResponse() local
2071 os_type = std::string(value); in DecodeProcessInfoResponse()
2075 if (cpu != LLDB_INVALID_CPUTYPE && !vendor.empty() && !os_type.empty()) { in DecodeProcessInfoResponse()
2082 llvm::StringRef(os_type)); in DecodeProcessInfoResponse()
/src/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h967 uint32_t os_type; member

12