Searched defs:dtrace_probekey_f (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h117 typedef int dtrace_probekey_f(const char *, const char *, int); typedef
121 dtrace_probekey_f *dtpk_pmatch; /* provider matching function */
123 dtrace_probekey_f *dtpk_mmatch; /* module matching function */
125 dtrace_probekey_f *dtpk_fmatch; /* func matching function */
127 dtrace_probekey_f *dtpk_nmatch; /* name matching function */

Completed in 51 milliseconds