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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_buf.h48 extern void dt_buf_destroy(dtrace_hdl_t *, dt_buf_t *);
H A Ddt_dof.c82 dt_buf_destroy(dtp, &ddo->ddo_secs);
83 dt_buf_destroy(dtp, &ddo->ddo_strs);
84 dt_buf_destroy(dtp, &ddo->ddo_ldata);
85 dt_buf_destroy(dtp, &ddo->ddo_udata);
87 dt_buf_destroy(dtp, &ddo->ddo_probes);
88 dt_buf_destroy(dtp, &ddo->ddo_args);
89 dt_buf_destroy(dtp, &ddo->ddo_offs);
90 dt_buf_destroy(dtp, &ddo->ddo_enoffs);
91 dt_buf_destroy(dtp, &ddo->ddo_rels);
93 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 74 milliseconds