Searched refs:DTRACE_PROBE5 (Results 1 – 5 of 5) sorted by relevance
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.linkpriv.ksh | 50 DTRACE_PROBE5(test_prov, five, 11, 12, 13, 14, 15);
|
H A D | tst.linkunpriv.ksh | 52 DTRACE_PROBE5(test_prov, five, 11, 12, 13, 14, 15);
|
/freebsd/sys/sys/ |
H A D | sdt.h | 70 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) { \ macro 135 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ macro 403 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3, \ macro
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efsys.h | 267 #ifdef DTRACE_PROBE5 270 DTRACE_PROBE5(_name, _type1, _arg1, _type2, _arg2, \
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 1217 DTRACE_PROBE5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j)
|