Home
last modified time | relevance | path

Searched refs:dtrace_handle_proc (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/common/
H A Dmapfile-vers78 dtrace_handle_proc;
H A Ddtrace.h318 extern int dtrace_handle_proc(dtrace_hdl_t *, dtrace_handle_proc_f *, void *);
H A Ddt_handle.c102 dtrace_handle_proc(dtrace_hdl_t *dtp, dtrace_handle_proc_f *hdlr, void *arg) in dtrace_handle_proc() function
/titanic_50/usr/src/cmd/plockstat/
H A Dplockstat.c950 if (dtrace_handle_proc(g_dtp, &prochandler, NULL) == -1) in main()
/titanic_50/usr/src/cmd/arcwatch/
H A Darcwatch.c302 if (dtrace_handle_proc(dtp, &prochandler, &proc_done) == -1) in run_dtrace()
/titanic_50/usr/src/cmd/dtrace/
H A Ddtrace.c1584 if (dtrace_handle_proc(g_dtp, &prochandler, NULL) == -1) in main()
/titanic_50/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c169 if (dtrace_handle_proc(dtp, &dtj_prochandler, NULL) == -1) { in dtj_set_callback_handlers()