Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c365 for (tp = tbuf; tp < tend; fp->ctf_typemax++) { 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()
654 LCTF_TYPE_TO_INDEX(fp, type) <= fp->ctf_typemax) in init_types()
677 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax); in init_types()
692 for (id = 1; id <= fp->ctf_typemax; id++) { in init_types()
703 ischild == child && index <= fp->ctf_typemax) in init_types()
1106 sizeof (uint_t) * (fp->ctf_typemax + 1)); in ctf_close()
[all …]
H A Dctf_lookup.c236 if (type > 0 && type <= fp->ctf_typemax) { in ctf_lookup_by_id()
H A Dctf_impl.h209 ulong_t ctf_typemax; /* maximum valid type ID number */ member
H A Dctf_types.c264 ctf_id_t id, max = fp->ctf_typemax; in ctf_type_iter()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c549 int ctf_typemax = 0; in fbt_typoff_init() local
568 for (tp = tbuf; tp < tend; ctf_typemax++) { in fbt_typoff_init()
642 ctf_typemax++; in fbt_typoff_init()
643 *lc->typlenp = ctf_typemax; in fbt_typoff_init()
645 xp = malloc(sizeof(uint32_t) * ctf_typemax, M_LINKER, in fbt_typoff_init()