| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_log.h | 138 ngx_log_debug(level, log, err, fmt, arg1) 141 ngx_log_debug(level, log, err, fmt, arg1, arg2) 144 ngx_log_debug(level, log, err, fmt, arg1, arg2, arg3) 155 arg1, arg2, arg3, arg4, arg5, arg6) 160 arg1, arg2, arg3, arg4, arg5, arg6, arg7) 176 ngx_log_debug_core(log, err, fmt, arg1) 180 ngx_log_debug_core(log, err, fmt, arg1, arg2) 184 ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3) 216 #define ngx_log_debug1(level, log, err, fmt, arg1) argument 217 #define ngx_log_debug2(level, log, err, fmt, arg1, arg2) argument [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | sdt.h | 45 #define DTRACE_PROBE1(prov, name, arg1) { \ argument 47 __dtrace_##prov##___##name((unsigned long)arg1); \ 50 #define DTRACE_PROBE2(prov, name, arg1, arg2) { \ argument 53 __dtrace_##prov##___##name((unsigned long)arg1, \ 60 __dtrace_##prov##___##name((unsigned long)arg1, \ 121 arg1, xarg1) argument 123 arg1, xarg1, arg2, xarg2) argument 125 arg1, xarg1, arg2, xarg2, arg3, xarg3) argument 248 arg1, xarg1) \ argument 254 arg1, xarg1, arg2, xarg2) \ argument [all …]
|
| H A D | lockstat.h | 87 #define LOCKSTAT_RECORD1(probe, lp, arg1) \ argument 88 SDT_PROBE2(lockstat, , , probe, lp, arg1) 90 #define LOCKSTAT_RECORD2(probe, lp, arg1, arg2) \ argument 91 SDT_PROBE3(lockstat, , , probe, lp, arg1, arg2) 93 #define LOCKSTAT_RECORD3(probe, lp, arg1, arg2, arg3) \ argument 94 SDT_PROBE4(lockstat, , , probe, lp, arg1, arg2, arg3) 97 SDT_PROBE5(lockstat, , , probe, lp, arg1, arg2, arg3, arg4) 127 #define LOCKSTAT_RECORD1(probe, lp, arg1) argument 128 #define LOCKSTAT_RECORD2(probe, lp, arg1, arg2) argument 129 #define LOCKSTAT_RECORD3(probe, lp, arg1, arg2, arg3) argument [all …]
|
| /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) 37 #define UDPLITE_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument 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) 47 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument [all …]
|
| H A D | sctp_kdtrace.h | 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) 53 #define SCTP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument 54 SDT_PROBE6(sctp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | trace.h | 68 #define DTRACE_PROBE1(name, t1, arg1) \ argument 69 trace_zfs_##name((arg1)) 71 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ argument 72 trace_zfs_##name((arg1), (arg2)) 75 trace_zfs_##name((arg1), (arg2), (arg3)) 78 trace_zfs_##name((arg1), (arg2), (arg3), (arg4)) 93 #define DTRACE_PROBE1(name, t1, arg1) \ argument 94 trace_zfs_##name((uintptr_t)(arg1)) 96 #define DTRACE_PROBE2(name, t1, arg1, t2, arg2) \ argument 134 noinline void trace_zfs_##name(uintptr_t arg1, \ [all …]
|
| /f-stack/app/micro_thread/valgrind/ |
| H A D | valgrind.h | 1126 #define CALL_FN_v_W(fnptr, arg1) \ argument 1128 CALL_FN_W_W(_junk,fnptr,arg1); } while (0) 1130 #define CALL_FN_v_WW(fnptr, arg1,arg2) \ argument 1132 CALL_FN_W_WW(_junk,fnptr,arg1,arg2); } while (0) 1134 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \ argument 1136 CALL_FN_W_WWW(_junk,fnptr,arg1,arg2,arg3); } while (0) 1138 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \ argument 1142 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \ argument 1146 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \ argument 1150 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \ argument [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_coverage.c | 111 __sanitizer_cov_trace_cmp1(uint8_t arg1, uint8_t arg2) in __sanitizer_cov_trace_cmp1() argument 117 trace_cmp(COV_CMP_SIZE(0), arg1, arg2, in __sanitizer_cov_trace_cmp1() 122 __sanitizer_cov_trace_cmp2(uint16_t arg1, uint16_t arg2) in __sanitizer_cov_trace_cmp2() argument 128 trace_cmp(COV_CMP_SIZE(1), arg1, arg2, in __sanitizer_cov_trace_cmp2() 133 __sanitizer_cov_trace_cmp4(uint32_t arg1, uint32_t arg2) in __sanitizer_cov_trace_cmp4() argument 139 trace_cmp(COV_CMP_SIZE(2), arg1, arg2, in __sanitizer_cov_trace_cmp4() 144 __sanitizer_cov_trace_cmp8(uint64_t arg1, uint64_t arg2) in __sanitizer_cov_trace_cmp8() argument 150 trace_cmp(COV_CMP_SIZE(3), arg1, arg2, in __sanitizer_cov_trace_cmp8() 161 trace_cmp(COV_CMP_SIZE(0) | COV_CMP_CONST, arg1, arg2, in __sanitizer_cov_trace_const_cmp1() 172 trace_cmp(COV_CMP_SIZE(1) | COV_CMP_CONST, arg1, arg2, in __sanitizer_cov_trace_const_cmp2() [all …]
|
| H A D | kern_sysctl.c | 1477 if (arg1) in sysctl_handle_bool() 1486 if (!arg1) in sysctl_handle_bool() 1512 if (arg1) in sysctl_handle_8() 1521 if (!arg1) in sysctl_handle_8() 1544 if (arg1) in sysctl_handle_16() 1553 if (!arg1) in sysctl_handle_16() 1576 if (arg1) in sysctl_handle_32() 1607 if (arg1) in sysctl_handle_int() 1667 if (arg1) in sysctl_handle_long() 1710 if (arg1) in sysctl_handle_64() [all …]
|
| H A D | subr_counter.c | 80 out = counter_u64_fetch(*(counter_u64_t *)arg1); in sysctl_handle_counter_u64() 90 counter_u64_zero(*(counter_u64_t *)arg1); in sysctl_handle_counter_u64() 103 out[i] = counter_u64_fetch(((counter_u64_t *)arg1)[i]); in sysctl_handle_counter_u64_array() 115 counter_u64_zero(((counter_u64_t *)arg1)[i]); in sysctl_handle_counter_u64_array()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_internal.h | 78 "int", arg0, arg1, arg2, arg3); \ 80 "int", arg0, arg1, arg2, arg3); 84 "int", arg0, arg1, arg2); \ 86 "int", arg0, arg1, arg2); 90 "int", arg0, arg1); \ 92 "int", arg0, arg1); 107 0, arg0, arg1, arg2, arg3); \ 122 "int", arg0, arg1); \ 124 "int", arg0, arg1); 130 error, arg0, arg1); \ [all …]
|
| /f-stack/tools/ipfw/ |
| H A D | ipv6.c | 226 cmd->arg1 = 0; in fill_ext6hdr() 235 cmd->arg1 |= EXT_HOPOPTS; in fill_ext6hdr() 238 cmd->arg1 |= EXT_ROUTING; in fill_ext6hdr() 244 cmd->arg1 |= EXT_AH; in fill_ext6hdr() 247 cmd->arg1 |= EXT_ESP; in fill_ext6hdr() 250 cmd->arg1 |= EXT_RTHDR0; in fill_ext6hdr() 253 cmd->arg1 |= EXT_RTHDR2; in fill_ext6hdr() 261 if (cmd->arg1 == 0) in fill_ext6hdr() 298 if (cmd->arg1 & EXT_AH) { in print_ext6hdr() 302 if (cmd->arg1 & EXT_ESP) { in print_ext6hdr() [all …]
|
| H A D | ipfw2.c | 1247 x = cmd->o.arg1 - 1; in print_ip() 1562 switch (cmd->arg1) { in print_instruction() 1840 if (cmd->arg1 != 0) in print_action_instruction() 1913 " tag ", cmd->arg1); in print_action_instruction() 3102 cmd->arg1 = uidx; in fill_table() 3561 cmd->arg1 = arg; in fill_cmd() 3902 action->arg1 = 0; in compile_rule() 3931 action->arg1 = 0; in compile_rule() 4005 if (action->arg1 <= 0 || action->arg1 >= IP_FW_TABLEARG) in compile_rule() 4171 action->arg1 = code; in compile_rule() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_sig.c | 55 void *arg1; /* argument */ member 91 u_int sig, void *arg1, u_int arg2) in sig_alloc() argument 108 s->arg1 = arg1; in sig_alloc() 184 return (sig_conn(conn, sig, 0, arg1)); in cc_conn_sig() 261 uni_msg_destroy((struct uni_msg *)s->arg1); in sig_flush() 273 uni_msg_destroy((struct uni_msg *)s->arg1); in sig_flush() 315 cc_user_sig_handle(s->target, s->sig, s->arg1, s->arg2); in cc_work() 317 cc_conn_sig_handle(s->target, s->sig, s->arg1, s->arg2); in cc_work() 319 uni_msg_destroy(s->arg1); in cc_work() 336 uni_msg_destroy((struct uni_msg *)s->arg1); in cc_sig_flush_all() [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 180 cmd->arg1); in ipfw_log() 190 cmd->arg1); in ipfw_log() 201 TARG(cmd->arg1, divert)); in ipfw_log() 205 TARG(cmd->arg1, divert)); in ipfw_log() 213 TARG(cmd->arg1, skipto)); in ipfw_log() 217 TARG(cmd->arg1, pipe)); in ipfw_log() 221 TARG(cmd->arg1, pipe)); in ipfw_log() 258 cmd->arg1); in ipfw_log() 262 cmd->arg1); in ipfw_log() 275 cmd->arg1); in ipfw_log() [all …]
|
| H A D | ip_fw_eaction.c | 98 ((struct eaction_obj *)SRV_OBJECT((ch), (cmd)->arg1)) 125 EACTION_DEBUG("opcode %d, arg1 %d", cmd->opcode, cmd->arg1); in eaction_classify() 126 *puidx = cmd->arg1; in eaction_classify() 135 cmd->arg1 = idx; in eaction_update() 136 EACTION_DEBUG("opcode %d, arg1 -> %d", cmd->opcode, cmd->arg1); in eaction_update() 391 cmd->arg1 != eaction_id) in ipfw_reset_eaction() 406 instance_id != 0 && icmd->arg1 != instance_id) in ipfw_reset_eaction() 422 cmd->arg1 = default_id; /* Set to default id */ in ipfw_reset_eaction()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | bio.c | 83 void *arg1, *arg2, *arg3; member 131 void bioCreateBackgroundJob(int type, void *arg1, void *arg2, void *arg3) { in bioCreateBackgroundJob() argument 135 job->arg1 = arg1; in bioCreateBackgroundJob() 188 close((long)job->arg1); in bioProcessBackgroundJobs() 190 redis_fsync((long)job->arg1); in bioProcessBackgroundJobs() 196 if (job->arg1) in bioProcessBackgroundJobs() 197 lazyfreeFreeObjectFromBioThread(job->arg1); in bioProcessBackgroundJobs()
|
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni_cust.h | 103 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \ 105 struct uni *uni = (struct uni *)arg1; \ 117 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \ 119 struct call *call = (struct call *)arg1; \ 132 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \ 134 struct party *party = (struct party *)arg1; \
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | elink.h | 95 uint32_t arg1); 97 uint32_t arg1, uint32_t arg2); 99 uint32_t arg1, uint32_t arg2, 103 #define ELINK_DEBUG_P1(sc, fmt, arg1) elink_cb_dbg1(sc, fmt, arg1) argument 104 #define ELINK_DEBUG_P2(sc, fmt, arg1, arg2) \ argument 105 elink_cb_dbg2(sc, fmt, arg1, arg2) 106 #define ELINK_DEBUG_P3(sc, fmt, arg1, arg2, arg3) \ argument 107 elink_cb_dbg3(sc, fmt, arg1, arg2, arg3) 111 PMD_DRV_LOG(DEBUG, sc, fmt, arg1) 113 PMD_DRV_LOG(DEBUG, sc, fmt, arg1, arg2) [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_replay.c | 291 zfsvfs_t *zfsvfs = arg1; in zfs_replay_create_acl() 443 zfsvfs_t *zfsvfs = arg1; in zfs_replay_create() 580 zfsvfs_t *zfsvfs = arg1; in zfs_replay_remove() 615 zfsvfs_t *zfsvfs = arg1; in zfs_replay_link() 646 zfsvfs_t *zfsvfs = arg1; in zfs_replay_rename() 678 zfsvfs_t *zfsvfs = arg1; in zfs_replay_write() 742 zfsvfs_t *zfsvfs = arg1; in zfs_replay_write2() 789 zfsvfs_t *zfsvfs = arg1; in zfs_replay_truncate() 818 zfsvfs_t *zfsvfs = arg1; in zfs_replay_setattr() 879 zfsvfs_t *zfsvfs = arg1; in zfs_replay_acl_v0() [all …]
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_pwm.c | 190 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_pwm_freq_proc() 206 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_mode_proc() 224 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_freq_proc() 241 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_period_proc() 255 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_ratio_proc() 274 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_pwm_freq2_proc() 290 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_mode2_proc() 307 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_period2_proc() 321 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_ratio2_proc() 340 sc = (struct bcm_pwm_softc *)arg1; in bcm_pwm_reg_proc()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | mlfk_ipl.c | 347 if (arg1) in sysctl_ipf_int() 348 error = SYSCTL_OUT(req, arg1, sizeof(int)); in sysctl_ipf_int() 355 if (!arg1) in sysctl_ipf_int() 361 error = SYSCTL_IN(req, arg1, sizeof(int)); in sysctl_ipf_int() 379 arg1 = (void *)((uintptr_t)nat_softc + arg2); in sysctl_ipf_int_nat() 381 return (sysctl_ipf_int(oidp, arg1, 0, req)); in sysctl_ipf_int_nat() 392 return (sysctl_ipf_int(oidp, arg1, 0, req)); in sysctl_ipf_int_state() 401 arg1 = (void *)((uintptr_t)auth_softc + arg2); in sysctl_ipf_int_auth() 403 return (sysctl_ipf_int(oidp, arg1, 0, req)); in sysctl_ipf_int_auth() 412 arg1 = (void *)((uintptr_t)frag_softc + arg2); in sysctl_ipf_int_frag() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | hooks.c | 11 func_to_hook(int arg1, int arg2) { in func_to_hook() argument 12 return arg1 + arg2; in func_to_hook()
|
| /f-stack/tools/ifconfig/ |
| H A D | ifconfig.h | 60 typedef void c_func2(const char *arg1, const char *arg2, int s, const struct afswtch *afp); 85 #define DECL_CMD_FUNC2(name, arg1, arg2) \ argument 86 void name(const char *arg1, const char *arg2, int s, const struct afswtch *afp)
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_machdep.c | 136 a.semid = args->arg1; in linux_ipc() 144 a.key = args->arg1; in linux_ipc() 153 a.semid = args->arg1; in linux_ipc() 164 a.msqid = args->arg1; in linux_ipc() 173 a.msqid = args->arg1; in linux_ipc() 196 a.key = args->arg1; in linux_ipc() 203 a.msqid = args->arg1; in linux_ipc() 213 a.shmid = args->arg1; in linux_ipc() 233 a.key = args->arg1; in linux_ipc() 241 a.shmid = args->arg1; in linux_ipc()
|