Home
last modified time | relevance | path

Searched refs:dt_prochdlr (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c114 if (dtp->dt_prochdlr != NULL) { in dtrace_sleep()
119 dtp->dt_prochdlr(dprn->dprn_dpr->dpr_proc, err, in dtrace_sleep()
H A Ddt_handle.c107 if (dtp->dt_prochdlr != NULL) in dtrace_handle_proc()
110 dtp->dt_prochdlr = hdlr; in dtrace_handle_proc()
H A Ddt_impl.h342 dtrace_handle_proc_f *dt_prochdlr; /* proc handler, if any */ member