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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_buf.h58 extern size_t dt_buf_len(const dt_buf_t *);
H A Ddt_dof.c195 dof_stridx_t i = dt_buf_len(bp);
376 sizeof (uint32_t), 0, sizeof (dofxm), dt_buf_len(&ddo->ddo_xlms));
410 dofpr.dofpr_nargv = dt_buf_len(&ddo->ddo_strs);
417 dofpr.dofpr_xargv = dt_buf_len(&ddo->ddo_strs);
424 dofpr.dofpr_argidx = dt_buf_len(&ddo->ddo_args) / sizeof (uint8_t);
450 dt_buf_len(&ddo->ddo_offs) / sizeof (uint32_t);
456 dt_buf_len(&ddo->ddo_enoffs) / sizeof (uint32_t);
473 dofr.dofr_offset = dt_buf_len(&ddo->ddo_probes);
527 dt_buf_len(&ddo->ddo_probes));
533 sizeof (uint8_t), 0, sizeof (uint8_t), dt_buf_len(
[all...]
H A Ddt_buf.c145 dt_buf_len(const dt_buf_t *bp) function

Completed in 92 milliseconds