Searched refs:dst_type (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_create.c1088 ctf_id_t dst_type = CTF_ERR; local
1139 dst_type = (ctf_id_t)hep->h_type;
1140 dst_kind = ctf_type_kind(dst_fp, dst_type);
1144 * If an identically named dst_type exists, fail with ECTF_CONFLICT
1145 * unless dst_type is a forward declaration and src_type is a struct,
1148 if (dst_type != CTF_ERR && dst_kind != kind && (
1161 if (dst_type == CTF_ERR && name[0] != '\0') {
1177 dst.ctb_type = dst_type;
1181 * Now perform kind-specific processing. If dst_type is CTF_ERR, then
1183 * If dst_type i
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c263 ctf_id_t dst_type = dst->dn_type; local
264 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type);
281 dst_type = ctf_type_reference(dst_ctfp, dst_type);
282 dst_base = ctf_type_resolve(dst_ctfp, dst_type);
345 dst_dtt.dtt_type = dst_type;

Completed in 41 milliseconds