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

/illumos-gate/usr/src/uts/common/sys/
H A Dsdt.h54 #define DTRACE_PROBE3(provider, name, arg1, arg2, arg3) { \ macro
94 #define DTRACE_PROBE3(name, type1, arg1, type2, arg2, type3, arg3) { \ macro
154 DTRACE_PROBE3(__sched_##name, type1, arg1, type2, arg2, type3, arg3);
171 DTRACE_PROBE3(__proc_##name, type1, arg1, type2, arg2, type3, arg3);
188 DTRACE_PROBE3(__io_##name, type1, arg1, type2, arg2, type3, arg3);
199 DTRACE_PROBE3(__iscsi_##name, type1, arg1, type2, arg2, type3, arg3);
231 DTRACE_PROBE3(__nfsv3_##name, type1, arg1, type2, arg2, \
245 DTRACE_PROBE3(__nfsv4_##name, type1, arg1, type2, arg2, type3, arg3);
263 DTRACE_PROBE3(__ip_##name, type1, arg1, type2, arg2, type3, arg3);
296 DTRACE_PROBE3(__tcp
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h98 #undef DTRACE_PROBE3 macro
99 #define DTRACE_PROBE3(n, a, b, c, d, e, f) \ macro
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h151 #ifdef DTRACE_PROBE3
152 #undef DTRACE_PROBE3 macro
153 #endif /* DTRACE_PROBE3 */
154 #define DTRACE_PROBE3(a, b, c, d, e, f, g) \ macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2486 # define DTRACE_PROBE3(_x_, _t1_, _a1_, _t2_, _a2_, _t3_, _a3_) macro

Completed in 72 milliseconds