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

/freebsd-10.1-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c227 for (tp = tbuf; tp < tend; fp->ctf_typemax++) {
331 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
332 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1));
340 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1));
341 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1));
483 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax)
506 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax);
521 for (id = 1; id <= fp->ctf_typemax; id++) {
528 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax)
946 sizeof (uint_t) * (fp->ctf_typemax
[all...]
H A Dctf_impl.h198 ulong_t ctf_typemax; /* maximum valid type ID number */ member in struct:ctf_file
H A Dctf_lookup.c227 if (type > 0 && type <= fp->ctf_typemax) {
H A Dctf_types.c147 ctf_id_t id, max = fp->ctf_typemax;
/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c605 int ctf_typemax = 0; local
623 for (tp = tbuf; tp < tend; ctf_typemax++) {
698 ctf_typemax++;
699 *lc->typlenp = ctf_typemax;
701 if ((xp = malloc(sizeof(uint32_t) * ctf_typemax, M_LINKER, M_ZERO | M_WAITOK)) == NULL)
H A Dfbt.c682 int ctf_typemax = 0; local
700 for (tp = tbuf; tp < tend; ctf_typemax++) {
775 ctf_typemax++;
776 *lc->typlenp = ctf_typemax;
778 if ((xp = malloc(sizeof(uint32_t) * ctf_typemax, M_LINKER, M_ZERO | M_WAITOK)) == NULL)

Completed in 163 milliseconds