Searched refs:funcoff (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c119 uint_t funcoff = hp->cth_funcoff; local
163 if (funcoff >= hp->cth_typeoff) {
168 *xp = funcoff;
170 info = *(ushort_t *)((uintptr_t)fp->ctf_buf + funcoff);
180 funcoff += sizeof (ushort_t); /* skip pad */
182 funcoff += sizeof (ushort_t) * (vlen + 2);
/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c505 uint32_t funcoff = hp->cth_funcoff; local
544 if (funcoff >= hp->cth_typeoff) {
549 *ctfoff = funcoff;
551 info = *((const ushort_t *)(ctfdata + funcoff));
560 funcoff += sizeof (ushort_t); /* skip pad */
562 funcoff += sizeof (ushort_t) * (vlen + 2);
H A Dfbt.c582 uint32_t funcoff = hp->cth_funcoff; local
621 if (funcoff >= hp->cth_typeoff) {
626 *ctfoff = funcoff;
628 info = *((const ushort_t *)(ctfdata + funcoff));
637 funcoff += sizeof (ushort_t); /* skip pad */
639 funcoff += sizeof (ushort_t) * (vlen + 2);

Completed in 113 milliseconds