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

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c205 write_sized_type_rec(ctf_buf_t *b, ctf_type_t *ctt, size_t size) argument
208 ctt->ctt_size = CTF_LSIZE_SENT;
209 ctt->ctt_lsizehi = CTF_SIZE_TO_LSIZE_HI(size);
210 ctt->ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size);
211 ctf_buf_write(b, ctt, sizeof (*ctt));
213 ctf_stype_t *cts = (ctf_stype_t *)ctt;
221 write_unsized_type_rec(ctf_buf_t *b, ctf_type_t *ctt) argument
223 ctf_stype_t *cts = (ctf_stype_t *)ctt;
243 ctf_type_t ctt; local
667 get_ctt_size(ctf_type_t *ctt, size_t *sizep, size_t *incrementp) argument
687 ctf_type_t *ctt = v; local
928 ctf_type_t *ctt; local
[all...]

Completed in 48 milliseconds