Searched refs:arg1 (Results 126 - 150 of 593) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/bhyve/amd64/
H A Dkernemu_dev.c48 uint64_t *val, void *arg1 __unused, long arg2 __unused)
/freebsd-current/sys/cddl/dev/fbt/x86/
H A Dfbt_isa.c64 uintptr_t arg0, arg1, arg2, arg3, arg4, rval; local
104 arg1 = frame->tf_rsi;
121 arg1 = stack[i++];
129 dtrace_probe(fbt->fbtp_id, arg0, arg1,
/freebsd-current/sys/dev/ice/
H A Dice_fw_logging.c140 * @arg1: private softc structure
152 struct ice_softc *sc = (struct ice_softc *)arg1;
175 * @arg1: private softc structure
187 struct ice_softc *sc = (struct ice_softc *)arg1;
214 * @arg1: private softc structure
224 struct ice_softc *sc = (struct ice_softc *)arg1;
268 * @arg1: private softc structure
275 struct ice_softc *sc = (struct ice_softc *)arg1;
/freebsd-current/sys/netinet/
H A Din_kdtrace.h33 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \
34 SDT_PROBE6(ip, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
35 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \
36 SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4)
37 #define UDPLITE_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \
38 SDT_PROBE5(udplite, , , probe, arg0, arg1, arg2, arg3, arg4)
41 #define TCP_PROBE2(probe, arg0, arg1) \
42 SDT_PROBE2(tcp, , , probe, arg0, arg1)
43 #define TCP_PROBE3(probe, arg0, arg1, arg2) \
44 SDT_PROBE3(tcp, , , probe, arg0, arg1, arg
[all...]
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile15 tst.arg1.d \
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spi.c119 sc = (struct bcm_spi_softc *)arg1;
143 sc = (struct bcm_spi_softc *)arg1;
160 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CPOL));
167 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CPHA));
174 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CSPOL0));
181 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CSPOL1));
188 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CSPOL2));
/freebsd-current/sys/dev/ixgbe/
H A Dif_bypass.c117 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
157 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
219 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
262 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
304 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
346 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
388 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
435 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
506 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
553 struct ixgbe_softc *sc = (struct ixgbe_softc *) arg1;
[all...]
/freebsd-current/contrib/bmake/
H A Dmake.h691 #define DEBUG1(module, fmt, arg1) \
692 DEBUG_IMPL(module, (fmt, arg1))
693 #define DEBUG2(module, fmt, arg1, arg2) \
694 DEBUG_IMPL(module, (fmt, arg1, arg2))
695 #define DEBUG3(module, fmt, arg1, arg2, arg3) \
696 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3))
697 #define DEBUG4(module, fmt, arg1, arg2, arg3, arg4) \
698 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4))
699 #define DEBUG5(module, fmt, arg1, arg2, arg3, arg4, arg5) \
700 DEBUG_IMPL(module, (fmt, arg1, arg
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_sysctl.c157 struct drm_device *dev = arg1;
188 struct drm_device *dev = arg1;
271 struct drm_device *dev = arg1;
328 struct drm_device *dev = arg1;
373 struct drm_device *dev = arg1;
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw2.c110 #define IPFW_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \
111 SDT_PROBE6(ipfw, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
282 * low and high half of cmd->arg1 or cmd->d[0].
297 if ( ((cmd->arg1 & 0xff) & bits) != 0)
299 want_clear = (cmd->arg1 >> 8) & 0xff;
780 for (i=0; i <= cmd->o.arg1; ++i)
1001 code = cmd->arg1;
2011 match = (cmd->arg1 == 0x1 &&
2035 1: 2) & cmd->arg1);
2043 match = (proto == cmd->arg1);
[all...]
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-sysctl.c505 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
542 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
575 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
625 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
755 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
852 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
976 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
1079 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
1165 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
1210 struct xgbe_prv_data *pdata = (struct xgbe_prv_data *)arg1;
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp55 CommandArgumentEntry arg1; local
66 arg1.push_back(channel_arg);
74 m_arguments.push_back(arg1);
227 CommandArgumentEntry arg1; local
238 arg1.push_back(channel_arg);
246 m_arguments.push_back(arg1);
338 CommandArgumentEntry arg1; local
347 arg1.push_back(channel_arg);
350 m_arguments.push_back(arg1);
/freebsd-current/sys/dev/ath/
H A Dif_ath_sysctl.c110 struct ath_softc *sc = arg1;
136 struct ath_softc *sc = arg1;
162 struct ath_softc *sc = arg1;
188 struct ath_softc *sc = arg1;
209 struct ath_softc *sc = arg1;
228 struct ath_softc *sc = arg1;
249 struct ath_softc *sc = arg1;
286 struct ath_softc *sc = arg1;
309 struct ath_softc *sc = arg1;
340 struct ath_softc *sc = arg1;
[all...]
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c71 iidesc_cmp(void *arg1, void *arg2) argument
73 iidesc_t *src = arg1;
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_local.h760 # define ossl_cmp_log1(level, ctx, fmt, arg1) \
762 OPENSSL_LINE, #level, fmt, arg1)
763 # define ossl_cmp_log2(level, ctx, fmt, arg1, arg2) \
765 OPENSSL_LINE, #level, fmt, arg1, arg2)
766 # define ossl_cmp_log3(level, ctx, fmt, arg1, arg2, arg3) \
768 OPENSSL_LINE, #level, fmt, arg1, arg2, arg3)
769 # define ossl_cmp_log4(level, ctx, fmt, arg1, arg2, arg3, arg4) \
771 OPENSSL_LINE, #level, fmt, arg1, arg2, arg3, arg4)
/freebsd-current/sys/security/mac/
H A Dmac_system.c221 void *arg1, int arg2, struct sysctl_req *req)
229 MAC_POLICY_CHECK_NOSLEEP(system_check_sysctl, cred, oidp, arg1, arg2,
220 mac_system_check_sysctl(struct ucred *cred, struct sysctl_oid *oidp, void *arg1, int arg2, struct sysctl_req *req) argument
/freebsd-current/sys/dev/iicbus/adc/
H A Dad7418.c83 struct ad7418_softc *sc = arg1;
96 struct ad7418_softc *sc = arg1;
/freebsd-current/sys/riscv/include/
H A Dsbi.h138 sbi_call(uint64_t arg7, uint64_t arg6, uint64_t arg0, uint64_t arg1, argument
144 register uintptr_t a1 __asm ("a1") = (uintptr_t)(arg1);
/freebsd-current/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh243 + error = SYSCTL_OUT(req, arg1, strnlen(arg1, arg2 - 1) + 1);
250 + bcopy(newbuf, arg1, newlen);
251 + ((char *)arg1)[newlen] = '\0';
H A Dsyscall4.sh264 unsigned long arg1, arg2, arg3, arg4, arg5, arg6, arg7;
280 arg1 = makearg();
291 i, num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
295 syscall(num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_freebsd_pfvf_ctrs_dbg.c92 struct pfvf_stats *pfvf_counters = arg1;
/freebsd-current/sys/sys/
H A Ddtrace_bsd.h86 uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
/freebsd-current/sys/dev/ntb/test/
H A Dntb_tool.c642 struct tool_ctx *tc = (struct tool_ctx *)arg1;
659 struct tool_ctx *tc = (struct tool_ctx *)arg1;
700 struct tool_ctx *tc = (struct tool_ctx *)arg1;
729 struct tool_ctx *tc = (struct tool_ctx *)arg1;
749 struct tool_ctx *tc = (struct tool_ctx *)arg1;
784 struct tool_mw *inmw = (struct tool_mw *)arg1;
946 struct tool_mw *inmw = (struct tool_mw *)arg1;
966 struct tool_mw *inmw = (struct tool_mw *)arg1;
1039 struct tool_ctx *tc = (struct tool_ctx *)arg1;
1060 struct tool_ctx *tc = (struct tool_ctx *)arg1;
[all...]
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dprocess.cpp87 impl::argv_array::argv_array(const char* arg1, ...) argument
89 m_args.push_back(arg1);
95 va_start(ap, arg1);
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c126 char *arg1, *arg2, *arg3, *arg4; local
247 if (asprintf(&arg1, "%d", cmdpipe[0]) < 0)
248 err(1, "arg1 conversion failed");
259 if (execl(slave, slave, arg1, arg2, arg3, arg4, NULL) < 0)

Completed in 330 milliseconds

1234567891011>>