| /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 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 | 48 #define	SCTP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4)		\  argument 50 #define	SCTP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5)		\  argument
  | 
| /freebsd/crypto/openssl/include/openssl/ | 
| H A D | trace.h | 296 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \  argument 298 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \  argument 300 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \  argument 302 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \  argument 304 # define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \  argument 306 # define OSSL_TRACE9(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) \  argument
  | 
| /freebsd/usr.sbin/rpc.lockd/ | 
| H A D | lock_proc.c | 383 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4)  in nlmtonlm4() 429 	struct nlm4_lock arg4;  in nlm_test_1_svc()  local 466 	struct nlm4_lock arg4;  in nlm_test_msg_1_svc()  local 516 	struct nlm4_lockargs arg4;  in nlm_lock_1_svc()  local 538 	struct nlm4_lockargs arg4;  in nlm_lock_msg_1_svc()  local 567 	struct nlm4_lock arg4;  in nlm_cancel_1_svc()  local 589 	struct nlm4_lock arg4;  in nlm_cancel_msg_1_svc()  local 618 	struct nlm4_lock arg4;  in nlm_unlock_1_svc()  local 635 	struct nlm4_lock arg4;  in nlm_unlock_msg_1_svc()  local
  | 
| H A D | kern.c | 280 		struct nlm4_testargs arg4;  in test_request()  local 339 	struct nlm4_lockargs arg4;  in lock_request()  local 412 	struct nlm4_unlockargs arg4;  in unlock_request()  local
  | 
| /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_ktr.c | 322     u_long arg1, u_long arg2, u_long arg3, u_long arg4, u_long arg5,  in ktr_tracepoint()
  | 
| /freebsd/lib/libc/tests/gen/ | 
| H A D | makecontext_test.c | 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/sys/sys/ | 
| H A D | sdt.h | 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 102 #define	SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4)  argument 104     arg3, arg4, arg5)  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 126     arg1, xarg1, arg2, xarg2, arg3, xarg3, arg4, xarg4)  argument 128     arg1,  xarg1, arg2, xarg2, arg3, xarg3, arg4, xarg4, arg5, xarg5)  argument 136     type4, arg4)  argument [all …] 
 | 
| H A D | lockstat.h | 94 #define	LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4)		\  argument 138 #define	LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4)  argument
  | 
| /freebsd/contrib/atf/atf-c/ | 
| H A D | tp_test.c | 49     char arg4[] = "foo";  in ATF_TC_BODY()  local
  | 
| /freebsd/contrib/atf/atf-c++/detail/ | 
| H A D | application_test.cpp | 47         char arg4[] = "foo";  in main()  local
  | 
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ | 
| H A D | trace.h | 78 #define	DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \  argument 104 #define	DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \  argument
  | 
| /freebsd/contrib/netbsd-tests/lib/libcurses/director/ | 
| H A D | director.c | 126 	char *arg1, *arg2, *arg3, *arg4;  in main()  local
  | 
| /freebsd/sys/nlm/ | 
| H A D | nlm_prot_server.c | 387 	nlm4_res arg4;  in nlm_lock_res_1_svc()  local 396 	nlm4_res arg4;  in nlm_cancel_res_1_svc()  local 405 	nlm4_res arg4;  in nlm_unlock_res_1_svc()  local 414 	nlm4_res arg4;  in nlm_granted_res_1_svc()  local
  | 
| /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/include/ | 
| H A D | stdlib.h | 358 #define	qsort_r(base, nel, width, arg4, arg5)				\  argument
  | 
| /freebsd/lib/clang/liblldb/ | 
| H A D | LLDBWrapLua.cpp | 7361     bool arg4 ;  in _wrap_SBBlock_GetVariables__SWIG_0()  local 7407     bool arg4 ;  in _wrap_SBBlock_GetVariables__SWIG_1()  local 13289     bool arg4 ;  in _wrap_SBCommandInterpreter_HandleCommand__SWIG_0()  local 13360     lldb::SBCommandReturnObject *arg4 = 0 ;  in _wrap_SBCommandInterpreter_HandleCommand__SWIG_2()  local 13404     lldb::SBCommandReturnObject *arg4 = 0 ;  in _wrap_SBCommandInterpreter_HandleCommand__SWIG_3()  local 13609     lldb::SBCommandInterpreterRunOptions *arg4 = 0 ;  in _wrap_SBCommandInterpreter_HandleCommandsFromFile()  local 13662     int arg4 ;  in _wrap_SBCommandInterpreter_HandleCompletion()  local 13705     int arg4 ;  in _wrap_SBCommandInterpreter_HandleCompletionWithDescriptions()  local 13803     void *arg4 = (void *) 0 ;  in _wrap_SBCommandInterpreter_SetCommandOverrideCallback()  local 16759     uint32_t arg4 ;  in _wrap_SBCommunication_Read()  local [all …] 
 | 
| /freebsd/sys/riscv/include/ | 
| H A D | sbi.h | 147     uint64_t arg2, uint64_t arg3, uint64_t arg4)  in sbi_call()
  | 
| /freebsd/sys/cddl/dev/sdt/ | 
| H A D | sdt.c | 589     uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5)  in sdt_dtrace_probe()
  | 
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ | 
| H A D | sanitizer_netbsd.cpp | 291 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5) {  in internal_prctl()
  | 
| /freebsd/contrib/diff/src/ | 
| H A D | util.c | 89 	  char const *arg3, char const *arg4)  in message5()
  | 
| /freebsd/sys/netpfil/ipfilter/netinet/ | 
| H A D | ip_dstlist.c | 237 	void *arg3, u_int arg4)  in ipf_dstlist_addr_find()
  | 
| /freebsd/contrib/bmake/ | 
| H A D | make.h | 707 #define DEBUG4(module, fmt, arg1, arg2, arg3, arg4) \  argument 709 #define DEBUG5(module, fmt, arg1, arg2, arg3, arg4, arg5) \  argument
  | 
| /freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ | 
| H A D | linux_syscall_hooks.h | 1116 #define __sanitizer_syscall_pre_sendto(arg0, arg1, arg2, arg3, arg4, arg5)     \  argument 1120 #define __sanitizer_syscall_post_sendto(res, arg0, arg1, arg2, arg3, arg4,     \  argument 1142 #define __sanitizer_syscall_pre_recvfrom(arg0, arg1, arg2, arg3, arg4, arg5)   \  argument 1146 #define __sanitizer_syscall_post_recvfrom(res, arg0, arg1, arg2, arg3, arg4,   \  argument 1486 #define __sanitizer_syscall_pre_keyctl(cmd, arg2, arg3, arg4, arg5)            \  argument 1489 #define __sanitizer_syscall_post_keyctl(res, cmd, arg2, arg3, arg4, arg5)      \  argument 1755 #define __sanitizer_syscall_pre_pselect6(arg0, arg1, arg2, arg3, arg4, arg5)   \  argument 1759 #define __sanitizer_syscall_post_pselect6(res, arg0, arg1, arg2, arg3, arg4,   \  argument 1764 #define __sanitizer_syscall_pre_ppoll(arg0, arg1, arg2, arg3, arg4)            \  argument 1767 #define __sanitizer_syscall_post_ppoll(res, arg0, arg1, arg2, arg3, arg4)      \  argument
  |