| /freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/i386/ |
| H A D | syscall.h | 38 LIBC_INLINE long syscall_impl(long num, long arg1, long arg2, long arg3) { in syscall_impl() 47 LIBC_INLINE long syscall_impl(long num, long arg1, long arg2, long arg3, in syscall_impl() 57 LIBC_INLINE long syscall_impl(long num, long arg1, long arg2, long arg3, in syscall_impl() 68 LIBC_INLINE long syscall_impl(long num, long arg1, long arg2, long arg3, in syscall_impl()
|
| /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/contrib/llvm-project/libc/src/__support/OSUtil/linux/riscv/ |
| H A D | syscall.h | 66 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3) { in syscall_impl() 72 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl() 79 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl() 86 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl()
|
| /freebsd/contrib/llvm-project/libc/src/__support/OSUtil/darwin/aarch64/ |
| H A D | syscall.h | 68 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3) { in syscall_impl() 74 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl() 81 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl() 88 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl()
|
| /freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/aarch64/ |
| H A D | syscall.h | 66 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3) { in syscall_impl() 72 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl() 79 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl() 86 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl()
|
| /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/contrib/llvm-project/libc/src/__support/OSUtil/linux/arm/ |
| H A D | syscall.h | 84 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3) { in syscall_impl() 90 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl() 97 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl() 104 LIBC_INLINE long syscall_impl(long number, long arg1, long arg2, long arg3, in syscall_impl()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | trace.h | 296 #define OSSL_TRACE3(category, format, arg1, arg2, arg3) \ argument 298 #define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \ argument 300 #define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \ argument 302 #define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \ argument 304 #define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ argument 306 #define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument 308 #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 | 250 void *arg2, void *arg3), void (*pre)(void), void (*post)(void), in loginclass_racct_foreach() argument
|
| H A D | kern_ktr.c | 322 u_long arg1, u_long arg2, u_long arg3, u_long arg4, u_long arg5, in ktr_tracepoint()
|
| /freebsd/tests/sys/capsicum/ |
| 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 | 75 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument 78 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument 100 #define DTRACE_PROBE3(name, t1, arg1, t2, arg2, t3, arg3) \ argument 104 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
|
| /freebsd/sys/security/mac/ |
| H A D | mac_internal.h | 67 #define MAC_CHECK_PROBE_DEFINE5(name, arg0, arg1, arg2, arg3, arg4) \ argument 73 #define MAC_CHECK_PROBE_DEFINE4(name, arg0, arg1, arg2, arg3) \ argument 97 #define MAC_CHECK_PROBE5(name, error, arg0, arg1, arg2, arg3, arg4) do { \ argument 109 #define MAC_CHECK_PROBE4(name, error, arg0, arg1, arg2, arg3) \ 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 | 4361 lldb::addr_t arg3 ; in _wrap_SBAddress_SetAddress() local 4396 lldb::SBTarget *arg3 = 0 ; in _wrap_SBAddress_SetLoadAddress() local 5072 lldb::SBTarget arg3 ; in _wrap_SBAddressRange_GetDescription() local 5441 lldb::SBTarget *arg3 = 0 ; in _wrap_SBAddressRangeList_GetDescription() local 5591 bool arg3 ; in _wrap_new_SBAttachInfo__SWIG_3() local 5936 bool arg3 ; in _wrap_SBAttachInfo_SetWaitForLaunch__SWIG_1() local 7294 bool arg3 ; in _wrap_SBBlock_GetVariables__SWIG_0() local 7340 bool arg3 ; in _wrap_SBBlock_GetVariables__SWIG_1() local 8474 lldb::SBStructuredData *arg3 = 0 ; in _wrap_SBBreakpoint_SetScriptCallbackFunction__SWIG_1() local 8885 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/contrib/llvm-project/libc/include/llvm-libc-macros/linux/ |
| H A D | unistd-macros.h | 52 #define __syscall_helper(sysno, arg1, arg2, arg3, arg4, arg5, arg6, ...) \ 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()
|