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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c203 write_sized_type_rec(ctf_buf_t *b, ctf_type_t *ctt, size_t size) argument
206 ctt->ctt_size = CTF_LSIZE_SENT;
207 ctt->ctt_lsizehi = CTF_SIZE_TO_LSIZE_HI(size);
208 ctt->ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size);
209 ctf_buf_write(b, ctt, sizeof (*ctt));
211 ctf_stype_t *cts = (ctf_stype_t *)ctt;
219 write_unsized_type_rec(ctf_buf_t *b, ctf_type_t *ctt) argument
221 ctf_stype_t *cts = (ctf_stype_t *)ctt;
239 ctf_type_t ctt; local
661 get_ctt_size(ctf_type_t *ctt, size_t *sizep, size_t *incrementp) argument
681 ctf_type_t *ctt = (ctf_type_t *)dptr; local
922 ctf_type_t *ctt; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcontract.c94 ct_type_t ctt; local
113 if (mdb_vread(&ctt, sizeof (ctt), (uintptr_t)ct.ct_type) !=
114 sizeof (ctt)) {
118 if (mdb_readstr(str, sizeof (str), (uintptr_t)ctt.ct_type_name) == -1) {
120 ctt.ct_type_name);

Completed in 59 milliseconds