Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 14 of 14) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1338 soucmp(ctf_file_t *src_fp, ctf_id_t src_type, ctf_file_t *dst_fp, in soucmp() argument
1346 if ((src_type = ctf_type_resolve(src_fp, src_type)) == CTF_ERR) in soucmp()
1351 if ((src_tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in soucmp()
1400 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) in ctf_add_type() argument
1421 return (src_type); in ctf_add_type()
1426 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in ctf_add_type()
1493 if (ctf_type_encoding(src_fp, src_type, in ctf_add_type()
1505 src.ctb_type = src_type; in ctf_add_type()
1521 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0) in ctf_add_type()
1533 src_type != (ctf_id_t)hep->h_type) { in ctf_add_type()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.c828 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()
935 (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()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c261 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/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp37 const CompilerType &src_type) { in CopyType() argument
40 auto src_ast = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in CopyType()
46 clang::QualType src_qual_type = ClangUtil::GetQualType(src_type); in CopyType()
308 const CompilerType &src_type) { in DeportType() argument
311 auto src_ctxt = src_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in DeportType()
318 src_type.GetTypeName(), src_type.GetOpaqueQualType(), in DeportType()
323 if (auto *t = ClangUtil::GetQualType(src_type)->getAs<TagType>()) in DeportType()
328 return CopyType(dst, src_type); in DeportType()
H A DClangASTImporter.h95 CompilerType CopyType(TypeSystemClang &dst, const CompilerType &src_type);
107 CompilerType DeportType(TypeSystemClang &dst, const CompilerType &src_type);
H A DClangASTSource.h315 CompilerType GuardedCopyType(const CompilerType &src_type);
H A DClangASTSource.cpp1478 CompilerType ClangASTSource::GuardedCopyType(const CompilerType &src_type) { in GuardedCopyType() argument
1479 auto ts = src_type.GetTypeSystem(); in GuardedCopyType()
1485 m_ast_importer_sp->CopyType(*m_clang_ast_context, src_type)); in GuardedCopyType()
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree.h78 …static DecodeTree *CreateDecodeTree(const ocsd_dcd_tree_src_t src_type, const uint32_t formatterCf…
/freebsd/contrib/opencsd/decoder/include/opencsd/c_api/
H A Dopencsd_c_api.h107 OCSD_C_API dcd_tree_handle_t ocsd_create_dcd_tree(const ocsd_dcd_tree_src_t src_type, const uint32_…
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp92 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/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp46 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/sys/crypto/ccp/
H A Dccp_hardware.c846 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/sys/dev/bxe/
H A Dbxe.c1530 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/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h44336 uint8_t src_type; member