Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp32 const llvm::Triple::OSType os_type = triple_ref.getOS(); in CreateInstance() local
33 if ((os_type == llvm::Triple::UnknownOS)) in CreateInstance()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c126 return (os->os_phys->os_type); in dmu_objset_type()
334 osp->os_type = BSWAP_64(osp->os_type); in dmu_objset_byteswap()
653 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) { in dmu_objset_own_impl()
920 os->os_phys->os_type = type; in dmu_objset_create_impl()
1457 used_cbs[os->os_phys->os_type] != NULL && in dmu_objset_userused_enabled()
1751 error = used_cbs[os->os_phys->os_type](dn->dn_bonustype, data, in dmu_objset_userquota_get_ids()
1864 stat->dds_type = os->os_phys->os_type; in dmu_objset_fast_stat()
1873 os->os_phys->os_type == DMU_OST_META); in dmu_objset_stats()
1879 os->os_phys->os_type); in dmu_objset_stats()
H A Dzcp_get.c56 switch (os->os_phys->os_type) { in get_objset_type()
H A Ddsl_scan.c1698 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
1708 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
1711 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
H A Dzfs_vfsops.c2769 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop()
H A Ddmu_send.c1157 } else if (os->os_phys->os_type == DMU_OST_ZVOL) { in dmu_adjust_send_estimate_for_indirects()
H A Dzfs_ioctl.c3119 if (os != NULL && os->os_phys->os_type != DMU_OST_ZFS) in zfs_fill_zplprops_impl()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h143 u8 os_type; /* VFPF_ACQUIRE_OS_* value */ member
219 u8 os_type; member
H A Decore_iov_api.h93 u8 os_type; member
H A Decore_vf.c330 req->vfdev_info.os_type = vf_sw_info.os_type; in ecore_vf_pf_acquire()
H A Decore_sriov.c1721 (p_vf->acquire.vfdev_info.os_type == in ecore_iov_vf_mbx_acquire_resc()
1869 pfdev_info->os_type = OSAL_IOV_GET_OS_TYPE(); in ecore_iov_vf_mbx_acquire()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h65 uint64_t os_type; member
/freebsd-12.1/sys/dev/cxgbe/cudbg/
H A Dcudbg.h350 u8 os_type; member
H A Dcudbg_entity.h756 u8 os_type; member
H A Dcudbg_lib.c626 swstate->os_type = 0; in collect_sw_state()
/freebsd-12.1/stand/libsa/zfs/
H A Dzfs.c677 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_dev_open()
679 (uintmax_t)mount->objset.os_type); in zfs_dev_open()
H A Dzfsimpl.c2868 if (spa->spa_mos.os_type != DMU_OST_META) { in zfs_spa_init()
3087 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_lookup()
3089 (uintmax_t)mount->objset.os_type); in zfs_lookup()
/freebsd-12.1/sys/powerpc/pseries/
H A Dphyp_vscsi.c747 uint32_t os_type; in vscsi_setup_bus() member
789 mad_adapter_info.payload.os_type = 2; /* Claim we are Linux */ in vscsi_setup_bus()
/freebsd-12.1/sys/contrib/ena-com/
H A Dena_admin_defs.h711 uint32_t os_type; member
/freebsd-12.1/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h781 uint32_t os_type; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1887 std::string os_type; in DecodeProcessInfoResponse() local
1933 os_type = value; in DecodeProcessInfoResponse()
1937 if (cpu != LLDB_INVALID_CPUTYPE && !vendor.empty() && !os_type.empty()) { in DecodeProcessInfoResponse()
1944 llvm::StringRef(os_type)); in DecodeProcessInfoResponse()
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h1148 uint64_t os_type; member
/freebsd-12.1/sys/dev/bnxt/
H A Dbnxt_hwrm.c371 req.os_type = htole16(HWRM_FUNC_DRV_RGTR_INPUT_OS_TYPE_FREEBSD); in bnxt_hwrm_func_drv_rgtr()
H A Dhsi_struct_def.h7822 uint16_t os_type; member
8262 uint16_t os_type; member
/freebsd-12.1/sys/dev/ena/
H A Dena.c3175 host_info->os_type = ENA_ADMIN_OS_FREEBSD; in ena_config_host_info()

12