/freebsd/release/scripts/oracle/ |
H A D | generate_metadata.lua | 6 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 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/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_objset.c | 143 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 D | zfs_znode.c | 362 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop()
|
H A D | dmu_redact.c | 195 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 D | zcp_get.c | 58 switch (os->os_phys->os_type) { in get_objset_type()
|
/freebsd/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/contrib/kyua/utils/fs/ |
H A D | operations.cpp | 82 enum os_type { enum 92 static enum os_type current_os =
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | objset.c | 97 os->phys->os_type = type; in objset_alloc()
|
/freebsd/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/sys/contrib/openzfs/include/sys/ |
H A D | dmu_objset.h | 82 uint64_t os_type; member
|
/freebsd/sys/dev/gve/ |
H A D | gve_adminq.h | 233 uint8_t os_type; member
|
H A D | gve_main.c | 69 .os_type = 3, /* Freebsd */ in gve_verify_driver_compatibility()
|
/freebsd/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/sys/powerpc/pseries/ |
H A D | phyp_vscsi.c | 750 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 D | gdma.h | 582 uint32_t os_type; /* Linux = 0x10; Windows = 0x20; Other = 0x30 */ member
|
/freebsd/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/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/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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 2005 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 D | ena_admin_defs.h | 967 uint32_t os_type; member
|