Home
last modified time | relevance | path

Searched refs:dtrace_handle_drop (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddtrace.h329 extern int dtrace_handle_drop(dtrace_hdl_t *, dtrace_handle_drop_f *, void *);
H A Ddt_handle.c93 dtrace_handle_drop(dtrace_hdl_t *dtp, dtrace_handle_drop_f *hdlr, void *arg) in dtrace_handle_drop() function
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1144 if (dtrace_handle_drop(g_dtp, &drophandler, NULL) == -1) in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1772 if (dtrace_handle_drop(g_dtp, &drophandler, NULL) == -1)