Searched refs:dst_type (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_create.c | 1253 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 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() 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 D | ro_props_001_pos.ksh | 84 dst_type=$(get_prop type ${dataset[i]}) 85 if [[ $dst_type == 'snapshot' ]]; then
|