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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c226 for (tp = tbuf; tp < tend; fp->ctf_typemax++) {
330 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
331 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1));
339 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1));
340 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1));
482 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax)
505 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax);
520 for (id = 1; id <= fp->ctf_typemax; id++) {
527 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax)
855 sizeof (uint_t) * (fp->ctf_typemax
[all...]
H A Dctf_impl.h196 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.c149 ctf_id_t id, max = fp->ctf_typemax;
/freebsd-9.3-release/sys/cddl/dev/fbt/
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 58 milliseconds