| /f-stack/freebsd/netinet/ |
| H A D | in_kdtrace.h | 35 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument 36 SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4) 39 #define TCP_PROBE1(probe, arg0) \ argument 40 SDT_PROBE1(tcp, , , probe, arg0) 41 #define TCP_PROBE2(probe, arg0, arg1) \ argument 42 SDT_PROBE2(tcp, , , probe, arg0, arg1) 43 #define TCP_PROBE3(probe, arg0, arg1, arg2) \ argument 44 SDT_PROBE3(tcp, , , probe, arg0, arg1, arg2) 45 #define TCP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 46 SDT_PROBE4(tcp, , , probe, arg0, arg1, arg2, arg3) [all …]
|
| H A D | sctp_kdtrace.h | 43 #define SCTP_PROBE1(probe, arg0) \ argument 44 SDT_PROBE1(sctp, , , probe, arg0) 45 #define SCTP_PROBE2(probe, arg0, arg1) \ argument 46 SDT_PROBE2(sctp, , , probe, arg0, arg1) 47 #define SCTP_PROBE3(probe, arg0, arg1, arg2) \ argument 48 SDT_PROBE3(sctp, , , probe, arg0, arg1, arg2) 49 #define SCTP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 50 SDT_PROBE4(sctp, , , probe, arg0, arg1, arg2, arg3) 51 #define SCTP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 52 SDT_PROBE5(sctp, , , probe, arg0, arg1, arg2, arg3, arg4) [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | sdt.h | 98 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0) argument 109 #define SDT_PROBE1(prov, mod, func, name, arg0) argument 110 #define SDT_PROBE2(prov, mod, func, name, arg0, arg1) argument 135 #define DTRACE_PROBE1(name, type0, arg0) argument 136 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument 191 SDT_PROBE_ARGTYPE(prov, mod, func, name, 0, arg0, NULL) 301 #define SDT_PROBE1(prov, mod, func, name, arg0) \ argument 302 SDT_PROBE(prov, mod, func, name, arg0, 0, 0, 0, 0) 304 SDT_PROBE(prov, mod, func, name, arg0, arg1, 0, 0, 0) 342 #define DTRACE_PROBE1(name, type0, arg0) \ argument [all …]
|
| H A D | kthread.h | 42 const char *arg0; /* arg 0 (for 'ps' listing) */ member 49 const char *arg0; /* arg 0 (for 'ps' listing) */ member
|
| H A D | mbuf.h | 53 #define MBUF_PROBE1(probe, arg0) \ argument 54 SDT_PROBE1(sdt, , , probe, arg0) 55 #define MBUF_PROBE2(probe, arg0, arg1) \ argument 56 SDT_PROBE2(sdt, , , probe, arg0, arg1) 57 #define MBUF_PROBE3(probe, arg0, arg1, arg2) \ argument 58 SDT_PROBE3(sdt, , , probe, arg0, arg1, arg2) 59 #define MBUF_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 60 SDT_PROBE4(sdt, , , probe, arg0, arg1, arg2, arg3) 61 #define MBUF_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 62 SDT_PROBE5(sdt, , , probe, arg0, arg1, arg2, arg3, arg4)
|
| H A D | dtrace_bsd.h | 87 typedef void (*dtrace_malloc_probe_func_t)(u_int32_t, uintptr_t arg0,
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_internal.h | 80 "int", arg0, arg1, arg2, arg3); 84 "int", arg0, arg1, arg2); \ 86 "int", arg0, arg1, arg2); 90 "int", arg0, arg1); \ 92 "int", arg0, arg1); 96 "int", arg0); \ 98 "int", arg0); 122 "int", arg0, arg1); \ 124 "int", arg0, arg1); 130 error, arg0, arg1); \ [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libuutil/ |
| H A D | uu_pname.c | 167 uu_setpname(char *arg0) in uu_setpname() argument 174 if (arg0 == NULL) { in uu_setpname() 185 char *p = strrchr(arg0, '/'); in uu_setpname() 187 pname = arg0; in uu_setpname()
|
| H A D | libuutil.abi | 1126 …<parameter type-id='type-id-5' name='arg0' filepath='/home/fedora/zfs/lib/libuutil/uu_pname.c' lin…
|
| /f-stack/freebsd/contrib/openzfs/contrib/bpftrace/ |
| H A D | taskqlatency.bt | 5 $tqent = (struct taskq_ent *)arg0; 15 $tqent = (struct taskq_ent *)arg0; 34 $tqent = (struct taskq_ent *)arg0;
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | setproctitle.c | 57 const char *arg0; member 177 if (!(SPT.arg0 = strdup(argv[0]))) in spt_init() 234 len = snprintf(buf, sizeof buf, "%s", SPT.arg0); in setproctitle()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 50 #define MBUF_PROBE1(probe, arg0) \ argument 51 SDT_PROBE1(sdt, , , probe, arg0) 52 #define MBUF_PROBE2(probe, arg0, arg1) \ argument 53 SDT_PROBE2(sdt, , , probe, arg0, arg1) 54 #define MBUF_PROBE3(probe, arg0, arg1, arg2) \ argument 55 SDT_PROBE3(sdt, , , probe, arg0, arg1, arg2) 56 #define MBUF_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 57 SDT_PROBE4(sdt, , , probe, arg0, arg1, arg2, arg3) 58 #define MBUF_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 59 SDT_PROBE5(sdt, , , probe, arg0, arg1, arg2, arg3, arg4)
|
| /f-stack/freebsd/kern/ |
| H A D | kern_kthread.c | 68 kp->global_procpp, 0, 0, "%s", kp->arg0); in kproc_start() 70 panic("kproc_start: %s: error %d", kp->arg0, error); in kproc_start() 248 NULL, kp->global_threadpp, 0, 0, "%s", kp->arg0); in kthread_start() 250 panic("kthread_start: %s: error %d", kp->arg0, error); in kthread_start()
|
| H A D | kern_sdt.c | 50 sdt_probe_stub(uint32_t id, uintptr_t arg0, uintptr_t arg1, in sdt_probe_stub() argument
|
| H A D | imgact_elf.c | 2697 brandnote_cb(const Elf_Note *note, void *arg0, boolean_t *res) in brandnote_cb() argument 2701 arg = arg0; in brandnote_cb() 2726 note_fctl_cb(const Elf_Note *note, void *arg0, boolean_t *res) in note_fctl_cb() argument 2732 arg = arg0; in note_fctl_cb()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_ht.c | 3036 int category, int action, void *arg0) in ht_send_action_ba_addba() argument 3040 uint16_t *args = arg0; in ht_send_action_ba_addba() 3085 int category, int action, void *arg0) in ht_send_action_ba_delba() argument 3089 uint16_t *args = arg0; in ht_send_action_ba_delba() 3128 int category, int action, void *arg0) in ht_send_action_ht_txchwidth() argument
|
| H A D | ieee80211_vht.c | 99 int category, int action, void *arg0) in vht_send_action_placeholder() argument
|
| H A D | ieee80211_mesh.c | 2892 int category, int action, void *arg0) in mesh_send_action_meshlmetric() argument 2896 struct ieee80211_meshlmetric_ie *ie = arg0; in mesh_send_action_meshlmetric() 2940 int category, int action, void *arg0) in mesh_send_action_meshgate() argument 2944 struct ieee80211_meshgann_ie *ie = arg0; in mesh_send_action_meshgate()
|
| /f-stack/freebsd/net/ |
| H A D | ifdi_if.m | 79 null_int_int_op(if_ctx_t _ctx __unused, int arg0 __unused)
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 7339 cmd_flow_cb(void *arg0, struct cmdline *cl, void *arg2) in cmd_flow_cb() argument 7342 cmd_flow_tok(arg0, arg2); in cmd_flow_cb() 7344 cmd_flow_parsed(arg0); in cmd_flow_cb() 7755 cmd_set_raw_cb(void *arg0, struct cmdline *cl, void *arg2) in cmd_set_raw_cb() argument 7758 cmd_set_raw_tok(arg0, arg2); in cmd_set_raw_cb() 7760 cmd_set_raw_parsed(arg0); in cmd_set_raw_cb()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 110 #define IPFW_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument 111 SDT_PROBE6(ipfw, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
|