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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_handle.c94 if (dtp->dt_drophdlr != NULL)
97 dtp->dt_drophdlr = hdlr;
342 if (dtp->dt_drophdlr == NULL)
345 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT)
441 if (dtp->dt_drophdlr == NULL)
444 if ((*dtp->dt_drophdlr)(&drop,
H A Ddt_impl.h337 dtrace_handle_drop_f *dt_drophdlr; /* drop handler, if any */ member in struct:dtrace_hdl

Completed in 104 milliseconds