Home
last modified time | relevance | path

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

/freebsd-13.1/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()
1469 dst_type = CTF_ERR; in ctf_add_type()
1509 dst.ctb_type = dst_type; in ctf_add_type()
1545 if (dst_type != CTF_ERR) { in ctf_add_type()
1585 if (dst_type != CTF_ERR) { in ctf_add_type()
1630 if (dst_type == CTF_ERR) in ctf_add_type()
1633 dst.ctb_type = dst_type; in ctf_add_type()
1689 if (dst_type == CTF_ERR) { in ctf_add_type()
1711 if (dst_type == CTF_ERR) { in ctf_add_type()
[all …]
/freebsd-13.1/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-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh95 dst_type=$(get_prop type ${dataset[i]})
96 if [[ $dst_type == 'snapshot' ]]; then
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dro_props_001_pos.ksh134 dst_type=$(get_prop type ${dataset[i]})
135 if [[ $dst_type == 'snapshot' ]]; then
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_hw.c831 u8 dst_type, in ecore_dmae_execute_sub_operation() argument
856 switch (dst_type) { in ecore_dmae_execute_sub_operation()
903 if (dst_type == ECORE_DMAE_ADDRESS_HOST_VIRT) in ecore_dmae_execute_sub_operation()
914 u8 src_type, u8 dst_type, in ecore_dmae_execute_command() argument
929 (unsigned long long)src_addr, src_type, (unsigned long long)dst_addr, dst_type, in ecore_dmae_execute_command()
937 (unsigned long long)src_addr, src_type, (unsigned long long)dst_addr, dst_type, in ecore_dmae_execute_command()
954 (dst_type == ECORE_DMAE_ADDRESS_GRC), in ecore_dmae_execute_command()
978 if (dst_type == ECORE_DMAE_ADDRESS_GRC) in ecore_dmae_execute_command()
994 dst_type, in ecore_dmae_execute_command()
/freebsd-13.1/sys/crypto/ccp/
H A Dccp_hardware.c848 enum ccp_memtype dst_type, bus_addr_t src, enum ccp_memtype src_type, in ccp_passthrough() argument
874 desc->dst_mem = dst_type; in ccp_passthrough()
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.h2130 uint8_t dst_type, uint8_t with_comp,
H A Dbxe.c1539 uint8_t dst_type, in bxe_dmae_opcode() argument
1546 (dst_type << DMAE_CMD_DST_SHIFT)); in bxe_dmae_opcode()
1574 uint8_t dst_type) in bxe_prep_dmae_with_comp() argument
1579 dmae->opcode = bxe_dmae_opcode(sc, src_type, dst_type, in bxe_prep_dmae_with_comp()