/freebsd/sys/netinet/ |
H A D | in_kdtrace.h | 33 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument 35 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument 37 #define UDPLITE_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument 45 #define TCP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 47 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 49 #define TCP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
|
H A D | sctp_kdtrace.h | 46 #define SCTP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 48 #define SCTP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 50 #define SCTP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
|
/freebsd/lib/libc/tests/gen/ |
H A D | makecontext_test.c | 77 check_3(int arg1, int arg2, int arg3) in check_3() 100 check_4(int arg1, int arg2, int arg3, int arg4) in check_4() 124 check_5(int arg1, int arg2, int arg3, int arg4, int arg5) in check_5() 149 check_6(int arg1, int arg2, int arg3, int arg4, int arg5, int arg6) in check_6()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | trace.h | 291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \ argument 293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \ argument 295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \ argument 297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \ argument 299 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ argument 301 # define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument 303 # define OSSL_TRACE9(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) \ argument
|
/freebsd/sys/sys/ |
H A D | sdt.h | 55 #define DTRACE_PROBE3(prov, name, arg1, arg2, arg3) { \ argument 62 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) { \ argument 70 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) { \ argument 94 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 101 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3) argument 102 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 104 arg3, arg4, arg5) argument 110 #define SDT_PROBE4(prov, mod, func, name, arg0, arg1, arg2, arg3) argument 111 #define SDT_PROBE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 112 #define SDT_PROBE6(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4, arg5) argument [all …]
|
H A D | lockstat.h | 91 #define LOCKSTAT_RECORD3(probe, lp, arg1, arg2, arg3) \ argument 94 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4) \ argument 137 #define LOCKSTAT_RECORD3(probe, lp, arg1, arg2, arg3) argument 138 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4) argument
|
/freebsd/sys/kern/ |
H A D | kern_sdt.c | 59 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) in sdt_probe() 66 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5) in sdt_probe6()
|
H A D | kern_loginclass.c | 243 void *arg2, void *arg3), void (*pre)(void), void (*post)(void), in loginclass_racct_foreach() argument
|
H A D | kern_ktr.c | 319 u_long arg1, u_long arg2, u_long arg3, u_long arg4, u_long arg5, in ktr_tracepoint()
|
H A D | kern_rctl.c | 1414 rctl_rule_remove_callback(struct racct * racct,void * arg2,void * arg3) rctl_rule_remove_callback() argument 1686 rctl_get_rules_callback(struct racct * racct,void * arg2,void * arg3) rctl_get_rules_callback() argument
|
/freebsd/contrib/capsicum-test/ |
H A D | overhead.cc | 12 double RepeatSyscall(int count, int nr, long arg1, long arg2, long arg3) { in RepeatSyscall() 24 long arg1, long arg2, long arg3) { in CompareSyscall()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | trace.h | 74 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument 77 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument 99 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument 103 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
|
/freebsd/contrib/atf/atf-c/ |
H A D | tp_test.c | 48 char arg3[] = "-s"; in ATF_TC_BODY() local
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 4427 lldb::addr_t arg3 ; in _wrap_SBAddress_SetAddress() local 4462 lldb::SBTarget *arg3 = 0 ; in _wrap_SBAddress_SetLoadAddress() local 5138 lldb::SBTarget arg3 ; in _wrap_SBAddressRange_GetDescription() local 5507 lldb::SBTarget *arg3 = 0 ; in _wrap_SBAddressRangeList_GetDescription() local 5657 bool arg3 ; in _wrap_new_SBAttachInfo__SWIG_3() local 6002 bool arg3 ; in _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_1() local 7360 bool arg3 ; in _wrap_SBBlock_GetVariables__SWIG_0() local 7406 bool arg3 ; in _wrap_SBBlock_GetVariables__SWIG_1() local 8540 lldb::SBStructuredData *arg3 = 0 ; in _wrap_SBBreakpoint_SetScriptCallbackFunction__SWIG_1() local 8951 bool arg3 ; in _wrap_SBBreakpoint_GetDescription__SWIG_1() local [all …]
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | application_test.cpp | 46 char arg3[] = "-s"; in main() local
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | director.c | 126 char *arg1, *arg2, *arg3, *arg4; in main() local
|
/freebsd/sys/security/mac/ |
H A D | mac_internal.h | 67 #define MAC_CHECK_PROBE_DEFINE4(name, arg0, arg1, arg2, arg3) \ argument 91 #define MAC_CHECK_PROBE4(name, error, arg0, arg1, arg2, arg3) do { \ argument
|
/freebsd/sys/cddl/dev/fbt/x86/ |
H A D | fbt_isa.c | 64 uintptr_t arg0, arg1, arg2, arg3, arg4, rval; in fbt_invop() local
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSettings.cpp | 611 CommandArgumentEntry arg3; in CommandObjectSettingsReplace() local 705 CommandArgumentEntry arg3; in CommandObjectSettingsInsertBefore() local 798 CommandArgumentEntry arg3; in CommandObjectSettingsInsertAfter() local
|
/freebsd/sys/dev/bxe/ |
H A D | bxe_debug.c | 175 uint32_t arg3) in elink_cb_dbg3()
|
/freebsd/sys/dev/aac/ |
H A D | aac.c | 2026 u_int32_t arg0, u_int32_t arg1, u_int32_t arg2, u_int32_t arg3, in aac_sync_command() 2487 u_int32_t arg0, u_int32_t arg1, u_int32_t arg2, u_int32_t arg3) in aac_sa_set_mailbox() 2500 u_int32_t arg0, u_int32_t arg1, u_int32_t arg2, u_int32_t arg3) in aac_rx_set_mailbox() 2513 u_int32_t arg1, u_int32_t arg2, u_int32_t arg3) in aac_rkt_set_mailbox()
|
/freebsd/sys/riscv/include/ |
H A D | sbi.h | 147 uint64_t arg2, uint64_t arg3, uint64_t arg4) in sbi_call()
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid.c | 2069 u_int32_t arg0, u_int32_t arg1, u_int32_t arg2, u_int32_t arg3, in aacraid_sync_command() 2260 u_int32_t arg1, u_int32_t arg2, u_int32_t arg3) in aac_src_set_mailbox() 2273 u_int32_t arg1, u_int32_t arg2, u_int32_t arg3) in aac_srcv_set_mailbox()
|
/freebsd/contrib/bmake/ |
H A D | make.h | 704 #define DEBUG3(module, fmt, arg1, arg2, arg3) \ argument 706 #define DEBUG4(module, fmt, arg1, arg2, arg3, arg4) \ argument 708 #define DEBUG5(module, fmt, arg1, arg2, arg3, arg4, arg5) \ argument
|
/freebsd/sys/cddl/dev/sdt/ |
H A D | sdt.c | 578 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5) in sdt_dtrace_probe()
|