Lines Matching refs:uint_t

47 static uint_t
48 get_kind_v2(uint_t info) in get_kind_v2()
53 static uint_t
54 get_root_v2(uint_t info) in get_root_v2()
59 static uint_t
60 get_vlen_v2(uint_t info) in get_vlen_v2()
65 static uint_t
71 static uint_t
77 static uint_t
83 static uint_t
89 static uint_t
95 static uint_t
96 type_info_v2(uint_t kind, uint_t isroot, uint_t len) in type_info_v2()
102 type_isparent_v2(uint_t id) in type_isparent_v2()
108 type_ischild_v2(uint_t id) in type_ischild_v2()
113 static uint_t
114 type_to_index_v2(uint_t t) in type_to_index_v2()
119 static uint_t
120 index_to_type_v2(uint_t id, uint_t child) in index_to_type_v2()
125 static uint_t
126 get_kind_v3(uint_t info) in get_kind_v3()
131 static uint_t
132 get_root_v3(uint_t info) in get_root_v3()
137 static uint_t
138 get_vlen_v3(uint_t info) in get_vlen_v3()
143 static uint_t
149 static uint_t
155 static uint_t
161 static uint_t
167 static uint_t
173 static uint_t
174 type_info_v3(uint_t kind, uint_t isroot, uint_t len) in type_info_v3()
180 type_isparent_v3(uint_t id) in type_isparent_v3()
186 type_ischild_v3(uint_t id) in type_ischild_v3()
191 static uint_t
192 type_to_index_v3(uint_t t) in type_to_index_v3()
197 static uint_t
198 index_to_type_v3(uint_t id, uint_t child) in index_to_type_v3()
253 uint_t *xp = fp->ctf_sxlate; in init_symtab()
254 uint_t *xend = xp + fp->ctf_nsyms; in init_symtab()
256 uint_t objtoff = hp->cth_objtoff; in init_symtab()
257 uint_t funcoff = hp->cth_funcoff; in init_symtab()
259 uint_t info, vlen; in init_symtab()
309 info = *(uint_t *)((uintptr_t)fp->ctf_buf + funcoff); in init_symtab()
348 uint_t id, dst; in init_types()
349 uint_t *xp; in init_types()
369 uint_t kind, n, type, vlen; in init_types()
378 vbytes = sizeof (uint_t); in init_types()
392 uint_t type; in init_types()
467 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
468 fp->ctf_ptrtab = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
476 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
477 bzero(fp->ctf_ptrtab, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
485 uint_t kind, type, vlen; in init_types()
521 vbytes = sizeof (uint_t); in init_types()
673 *xp = (uint_t)((uintptr_t)tp - (uintptr_t)fp->ctf_buf); in init_types()
694 uint_t index, kind; in init_types()
895 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()
1102 ctf_free(fp->ctf_sxlate, sizeof (uint_t) * fp->ctf_nsyms); in ctf_close()
1106 sizeof (uint_t) * (fp->ctf_typemax + 1)); in ctf_close()
1111 sizeof (uint_t) * (fp->ctf_typemax + 1)); in ctf_close()