Searched refs:ctf_txlate (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h194 uint_t *ctf_txlate; /* translation table for type IDs */ member in struct:ctf_file
215 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf_open.c330 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
333 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL)
336 xp = fp->ctf_txlate;
339 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1));
853 if (fp->ctf_txlate != NULL) {
854 ctf_free(fp->ctf_txlate,

Completed in 106 milliseconds