Searched refs:dtrace_handle_drop (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | mapfile-vers | 76 dtrace_handle_drop;
|
H A D | dtrace.h | 315 extern int dtrace_handle_drop(dtrace_hdl_t *, dtrace_handle_drop_f *, void *);
|
H A D | dt_handle.c | 90 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 D | dwrapper.c | 415 if (dtrace_handle_drop(g_dtp, &drop_handler, NULL) == -1) { in lt_dtrace_init()
|
/titanic_50/usr/src/cmd/arcwatch/ |
H A D | arcwatch.c | 299 if (dtrace_handle_drop(dtp, &drophandler, NULL) == -1) in run_dtrace()
|
/titanic_50/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 1046 if (dtrace_handle_drop(g_dtp, &drophandler, NULL) == -1) in main()
|
/titanic_50/usr/src/cmd/dtrace/ |
H A D | dtrace.c | 1581 if (dtrace_handle_drop(g_dtp, &drophandler, NULL) == -1) in main()
|
/titanic_50/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 155 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 D | dtrace.c | 1101 if (dtrace_handle_drop(dtp, dtrace_dcmddrop, NULL) == -1) { in dtrace()
|