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

/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c265 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); local
267 int ptr = dst_kind == CTF_K_POINTER;
283 dst_kind = ctf_type_kind(dst_ctfp, dst_base);
286 if (dst_kind != CTF_K_UNION && dst_kind != CTF_K_STRUCT)
/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_create.c1089 uint_t dst_kind = CTF_K_UNKNOWN; local
1140 dst_kind = ctf_type_kind(dst_fp, dst_type);
1148 if (dst_type != CTF_ERR && dst_kind != kind && (
1149 dst_kind != CTF_K_FORWARD || (kind != CTF_K_ENUM &&
1267 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) {
1320 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) {

Completed in 102 milliseconds