Home
last modified time | relevance | path

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

12

/freebsd/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
/freebsd/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()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c143 return (os->os_phys->os_type); in dmu_objset_type()
397 osp->os_type = BSWAP_64(osp->os_type); in dmu_objset_byteswap()
787 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) { in dmu_objset_own_impl()
1139 os->os_phys->os_type = type; in dmu_objset_create_impl_dnstats()
1892 file_info_cb_t *cb = file_cbs[os->os_phys->os_type]; in dmu_get_file_info()
1902 file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_userused_enabled()
1916 return (file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_projectquota_enabled()
2347 error = file_cbs[os->os_phys->os_type](dn->dn_bonustype, data, &zfi); in dmu_objset_userquota_get_ids()
2574 stat->dds_type = os->os_phys->os_type; in dmu_objset_fast_stat()
2583 os->os_phys->os_type == DMU_OST_META); in dmu_objset_stats()
[all …]
H A Dzfs_znode.c362 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop()
H A Ddmu_redact.c195 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_deleteq()
363 if (rt_arg->os->os_phys->os_type == DMU_OST_ZFS) in redact_traverse_thread()
H A Dzcp_get.c58 switch (os->os_phys->os_type) { in get_objset_type()
/freebsd/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()
/freebsd/contrib/kyua/utils/fs/
H A Doperations.cpp82 enum os_type { enum
92 static enum os_type current_os =
/freebsd/usr.sbin/makefs/zfs/
H A Dobjset.c97 os->phys->os_type = type; in objset_alloc()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg.h348 u8 os_type; member
H A Dcudbg_entity.h754 u8 os_type; member
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h82 uint64_t os_type; member
/freebsd/sys/dev/gve/
H A Dgve_adminq.h233 uint8_t os_type; member
H A Dgve_main.c69 .os_type = 3, /* Freebsd */ in gve_verify_driver_compatibility()
/freebsd/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()
/freebsd/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()
/freebsd/sys/dev/mana/
H A Dgdma.h582 uint32_t os_type; /* Linux = 0x10; Windows = 0x20; Other = 0x30 */ member
/freebsd/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()
/freebsd/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()
H A Dzfsimpl.c3515 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/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1164 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type); in zio_crypt_do_objset_hmacs()
/freebsd/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()
/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h967 uint32_t os_type; member

12