Searched defs:DTRACE_PROBE3 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | sdt.h | 60 #define DTRACE_PROBE3(prov, name, arg1, arg2, arg3) do { \ macro 184 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) do \ macro 420 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ macro
|
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 190 #define DTRACE_PROBE3(a, b, c, d, e, f, g) \ macro 217 #define DTRACE_PROBE3(a, b, c, d, e, f, g) ((void)0) macro
|