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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c237 for (tp = tbuf; tp < tend; fp->ctf_typemax++) {
341 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
342 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1));
350 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1));
351 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1));
493 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax)
516 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax);
531 for (id = 1; id <= fp->ctf_typemax; id++) {
538 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax)
873 sizeof (uint_t) * (fp->ctf_typemax
[all...]
H A Dctf_impl.h207 ulong_t ctf_typemax; /* maximum valid type ID number */ member in struct:ctf_file
H A Dctf_lookup.c231 if (type > 0 && type <= fp->ctf_typemax) {
H A Dctf_types.c151 ctf_id_t id, max = fp->ctf_typemax;

Completed in 66 milliseconds