HomeSort by: relevance | last modified time | path
    Searched defs:DTRACE_PROBE4 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
sdt.h 67 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) do { \
189 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \
427 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 194 #ifdef DTRACE_PROBE4
195 #undef DTRACE_PROBE4
196 #endif /* DTRACE_PROBE4 */
198 #define DTRACE_PROBE4(a, b, c, d, e, f, g, h, i) \
218 #define DTRACE_PROBE4(a, b, c, d, e, f, g, h, i) ((void)0)

Completed in 18 milliseconds