Lines Matching defs:dtp
53 dtrace_handle_err(dtrace_hdl_t *dtp, dtrace_handle_err_f *hdlr, void *arg) in dtrace_handle_err()
93 dtrace_handle_drop(dtrace_hdl_t *dtp, dtrace_handle_drop_f *hdlr, void *arg) in dtrace_handle_drop()
105 dtrace_handle_proc(dtrace_hdl_t *dtp, dtrace_handle_proc_f *hdlr, void *arg) in dtrace_handle_proc()
117 dtrace_handle_buffered(dtrace_hdl_t *dtp, dtrace_handle_buffered_f *hdlr, in dtrace_handle_buffered()
133 dtrace_handle_setopt(dtrace_hdl_t *dtp, dtrace_handle_setopt_f *hdlr, in dtrace_handle_setopt()
149 dt_handle_err(dtrace_hdl_t *dtp, dtrace_probedata_t *data) in dt_handle_err()
238 dt_handle_liberr(dtrace_hdl_t *dtp, const dtrace_probedata_t *data, in dt_handle_liberr()
313 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, in dt_handle_cpudrop()
404 dt_handle_status(dtrace_hdl_t *dtp, dtrace_status_t *old, dtrace_status_t *new) in dt_handle_status()
486 dt_handle_setopt(dtrace_hdl_t *dtp, dtrace_setoptdata_t *data) in dt_handle_setopt()
500 dt_handle(dtrace_hdl_t *dtp, dtrace_probedata_t *data) in dt_handle()