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

12

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp32 const llvm::Triple::OSType os_type = triple_ref.getOS(); local
34 if (os_type == llvm::Triple::UnknownOS) {
/freebsd-current/contrib/kyua/utils/fs/
H A Doperations.cpp82 enum os_type { enum in namespace:__anon931
92 static enum os_type current_os =
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h140 u8 os_type; /* VFPF_ACQUIRE_OS_* value */ member in struct:vfpf_acquire_tlv::vf_pf_vfdev_info
216 u8 os_type; member in struct:pfvf_acquire_resp_tlv::pf_vf_pfdev_info
H A Decore_iov_api.h91 u8 os_type; member in struct:ecore_vf_acquire_sw_info
H A Decore_vf.c327 req->vfdev_info.os_type = vf_sw_info.os_type;
/freebsd-current/sys/dev/gve/
H A Dgve_adminq.h218 uint8_t os_type; member in struct:gve_driver_info
H A Dgve_main.c68 .os_type = 3, /* Freebsd */
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg.h348 u8 os_type; member in struct:cudbg_param::__anon2178::__anon2181
H A Dcudbg_entity.h754 u8 os_type; member in struct:sw_state
/freebsd-current/usr.sbin/makefs/zfs/
H A Dobjset.c97 os->phys->os_type = type;
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h82 uint64_t os_type; member in struct:objset_phys
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c142 return (os->os_phys->os_type);
382 osp->os_type = BSWAP_64(osp->os_type);
781 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) {
1133 os->os_phys->os_type = type;
1886 file_info_cb_t *cb = file_cbs[os->os_phys->os_type];
1896 file_cbs[os->os_phys->os_type] != NULL &&
1910 return (file_cbs[os->os_phys->os_type] != NULL &&
2341 error = file_cbs[os->os_phys->os_type](dn->dn_bonustype, data, &zfi);
2568 stat->dds_type = os->os_phys->os_type;
[all...]
H A Ddmu_redact.c195 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS);
361 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.c2249 dsl_scan_visitdnode(scn, ds, osp->os_type,
2260 dsl_scan_visitdnode(scn, ds, osp->os_type,
2263 dsl_scan_visitdnode(scn, ds, osp->os_type,
2266 dsl_scan_visitdnode(scn, ds, osp->os_type,
/freebsd-current/sys/powerpc/pseries/
H A Dphyp_vscsi.c750 uint32_t os_type; member in struct:__anon717::__anon718
793 mad_adapter_info.payload.os_type = htobe32(2); /* Claim we are Linux */
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp74 const llvm::Triple::OSType os_type = arch.GetTriple().getOS(); local
78 switch(os_type) {
/freebsd-current/sys/dev/mana/
H A Dgdma.h582 uint32_t os_type; /* Linux = 0x10; Windows = 0x20; Other = 0x30 */ member in struct:gdma_verify_ver_req
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1036 /* add in the os_type */
1037 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1163 /* add in the os_type */
1164 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type);
/freebsd-current/stand/libsa/zfs/
H A Dzfs.c423 if (rv == 0 && mnt->objset.os_type != DMU_OST_ZFS) {
425 (uintmax_t)mnt->objset.os_type);
H A Dzfsimpl.c3515 if (spa->spa_mos->os_type != DMU_OST_META) {
3700 if (mount->objset.os_type != DMU_OST_ZFS) {
3702 (uintmax_t)mount->objset.os_type);
/freebsd-current/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h949 uint32_t os_type; member in struct:ena_admin_host_info
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1988 std::string os_type;
2054 os_type = std::string(value);
2058 if (cpu != LLDB_INVALID_CPUTYPE && !vendor.empty() && !os_type.empty()) {
2065 llvm::StringRef(os_type));
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfsimpl.h1339 uint64_t os_type; member in struct:objset_phys

Completed in 495 milliseconds

12