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

/illumos-gate/usr/src/uts/common/sys/
H A Dsdt.h47 #define DTRACE_PROBE2(provider, name, arg1, arg2) { \ macro
89 #define DTRACE_PROBE2(name, type1, arg1, type2, arg2) { \ macro
151 DTRACE_PROBE2(__sched_##name, type1, arg1, type2, arg2);
168 DTRACE_PROBE2(__proc_##name, type1, arg1, type2, arg2);
185 DTRACE_PROBE2(__io_##name, type1, arg1, type2, arg2);
196 DTRACE_PROBE2(__iscsi_##name, type1, arg1, type2, arg2);
242 DTRACE_PROBE2(__nfsv4_##name, type1, arg1, type2, arg2);
251 DTRACE_PROBE2(__smb_##name, type1, arg1, type2, arg2);
260 DTRACE_PROBE2(__ip_##name, type1, arg1, type2, arg2);
293 DTRACE_PROBE2(__tcp
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h94 #undef DTRACE_PROBE2 macro
95 #define DTRACE_PROBE2(n, a, b, c, d) \ macro
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h127 * DTRACE_PROBE2(zfs__probe_name, uint64_t, blkid, dnode_t *, dn);
145 #ifdef DTRACE_PROBE2
146 #undef DTRACE_PROBE2 macro
147 #endif /* DTRACE_PROBE2 */
148 #define DTRACE_PROBE2(a, b, c, d, e) \ macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2485 # define DTRACE_PROBE2(_x_, _t1_, _a1_, _t2_, _a2_) macro

Completed in 75 milliseconds