Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 8 of 8) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1339 ctf_id_t dst_type) in soucmp() argument
1348 if ((dst_type = ctf_type_resolve(dst_fp, dst_type)) == CTF_ERR) in soucmp()
1353 if ((dst_tp = ctf_lookup_by_id(&dst_fp, dst_type)) == NULL) in soucmp()
1402 ctf_id_t dst_type = CTF_ERR; in ctf_add_type() local
1455 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
1456 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type()
1464 if (dst_type != CTF_ERR && dst_kind != kind) { in ctf_add_type()
1469 dst_type = CTF_ERR; in ctf_add_type()
1484 if (dst_type == CTF_ERR && name[0] != '\0') { in ctf_add_type()
1509 dst.ctb_type = dst_type; in ctf_add_type()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVINTERPInstructions.td146 ValueType dst_type, bit high,
148 (dst_type (op
162 ValueType dst_type, list<ComplexPattern> high_pat> {
163 def : VInterpF16Pat<op, inst, dst_type, 0,
165 def : VInterpF16Pat<op, inst, dst_type, 1, high_pat>;
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c265 ctf_id_t dst_type = dst->dn_type; in dt_xlator_lookup() local
266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
283 dst_type = ctf_type_reference(dst_ctfp, dst_type); in dt_xlator_lookup()
284 dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
349 .dtt_type = dst_type, in dt_xlator_lookup()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh90 dst_type=$(get_prop type ${dataset[i]})
91 if [[ $dst_type == 'snapshot' ]]; then
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dro_props_001_pos.ksh129 dst_type=$(get_prop type ${dataset[i]})
130 if [[ $dst_type == 'snapshot' ]]; then
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.c829 u8 dst_type, in ecore_dmae_execute_sub_operation() argument
854 switch (dst_type) { in ecore_dmae_execute_sub_operation()
901 if (dst_type == ECORE_DMAE_ADDRESS_HOST_VIRT) 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()
952 (dst_type == ECORE_DMAE_ADDRESS_GRC), in ecore_dmae_execute_command()
976 if (dst_type == ECORE_DMAE_ADDRESS_GRC) in ecore_dmae_execute_command()
992 dst_type, in ecore_dmae_execute_command()
/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
872 desc->dst_mem = dst_type; in ccp_passthrough()
/freebsd/sys/dev/bxe/
H A Dbxe.c1531 uint8_t dst_type, in bxe_dmae_opcode() argument
1538 (dst_type << DMAE_CMD_DST_SHIFT)); in bxe_dmae_opcode()
1566 uint8_t dst_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()