Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_create.c1683 ctf_id_t dst_type = CTF_ERR; in ctf_add_type() local
1737 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
1738 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type()
1746 if (dst_type != CTF_ERR && dst_kind != kind && ( in ctf_add_type()
1759 if (dst_type == CTF_ERR && name[0] != '\0') { in ctf_add_type()
1775 dst.ctb_type = dst_type; in ctf_add_type()
1790 if (dst_type != CTF_ERR) { in ctf_add_type()
1791 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0) in ctf_add_type()
1798 dst_type = ctf_add_integer(dst_fp, flag, name, &src_en); in ctf_add_type()
1800 dst_type = ctf_add_float(dst_fp, flag, name, &src_en); in ctf_add_type()
[all …]
/titanic_50/usr/src/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()
348 dst_dtt.dtt_type = dst_type; in dt_xlator_lookup()
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh84 dst_type=$(get_prop type ${dataset[i]})
85 if [[ $dst_type == 'snapshot' ]]; then