| /freebsd-14.2/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_create.c | 1346 if ((src_type = ctf_type_resolve(src_fp, src_type)) == CTF_ERR) in soucmp() 1421 return (src_type); in ctf_add_type() 1505 src.ctb_type = src_type; in ctf_add_type() 1533 src_type != (ctf_id_t)hep->h_type) { in ctf_add_type() 1562 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type() 1563 src_type = ctf_add_type(dst_fp, src_fp, src_type); in ctf_add_type() 1565 if (src_type == CTF_ERR) in ctf_add_type() 1696 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type() 1697 src_type = ctf_add_type(dst_fp, src_fp, src_type); in ctf_add_type() 1699 if (src_type == CTF_ERR) in ctf_add_type() [all …]
|
| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_hw.c | 828 u8 src_type, in ecore_dmae_execute_sub_operation() argument 836 switch (src_type) { in ecore_dmae_execute_sub_operation() 871 if (src_type == ECORE_DMAE_ADDRESS_HOST_VIRT || in ecore_dmae_execute_sub_operation() 872 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS) in ecore_dmae_execute_sub_operation() 885 if (src_type == ECORE_DMAE_ADDRESS_HOST_VIRT || in ecore_dmae_execute_sub_operation() 886 src_type == ECORE_DMAE_ADDRESS_HOST_PHYS) in ecore_dmae_execute_sub_operation() 912 u8 src_type, u8 dst_type, in ecore_dmae_execute_command() argument 927 (unsigned long long)src_addr, src_type, (unsigned long long)dst_addr, dst_type, in ecore_dmae_execute_command() 951 (src_type == ECORE_DMAE_ADDRESS_GRC), in ecore_dmae_execute_command() 970 if (src_type == ECORE_DMAE_ADDRESS_GRC) in ecore_dmae_execute_command() [all …]
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_xlator.c | 261 ctf_id_t src_type = src->dn_type; in dt_xlator_lookup() local 262 ctf_id_t src_base = ctf_type_resolve(src_ctfp, src_type); in dt_xlator_lookup() 303 src_ctfp, src_type) && in dt_xlator_lookup() 315 src_ctfp, src_type) && in dt_xlator_lookup() 344 src_dtt.dtt_type = src_type; in dt_xlator_lookup()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 34 const CompilerType &src_type) { in CopyType() argument 37 auto src_ast = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CopyType() 43 clang::QualType src_qual_type = ClangUtil::GetQualType(src_type); in CopyType() 305 const CompilerType &src_type) { in DeportType() argument 308 auto src_ctxt = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in DeportType() 315 src_type.GetTypeName(), src_type.GetOpaqueQualType(), in DeportType() 320 if (auto *t = ClangUtil::GetQualType(src_type)->getAs<TagType>()) in DeportType() 325 return CopyType(dst, src_type); in DeportType()
|
| H A D | ClangASTImporter.h | 94 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type); 106 CompilerType DeportType(TypeSystemClang &dst, const CompilerType &src_type);
|
| H A D | ClangASTSource.h | 315 CompilerType GuardedCopyType(const CompilerType &src_type);
|
| H A D | ClangASTSource.cpp | 1717 CompilerType ClangASTSource::GuardedCopyType(const CompilerType &src_type) { in GuardedCopyType() argument 1718 auto ts = src_type.GetTypeSystem(); in GuardedCopyType() 1724 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
|
| /freebsd-14.2/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_dcd_tree.h | 78 …static DecodeTree *CreateDecodeTree(const ocsd_dcd_tree_src_t src_type, const uint32_t formatterCf…
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/c_api/ |
| H A D | opencsd_c_api.h | 107 OCSD_C_API dcd_tree_handle_t ocsd_create_dcd_tree(const ocsd_dcd_tree_src_t src_type, const uint32_…
|
| /freebsd-14.2/contrib/opencsd/decoder/source/c_api/ |
| H A D | ocsd_c_api.cpp | 92 OCSD_C_API dcd_tree_handle_t ocsd_create_dcd_tree(const ocsd_dcd_tree_src_t src_type, const uint32_… in ocsd_create_dcd_tree() argument 95 handle = (dcd_tree_handle_t)DecodeTree::CreateDecodeTree(src_type,deformatterCfgFlags); in ocsd_create_dcd_tree()
|
| /freebsd-14.2/contrib/opencsd/decoder/source/ |
| H A D | ocsd_dcd_tree.cpp | 46 DecodeTree *DecodeTree::CreateDecodeTree(const ocsd_dcd_tree_src_t src_type, uint32_t formatterCfgF… in CreateDecodeTree() argument 51 if(dcd_tree->initialise(src_type, formatterCfgFlags)) in CreateDecodeTree()
|
| /freebsd-14.2/sys/crypto/ccp/ |
| H A D | ccp_hardware.c | 846 enum ccp_memtype dst_type, bus_addr_t src, enum ccp_memtype src_type, in ccp_passthrough() argument 868 desc->src_mem = src_type; in ccp_passthrough()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 1650 SCRegType src_type = Inst->GetSrcType(i); in generateWaitcntInstBefore() 1651 switch (src_type) { in generateWaitcntInstBefore()
|
| /freebsd-14.2/sys/dev/bxe/ |
| H A D | bxe.h | 2127 uint32_t bxe_dmae_opcode(struct bxe_softc *sc, uint8_t src_type,
|
| H A D | bxe.c | 1530 uint8_t src_type, in bxe_dmae_opcode() argument 1537 opcode |= ((src_type << DMAE_CMD_SRC_SHIFT) | in bxe_dmae_opcode() 1565 uint8_t src_type, in bxe_prep_dmae_with_comp() argument 1571 dmae->opcode = bxe_dmae_opcode(sc, src_type, dst_type, in bxe_prep_dmae_with_comp()
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_en/ |
| H A D | hsi_struct_def.h | 44336 uint8_t src_type; member
|