Lines Matching refs:hdlr
53 dtrace_handle_err(dtrace_hdl_t *dtp, dtrace_handle_err_f *hdlr, void *arg) in dtrace_handle_err() argument
85 dtp->dt_errhdlr = hdlr; in dtrace_handle_err()
93 dtrace_handle_drop(dtrace_hdl_t *dtp, dtrace_handle_drop_f *hdlr, void *arg) in dtrace_handle_drop() argument
98 dtp->dt_drophdlr = hdlr; in dtrace_handle_drop()
105 dtrace_handle_proc(dtrace_hdl_t *dtp, dtrace_handle_proc_f *hdlr, void *arg) in dtrace_handle_proc() argument
110 dtp->dt_prochdlr = hdlr; in dtrace_handle_proc()
117 dtrace_handle_buffered(dtrace_hdl_t *dtp, dtrace_handle_buffered_f *hdlr, in dtrace_handle_buffered() argument
123 if (hdlr == NULL) in dtrace_handle_buffered()
126 dtp->dt_bufhdlr = hdlr; in dtrace_handle_buffered()
133 dtrace_handle_setopt(dtrace_hdl_t *dtp, dtrace_handle_setopt_f *hdlr, in dtrace_handle_setopt() argument
136 if (hdlr == NULL) in dtrace_handle_setopt()
139 dtp->dt_setopthdlr = hdlr; in dtrace_handle_setopt()