Searched refs:os_type (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp31 const llvm::Triple::OSType os_type = triple_ref.getOS(); local
33 if (os_type == llvm::Triple::UnknownOS) {
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c139 return (os->os_phys->os_type);
364 osp->os_type = BSWAP_64(osp->os_type);
721 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) {
1073 os->os_phys->os_type = type;
1754 file_info_cb_t *cb = file_cbs[os->os_phys->os_type];
1764 file_cbs[os->os_phys->os_type] != NULL &&
1778 return (file_cbs[os->os_phys->os_type] != NULL &&
2209 error = file_cbs[os->os_phys->os_type](dn->dn_bonustype, data, &zfi);
2436 stat->dds_type = os->os_phys->os_type;
[all...]
H A Ddmu_redact.c194 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS);
360 if (rt_arg->os->os_phys->os_type == DMU_OST_ZFS)
H A Dzcp_get.c58 switch (os->os_phys->os_type) {
H A Ddsl_scan.c1887 dsl_scan_visitdnode(scn, ds, osp->os_type,
1898 dsl_scan_visitdnode(scn, ds, osp->os_type,
1901 dsl_scan_visitdnode(scn, ds, osp->os_type,
1904 dsl_scan_visitdnode(scn, ds, osp->os_type,
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Doperations.cpp82 enum os_type { enum in namespace:__anon1007
92 static enum os_type current_os =
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h142 u8 os_type; /* VFPF_ACQUIRE_OS_* value */ member in struct:vfpf_acquire_tlv::vf_pf_vfdev_info
218 u8 os_type; member in struct:pfvf_acquire_resp_tlv::pf_vf_pfdev_info
H A Decore_iov_api.h93 u8 os_type; member in struct:ecore_vf_acquire_sw_info
H A Decore_vf.c329 req->vfdev_info.os_type = vf_sw_info.os_type;
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h78 uint64_t os_type; member in struct:objset_phys
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg.h350 u8 os_type; member in struct:cudbg_param::__anon11932::__anon11935
H A Dcudbg_entity.h756 u8 os_type; member in struct:sw_state
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp72 const llvm::Triple::OSType os_type = arch.GetTriple().getOS(); local
76 switch(os_type) {
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_vscsi.c752 uint32_t os_type; member in struct:__anon15719::__anon15720
795 mad_adapter_info.payload.os_type = htobe32(2); /* Claim we are Linux */
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1054 /* add in the os_type */
1055 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type);
H A Dzfs_vfsops.c2241 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1151 /* add in the os_type */
1152 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type);
H A Dzfs_vfsops.c2075 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS);
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c1515 if (mount->objset.os_type != DMU_OST_ZFS) {
1517 (uintmax_t)mount->objset.os_type);
H A Dzfsimpl.c3465 if (spa->spa_mos->os_type != DMU_OST_META) {
3650 if (mount->objset.os_type != DMU_OST_ZFS) {
3652 (uintmax_t)mount->objset.os_type);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1913 std::string os_type;
1979 os_type = std::string(value);
1983 if (cpu != LLDB_INVALID_CPUTYPE && !vendor.empty() && !os_type.empty()) {
1990 llvm::StringRef(os_type));
/freebsd-13-stable/sys/contrib/ena-com/
H A Dena_admin_defs.h711 uint32_t os_type; member in struct:ena_admin_host_info
/freebsd-13-stable/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h861 uint32_t os_type; member in struct:ena_admin_host_info
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1329 uint64_t os_type; member in struct:objset_phys
/freebsd-13-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c370 req.os_type = htole16(HWRM_FUNC_DRV_RGTR_INPUT_OS_TYPE_FREEBSD);

Completed in 415 milliseconds

12