Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/ctf/
H A Dctf_create.c1253 ctf_id_t dst_type = CTF_ERR; in ctf_add_type() local
1307 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
1308 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type()
1316 if (dst_type != CTF_ERR && dst_kind != kind && ( in ctf_add_type()
1329 if (dst_type == CTF_ERR && name[0] != '\0') { in ctf_add_type()
1345 dst.ctb_type = dst_type; in ctf_add_type()
1360 if (dst_type != CTF_ERR) { in ctf_add_type()
1361 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0) in ctf_add_type()
1368 dst_type = ctf_add_integer(dst_fp, flag, name, &src_en); in ctf_add_type()
1370 dst_type = ctf_add_float(dst_fp, flag, name, &src_en); in ctf_add_type()
[all …]
/titanic_44/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_44/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