Home
last modified time | relevance | path

Searched refs:dt_drophdlr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c90 if (dtp->dt_drophdlr != NULL) in dtrace_handle_drop()
93 dtp->dt_drophdlr = hdlr; in dtrace_handle_drop()
337 if (dtp->dt_drophdlr == NULL) in dt_handle_cpudrop()
340 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT) in dt_handle_cpudrop()
435 if (dtp->dt_drophdlr == NULL) in dt_handle_status()
438 if ((*dtp->dt_drophdlr)(&drop, in dt_handle_status()
H A Ddt_impl.h296 dtrace_handle_drop_f *dt_drophdlr; /* drop handler, if any */ member