Searched refs:ctt (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 203 write_sized_type_rec(ctf_buf_t *b, ctf_type_t *ctt, size_t size) in write_sized_type_rec() argument 206 ctt->ctt_size = CTF_LSIZE_SENT; in write_sized_type_rec() 207 ctt->ctt_lsizehi = CTF_SIZE_TO_LSIZE_HI(size); in write_sized_type_rec() 208 ctt->ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size); in write_sized_type_rec() 209 ctf_buf_write(b, ctt, sizeof (*ctt)); in write_sized_type_rec() 211 ctf_stype_t *cts = (ctf_stype_t *)ctt; in write_sized_type_rec() 219 write_unsized_type_rec(ctf_buf_t *b, ctf_type_t *ctt) in write_unsized_type_rec() argument 221 ctf_stype_t *cts = (ctf_stype_t *)ctt; in write_unsized_type_rec() 239 ctf_type_t ctt; in write_type() local 259 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, 0); in write_type() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | contract.c | 94 ct_type_t ctt; in cmd_contract() local 113 if (mdb_vread(&ctt, sizeof (ctt), (uintptr_t)ct.ct_type) != in cmd_contract() 114 sizeof (ctt)) { in cmd_contract() 118 if (mdb_readstr(str, sizeof (str), (uintptr_t)ctt.ct_type_name) == -1) { in cmd_contract() 120 ctt.ct_type_name); in cmd_contract()
|