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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_buf.h58 extern size_t dt_buf_len(const dt_buf_t *);
H A Ddt_dof.c193 dof_stridx_t i = dt_buf_len(bp);
374 sizeof (uint32_t), 0, sizeof (dofxm), dt_buf_len(&ddo->ddo_xlms));
408 dofpr.dofpr_nargv = dt_buf_len(&ddo->ddo_strs);
415 dofpr.dofpr_xargv = dt_buf_len(&ddo->ddo_strs);
422 dofpr.dofpr_argidx = dt_buf_len(&ddo->ddo_args) / sizeof (uint8_t);
448 dt_buf_len(&ddo->ddo_offs) / sizeof (uint32_t);
454 dt_buf_len(&ddo->ddo_enoffs) / sizeof (uint32_t);
471 dofr.dofr_offset = dt_buf_len(&ddo->ddo_probes);
525 dt_buf_len(&ddo->ddo_probes));
531 sizeof (uint8_t), 0, sizeof (uint8_t), dt_buf_len(
[all...]
H A Ddt_buf.c146 dt_buf_len(const dt_buf_t *bp) function

Completed in 16 milliseconds