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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_buf.h48 extern void dt_buf_destroy(dtrace_hdl_t *, dt_buf_t *);
H A Ddt_dof.c76 dt_buf_destroy(dtp, &ddo->ddo_secs);
77 dt_buf_destroy(dtp, &ddo->ddo_strs);
78 dt_buf_destroy(dtp, &ddo->ddo_ldata);
79 dt_buf_destroy(dtp, &ddo->ddo_udata);
81 dt_buf_destroy(dtp, &ddo->ddo_probes);
82 dt_buf_destroy(dtp, &ddo->ddo_args);
83 dt_buf_destroy(dtp, &ddo->ddo_offs);
84 dt_buf_destroy(dtp, &ddo->ddo_enoffs);
85 dt_buf_destroy(dtp, &ddo->ddo_rels);
87 dt_buf_destroy(dt
[all...]
H A Ddt_buf.c67 dt_buf_destroy(dtrace_hdl_t *dtp, dt_buf_t *bp) function
69 dt_dprintf("dt_buf_destroy(%s): size=%lu resizes=%u\n",

Completed in 26 milliseconds