HomeSort by: relevance | last modified time | path
    Searched refs:dt_buf_destroy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_buf.h 48 extern void dt_buf_destroy(dtrace_hdl_t *, dt_buf_t *);
dt_dof.c 82 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(dtp, &ddo->ddo_xlms)
    [all...]
dt_buf.c 67 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 147 milliseconds