Home
last modified time | relevance | path

Searched refs:ctf_typemax (Results 1 – 5 of 5) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/common/ctf/
HDctf_open.c227 for (tp = tbuf; tp < tend; fp->ctf_typemax++) { in init_types()
331 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
332 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()
340 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
341 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()
483 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types()
506 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax); in init_types()
521 for (id = 1; id <= fp->ctf_typemax; id++) { in init_types()
528 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types()
946 sizeof (uint_t) * (fp->ctf_typemax + 1)); in ctf_close()
[all …]
HDctf_impl.h198 ulong_t ctf_typemax; /* maximum valid type ID number */ member
HDctf_lookup.c227 if (type > 0 && type <= fp->ctf_typemax) { in ctf_lookup_by_id()
HDctf_types.c147 ctf_id_t id, max = fp->ctf_typemax; in ctf_type_iter()
/NextBSD/sys/cddl/dev/fbt/
HDfbt.c420 int ctf_typemax = 0; in fbt_typoff_init() local
438 for (tp = tbuf; tp < tend; ctf_typemax++) { in fbt_typoff_init()
513 ctf_typemax++; in fbt_typoff_init()
514 *lc->typlenp = ctf_typemax; in fbt_typoff_init()
516 xp = malloc(sizeof(uint32_t) * ctf_typemax, M_LINKER, in fbt_typoff_init()