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

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c55 mdb_ctf_id_t ttrtid; local
58 if (mdb_ctf_lookup_by_name("trap_trace_rec_t", &ttrtid) != 0 ||
59 mdb_ctf_type_resolve(ttrtid, &ttrtid) != 0) {
65 if ((ttr_size = mdb_ctf_type_size(ttrtid)) !=

Completed in 44 milliseconds