/freebsd/sys/netinet/ |
H A D | sctp_kdtrace.h | 40 #define SCTP_PROBE1(probe, arg0) \ argument 42 #define SCTP_PROBE2(probe, arg0, arg1) \ argument 44 #define SCTP_PROBE3(probe, arg0, arg1, arg2) \ argument 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
|
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 39 #define TCP_PROBE1(probe, arg0) \ argument 41 #define TCP_PROBE2(probe, arg0, arg1) \ argument 43 #define TCP_PROBE3(probe, arg0, arg1, arg2) \ 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
|
/freebsd/sys/sys/ |
H A D | sdt.h | 94 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 98 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0) argument 99 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1) argument 100 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2) 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 103 #define SDT_PROBE_DEFINE6(prov, mod, func, name, arg0, arg1, arg2, \ argument 107 #define SDT_PROBE1(prov, mod, func, name, arg0) argument 108 #define SDT_PROBE2(prov, mod, func, name, arg0, arg1) argument 109 #define SDT_PROBE3(prov, mod, func, name, arg0, arg1, arg2) argument [all …]
|
H A D | kthread.h | 40 const char *arg0; /* arg 0 (for 'ps' listing) */ member 47 const char *arg0; /* arg 0 (for 'ps' listing) */ member
|
H A D | mbuf.h | 45 #define MBUF_PROBE1(probe, arg0) \ argument 47 #define MBUF_PROBE2(probe, arg0, arg1) \ argument 49 #define MBUF_PROBE3(probe, arg0, arg1, arg2) \ argument 51 #define MBUF_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 53 #define MBUF_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument
|
/freebsd/sys/security/mac/ |
H A D | mac_internal.h | 67 #define MAC_CHECK_PROBE_DEFINE4(name, arg0, arg1, arg2, arg3) \ argument 73 #define MAC_CHECK_PROBE_DEFINE3(name, arg0, arg1, arg2) \ argument 79 #define MAC_CHECK_PROBE_DEFINE2(name, arg0, arg1) \ argument 85 #define MAC_CHECK_PROBE_DEFINE1(name, arg0) \ argument 91 #define MAC_CHECK_PROBE4(name, error, arg0, arg1, arg2, arg3) do { \ argument 103 #define MAC_CHECK_PROBE3(name, error, arg0, arg1, arg2) \ argument 105 #define MAC_CHECK_PROBE2(name, error, arg0, arg1) \ argument 107 #define MAC_CHECK_PROBE1(name, error, arg0) \ argument 111 #define MAC_GRANT_PROBE_DEFINE2(name, arg0, arg1) \ argument 117 #define MAC_GRANT_PROBE2(name, error, arg0, arg1) do { \ argument
|
/freebsd/sys/kern/ |
H A D | kern_sdt.c | 58 sdt_probe(uint32_t id, uintptr_t arg0, uintptr_t arg1, in sdt_probe() 65 sdt_probe6(uint32_t id, uintptr_t arg0, uintptr_t arg1, in sdt_probe6()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | inetcf.c | 66 char *arg0; in inet_cfg() local 161 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1) in inet_chk()
|
/freebsd/contrib/netbsd-tests/lib/libc/stdio/ |
H A D | t_fmemopen.c | 39 #define ATF_TC(arg0) static void arg0##_head(void) argument 40 #define ATF_TC_HEAD(arg0, arg1) static void arg0##_head() argument 41 #define atf_tc_set_md_var(arg0, arg1, ...) do { \ argument 45 #define ATF_TC_BODY(arg0, arg1) static void arg0##_body() argument 46 #define ATF_CHECK(arg0) assert(arg0) argument 47 #define ATF_TP_ADD_TCS(arg0) int main(void) argument 48 #define ATF_TP_ADD_TC(arg0, arg1) arg1##_head(); arg1##_body() argument
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SystemInitializerFull.cpp | 67 const char *arg0 = "lldb"; in Initialize() local
|
/freebsd/bin/ps/ |
H A D | fmt.c | 93 cmdpart(char *arg0) in cmdpart()
|
/freebsd/contrib/kyua/engine/ |
H A D | plain_helpers.cpp | 68 guess_test_case_name(const char* arg0) in guess_test_case_name()
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock.cc | 218 const auto arg0 = "dummy"; in InitGoogleMock() 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/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 312 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \ argument 314 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \ argument 1077 #define __sanitizer_syscall_pre_bind(arg0, arg1, arg2) \ argument 1079 #define __sanitizer_syscall_post_bind(res, arg0, arg1, arg2) \ argument 1082 #define __sanitizer_syscall_pre_connect(arg0, arg1, arg2) \ argument 1084 #define __sanitizer_syscall_post_connect(res, arg0, arg1, arg2) \ argument 1087 #define __sanitizer_syscall_pre_accept(arg0, arg1, arg2) \ argument 1089 #define __sanitizer_syscall_post_accept(res, arg0, arg1, arg2) \ argument 1092 #define __sanitizer_syscall_pre_accept4(arg0, arg1, arg2, arg3) \ argument 1095 #define __sanitizer_syscall_post_accept4(res, arg0, arg1, arg2, arg3) \ argument [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_setproctitle.c | 40 const char *arg0; member
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | DriverDispatcher.cpp | 115 StringRef arg0 = path::filename(argsV[0]); in parseFlavorWithoutMinGW() local
|
/freebsd/tools/regression/fsx/ |
H A D | fsx.c | 162 do_log4(int operation, int arg0, int arg1, int arg2) in do_log4() 179 log4(int operation, int arg0, int arg1, int arg2) in log4()
|
/freebsd/sys/cddl/dev/dtrace/powerpc/ |
H A D | dtrace_subr.c | 62 dtrace_invop(uintptr_t addr, struct trapframe *frame, uintptr_t arg0) in dtrace_invop()
|
/freebsd/bin/sh/ |
H A D | options.c | 58 char *arg0; /* value of $0 */ variable
|
/freebsd/sys/arm64/arm64/ |
H A D | elf_machdep.c | 327 gnu_property_cb(const Elf_Note *note, void *arg0, bool *res) in gnu_property_cb()
|
/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() 2512 aac_rkt_set_mailbox(struct aac_softc *sc, u_int32_t command, u_int32_t arg0, in aac_rkt_set_mailbox()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_vht.c | 94 int category, int action, void *arg0) in vht_send_action_placeholder() argument
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_cc.c | 793 dt_action_stack_args(dtrace_hdl_t *dtp, dtrace_actdesc_t *ap, dt_node_t *arg0) in dt_action_stack_args() 830 dt_node_t *arg0 = dnp->dn_args; in dt_action_ustack_args() local 891 dt_node_t *arg0, *arg1; in dt_action_setopt() local
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | smfi.c | 238 send2(ctx, cmd, arg0, arg1) in send2() argument
|