Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c99 dtp->dt_droparg = arg; in dtrace_handle_drop()
356 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT) in dt_handle_cpudrop()
472 dtp->dt_droparg) == DTRACE_HANDLE_ABORT) { in dt_handle_status()
H A Ddt_impl.h341 void *dt_droparg; /* drop handler argument */ member