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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_xlator.c267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); local
269 int ptr = dst_kind == CTF_K_POINTER;
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base);
288 if (dst_kind != CTF_K_UNION && dst_kind != CTF_K_STRUCT)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c1092 uint_t dst_kind = CTF_K_UNKNOWN; local
1143 dst_kind = ctf_type_kind(dst_fp, dst_type);
1151 if (dst_type != CTF_ERR && dst_kind != kind && (
1152 dst_kind != CTF_K_FORWARD || (kind != CTF_K_ENUM &&
1270 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) {
1323 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) {

Completed in 45 milliseconds