Searched refs:dst_type (Results 1 – 8 of 8) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_create.c | 1339 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 D | VINTERPInstructions.td | 146 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 D | dt_xlator.c | 265 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 D | ro_props_001_pos.ksh | 90 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 D | ro_props_001_pos.ksh | 129 dst_type=$(get_prop type ${dataset[i]}) 130 if [[ $dst_type == 'snapshot' ]]; then
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hw.c | 829 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 D | ccp_hardware.c | 846 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 D | bxe.c | 1531 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()
|