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

/freebsd-12-stable/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-12-stable/sys/cddl/dev/fbt/
H A Dfbt.c355 uint32_t funcoff = hp->cth_funcoff; local
392 if (funcoff >= hp->cth_typeoff) {
397 *ctfoff = funcoff;
399 info = *((const ushort_t *)(ctfdata + funcoff));
408 funcoff += sizeof (ushort_t); /* skip pad */
410 funcoff += sizeof (ushort_t) * (vlen + 2);

Completed in 54 milliseconds