Home
last modified time | relevance | path

Searched refs:dofbuf (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c13415 uint8_t *dofbuf; local
13462 dofbuf = malloc(bytes, M_SOLARIS, M_WAITOK);
13470 dofbuf[i] = c1 * 16 + c2;
13473 dof = (dof_hdr_t *)dofbuf;