Searched defs:DTRACE_PROBE1 (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sdt.h | 42 #define DTRACE_PROBE1(provider, name, arg1) { \ macro 84 #define DTRACE_PROBE1(name, type1, arg1) { \ macro 148 DTRACE_PROBE1(__sched_##name, type1, arg1); 165 DTRACE_PROBE1(__proc_##name, type1, arg1); 182 DTRACE_PROBE1(__io_##name, type1, arg1); 239 DTRACE_PROBE1(__nfsv4_##name, type1, arg1); 248 DTRACE_PROBE1(__smb_##name, type1, arg1); 257 DTRACE_PROBE1(__ip_##name, type1, arg1); 290 DTRACE_PROBE1(__tcp_##name, type1, arg1); 317 DTRACE_PROBE1(__udp [all...] |
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 90 #undef DTRACE_PROBE1 macro 91 #define DTRACE_PROBE1(n, a, b) \ macro
|
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 139 #ifdef DTRACE_PROBE1 140 #undef DTRACE_PROBE1 macro 141 #endif /* DTRACE_PROBE1 */ 142 #define DTRACE_PROBE1(a, b, c) \ macro
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2484 # define DTRACE_PROBE1(_x_, _t1_, _a1_) macro
|
Completed in 149 milliseconds