Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Dmapfile-vers76 dtrace_handle_drop;
H A Ddtrace.h315 extern int dtrace_handle_drop(dtrace_hdl_t *, dtrace_handle_drop_f *, void *);
H A Ddt_handle.c90 dtrace_handle_drop(dtrace_hdl_t *dtp, dtrace_handle_drop_f *hdlr, void *arg) in dtrace_handle_drop() function
/titanic_50/usr/src/cmd/latencytop/common/
H A Ddwrapper.c415 if (dtrace_handle_drop(g_dtp, &drop_handler, NULL) == -1) { in lt_dtrace_init()
/titanic_50/usr/src/cmd/arcwatch/
H A Darcwatch.c299 if (dtrace_handle_drop(dtp, &drophandler, NULL) == -1) in run_dtrace()
/titanic_50/usr/src/cmd/lockstat/
H A Dlockstat.c1046 if (dtrace_handle_drop(g_dtp, &drophandler, NULL) == -1) in main()
/titanic_50/usr/src/cmd/dtrace/
H A Ddtrace.c1581 if (dtrace_handle_drop(g_dtp, &drophandler, NULL) == -1) in main()
/titanic_50/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c155 if (dtrace_handle_drop(dtp, &dtj_drophandler, NULL) == -1) { in dtj_set_callback_handlers()
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1101 if (dtrace_handle_drop(dtp, dtrace_dcmddrop, NULL) == -1) { in dtrace()