Searched refs:arg1 (Results 201 - 225 of 593) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/bhyve/
H A Dmem.c149 rval, mr->arg1, mr->arg2);
160 &wval, mr->arg1, mr->arg2);
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64clat.c65 (struct nat64clat_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
218 cmd->arg1 != V_nat64clat_eid ||
H A Dnat64stl.c64 (struct nat64stl_cfg *)SRV_OBJECT((chain), (cmd)->arg1)
221 cmd->arg1 != V_nat64stl_eid ||
/freebsd-11-stable/sys/dev/utopia/
H A Dutopia.c395 struct utopia *utp = (struct utopia *)arg1;
433 struct utopia *utp = (struct utopia *)arg1;
462 struct utopia *utp = (struct utopia *)arg1;
487 struct utopia *utp = (struct utopia *)arg1;
498 struct utopia *utp = (struct utopia *)arg1;
/freebsd-11-stable/sys/isa/
H A Dpnp.c61 int arg1; member in struct:pnp_quirk
385 pnp_write(qp->arg1, qp->arg2);
390 if (qp->arg1 != 0) {
393 config->ic_port[config->ic_nport - 1].ir_start += qp->arg1;
394 config->ic_port[config->ic_nport - 1].ir_end += qp->arg1;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c469 u8 arg1, arg2, tree_val; local
477 arg1 = ecore_init_cmd_mode_match(p_hwfn, p_offset, modes);
479 return arg1 | arg2;
481 arg1 = ecore_init_cmd_mode_match(p_hwfn, p_offset, modes);
483 return arg1 & arg2;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c565 if (cmd->arg1 == IP_FW_TABLEARG)
566 cmd->arg1 = IP_FW_TARG;
567 else if (cmd->arg1 == 0)
568 cmd->arg1 = IP_FW_NAT44_GLOBAL;
572 if (cmd->arg1 == IP_FW_TABLEARG)
573 cmd->arg1 = IP_FW_TARG;
575 cmd->arg1 |= 0x8000;
649 if (cmd->arg1 == IP_FW_TARG)
650 cmd->arg1 = IP_FW_TABLEARG;
651 else if (cmd->arg1
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c362 const char *arg1; /* Usually an fs path, a propname, or NULL. */
2084 * are assumed to be found in OPT_STATE->arg1 and OPT_STATE->arg2. */
2089 if ((num_args == 0 && opt_state->arg1 != NULL)
2093 if ((num_args == 1 && opt_state->arg1 == NULL))
2168 SVN_ERR(do_cat(c, opt_state->arg1, pool));
2238 SVN_ERR(do_filesize(c, opt_state->arg1, pool));
2283 const char *path = (opt_state->arg1 ? opt_state->arg1 : "/");
2307 SVN_ERR(svn_fs_get_lock(&lock, c->fs, opt_state->arg1, pool));
2375 if (opt_state->arg1
360 const char *arg1; /* Usually an fs path, a propname, or NULL. */ member in struct:svnlook_opt_state
2738 const char *arg1 = NULL, *arg2 = NULL; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c403 static int rsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) argument
409 if (arg1 == 0)
414 if (arg1 == 0)
419 if (arg1 == 0)
421 else if (arg1 == 1)
426 if (arg1 == 0)
428 else if (arg1 == 1)
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.c134 int msecs = ticks_to_msecs(*(int *)arg1);
141 *(int *)arg1 = (t < 1) ? 1 : t;
148 int inact = (*(int *)arg1) * IEEE80211_INACT_WAIT;
154 *(int *)arg1 = inact / IEEE80211_INACT_WAIT;
161 struct ieee80211com *ic = arg1;
169 struct ieee80211com *ic = arg1;
190 struct ieee80211vap *vap = arg1;
/freebsd-11-stable/sys/x86/x86/
H A Dcpu_machdep.c121 uint64_t arg1; member in struct:msr_op_arg
134 v &= ~a->arg1;
139 v |= a->arg1;
143 wrmsr(a->msr, a->arg1);
152 x86_msr_op(u_int msr, u_int op, uint64_t arg1) argument
166 a.arg1 = arg1;
/freebsd-11-stable/sys/netgraph/
H A Dng_pptpgre.c226 void *arg1, int arg2);
228 void *arg1, int arg2);
230 void *arg1, int arg2);
1089 ng_pptpgre_recv_ack_timeout(node_p node, hook_p hook, void *arg1, int arg2) argument
1092 const hpriv_p hpriv = arg1;
1138 ng_pptpgre_send_ack_timeout(node_p node, hook_p hook, void *arg1, int arg2) argument
1140 const hpriv_p hpriv = arg1;
1168 ng_pptpgre_reorder_timeout(node_p node, hook_p hook, void *arg1, int arg2) argument
1171 const hpriv_p hpriv = arg1;
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_asus_wmi.c271 UINT32 arg0, UINT32 arg1, UINT32 *retval);
597 UINT32 arg0, UINT32 arg1, UINT32 *retval)
599 UINT32 params[2] = { arg0, arg1 };
596 acpi_asus_wmi_evaluate_method(device_t wmi_dev, int method, UINT32 arg0, UINT32 arg1, UINT32 *retval) argument
/freebsd-11-stable/sys/dev/iicbus/
H A Dds1307.c126 sc = (struct ds1307_softc *)arg1;
157 sc = (struct ds1307_softc *)arg1;
189 sc = (struct ds1307_softc *)arg1;
/freebsd-11-stable/sys/kern/
H A Dkern_ktr.c312 u_long arg1, u_long arg2, u_long arg3, u_long arg4, u_long arg5,
380 printf(format, arg1, arg2, arg3, arg4, arg5, arg6);
385 entry->ktr_parms[0] = arg1;
311 ktr_tracepoint(uint64_t mask, const char *file, int line, const char *format, u_long arg1, u_long arg2, u_long arg3, u_long arg4, u_long arg5, u_long arg6) argument
/freebsd-11-stable/contrib/netbsd-tests/sys/rc/
H A Dt_rc_d_cli.sh152 ${command}: >arg1< > arg 2 < >arg3< >*<.
156 'arg1' ' arg 2 ' 'arg3' '*'
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_thermal.c164 sc = arg1;
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_fd.c106 static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
H A Dbss_sock.c77 static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dnvbl.c193 sc = arg1;
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dbio_md.c75 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
/freebsd-11-stable/sys/compat/ndis/
H A Dwinx64_wrap.S107 mov %rdx,%rsi # set up arg1 (%rdx -> %rsi)
/freebsd-11-stable/sys/dev/wbwd/
H A Dwbwd.c337 sc = arg1;
361 sc = arg1;
375 return (sysctl_wb_debug(oidp, arg1, arg2, req));
394 sc = arg1;
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c333 sc = arg1;
365 sc = arg1;
494 struct imx6_anatop_softc *sc = arg1;
507 struct imx6_anatop_softc *sc = arg1;
/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_rstmgr.c129 sc = arg1;

Completed in 389 milliseconds

1234567891011>>