Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c282 switch (t->dtdt_ckind) { in dt_dis_typestr()
326 (void) snprintf(ckind, sizeof (ckind), "0x%x", t->dtdt_ckind); in dt_dis_typestr()
H A Ddt_parser.c4620 tp->dtdt_ckind = CTF_K_UNKNOWN; in dt_node_diftype()
4623 tp->dtdt_ckind = ctf_type_kind(dnp->dn_ctfp, in dt_node_diftype()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h349 uint8_t dtdt_ckind; /* type kind in CTF */ member