| /NextBSD/sys/netinet/ |
| HD | in_kdtrace.h | 31 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument 33 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument 43 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 45 #define TCP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
|
| /NextBSD/sys/sys/mach/ |
| HD | ipc_mig.h | 54 #define __BeforeRcvCallTrace(msgid,arg1,arg2,arg3,arg4) \ argument 63 #define __AfterRcvCallTrace(msgid,arg1,arg2,arg3,arg4) \ argument 72 #define __BeforeSimpleCallTrace(msgid,arg1,arg2,arg3,arg4) \ argument 81 #define __AfterSimpleCallTrace(msgid,arg1,arg2,arg3,arg4) \ argument
|
| /NextBSD/usr.sbin/rpc.lockd/ |
| HD | lock_proc.c | 376 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4) in nlmtonlm4() 422 struct nlm4_lock arg4; in nlm_test_1_svc() local 459 struct nlm4_lock arg4; in nlm_test_msg_1_svc() local 509 struct nlm4_lockargs arg4; in nlm_lock_1_svc() local 531 struct nlm4_lockargs arg4; in nlm_lock_msg_1_svc() local 560 struct nlm4_lock arg4; in nlm_cancel_1_svc() local 582 struct nlm4_lock arg4; in nlm_cancel_msg_1_svc() local 611 struct nlm4_lock arg4; in nlm_unlock_1_svc() local 628 struct nlm4_lock arg4; in nlm_unlock_msg_1_svc() local
|
| HD | kern.c | 268 struct nlm4_testargs arg4; in test_request() local 327 struct nlm4_lockargs arg4; in lock_request() local 400 struct nlm4_unlockargs arg4; in unlock_request() local
|
| /NextBSD/sys/sys/ |
| HD | 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 89 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 97 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 99 arg3, arg4, arg5) argument 101 arg3, arg4, arg5, arg6) argument 108 #define SDT_PROBE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 109 #define SDT_PROBE6(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4, arg5) argument 110 #define SDT_PROBE7(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4, arg5, \ argument 122 arg1, xarg1, arg2, xarg2, arg3, xarg3, arg4, xarg4) argument [all …]
|
| HD | lockstat.h | 87 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4) \ argument 131 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4) argument
|
| /NextBSD/sys/kern/ |
| HD | kern_sdt.c | 48 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) in sdt_probe_stub()
|
| HD | kern_ktr.c | 313 u_long arg1, u_long arg2, u_long arg3, u_long arg4, u_long arg5, in ktr_tracepoint()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/ |
| HD | tst.args1.c | 34 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, in go()
|
| /NextBSD/contrib/atf/atf-c/ |
| HD | tp_test.c | 49 char arg4[] = "foo"; in ATF_TC_BODY() local
|
| /NextBSD/contrib/atf/atf-c++/detail/ |
| D | application_test.cpp | 47 char arg4[] = "foo"; in main() local
|
| /NextBSD/sys/geom/vinum/ |
| HD | geom_vinum_events.c | 44 intmax_t arg3, intmax_t arg4) in gv_post_event()
|
| HD | geom_vinum_var.h | 220 intmax_t arg4; member
|
| /NextBSD/contrib/netbsd-tests/lib/libcurses/director/ |
| HD | director.c | 126 char *arg1, *arg2, *arg3, *arg4; in main() local
|
| /NextBSD/sys/nlm/ |
| HD | nlm_prot_server.c | 389 nlm4_res arg4; in nlm_lock_res_1_svc() local 398 nlm4_res arg4; in nlm_cancel_res_1_svc() local 407 nlm4_res arg4; in nlm_unlock_res_1_svc() local 416 nlm4_res arg4; in nlm_granted_res_1_svc() local
|
| /NextBSD/contrib/gdb/include/gdb/ |
| HD | callback.h | 193 long arg1, arg2, arg3, arg4; member
|
| /NextBSD/contrib/diff/src/ |
| HD | util.c | 89 char const *arg3, char const *arg4) in message5()
|
| /NextBSD/contrib/gcc/ |
| HD | tree-mudflap.c | 337 #define build_function_type_4(rtype, arg1, arg2, arg3, arg4) \ argument
|
| /NextBSD/sys/contrib/ipfilter/netinet/ |
| HD | ip_dstlist.c | 254 ipf_dstlist_addr_find(softc, arg1, arg2, arg3, arg4) in ipf_dstlist_addr_find() argument
|
| /NextBSD/contrib/ipfilter/ |
| HD | ip_dstlist.c | 254 ipf_dstlist_addr_find(softc, arg1, arg2, arg3, arg4) in ipf_dstlist_addr_find() argument
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/ |
| HD | fasttrap_isa.c | 337 uintptr_t arg4 = fasttrap_getreg(rp, R_I4); in fasttrap_return_common() local
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_linux.cc | 542 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5) { in internal_prctl()
|
| /NextBSD/contrib/compiler-rt/include/sanitizer/ |
| HD | linux_syscall_hooks.h | 1118 #define __sanitizer_syscall_pre_sendto(arg0, arg1, arg2, arg3, arg4, arg5) \ argument 1122 #define __sanitizer_syscall_post_sendto(res, arg0, arg1, arg2, arg3, arg4, \ argument 1144 #define __sanitizer_syscall_pre_recvfrom(arg0, arg1, arg2, arg3, arg4, arg5) \ argument 1148 #define __sanitizer_syscall_post_recvfrom(res, arg0, arg1, arg2, arg3, arg4, \ argument 1478 #define __sanitizer_syscall_pre_keyctl(cmd, arg2, arg3, arg4, arg5) \ argument 1481 #define __sanitizer_syscall_post_keyctl(res, cmd, arg2, arg3, arg4, arg5) \ argument 1747 #define __sanitizer_syscall_pre_pselect6(arg0, arg1, arg2, arg3, arg4, arg5) \ argument 1751 #define __sanitizer_syscall_post_pselect6(res, arg0, arg1, arg2, arg3, arg4, \ argument 1756 #define __sanitizer_syscall_pre_ppoll(arg0, arg1, arg2, arg3, arg4) \ argument 1759 #define __sanitizer_syscall_post_ppoll(res, arg0, arg1, arg2, arg3, arg4) \ argument
|
| /NextBSD/lib/libdispatch/src/ |
| HD | voucher_internal.h | 727 uintptr_t arg4) in _voucher_activity_trace_args_inline()
|
| HD | voucher.c | 2524 uintptr_t arg4) in voucher_activity_trace_args() 2760 uintptr_t arg4) in voucher_activity_trace_args()
|