Searched refs:arg2 (Results 276 - 300 of 403) sorted by relevance

<<11121314151617

/freebsd-current/sys/dev/iicbus/adc/
H A Dad7417.c627 sens = &sc->sc_sensors[arg2];
/freebsd-current/sys/xen/xenbus/
H A Dxenbusb.c309 switch (arg2) {
/freebsd-current/sys/dev/hptmv/
H A Dhptproc.c601 error = hpt_proc_in(oidp, arg1, arg2, req, &length);
/freebsd-current/sys/kern/
H A Dkern_mib.c350 len = arg2;
H A Dkern_mbuf.c1560 void *arg1, void *arg2, int flags, int type)
1571 mb->m_ext.ext_arg2 = arg2;
1559 m_extadd(struct mbuf *mb, char *buf, u_int size, m_ext_free_t freef, void *arg1, void *arg2, int flags, int type) argument
/freebsd-current/sys/powerpc/powerpc/
H A Dcpu.c699 result = (cpu_features & arg2) ? 1 : 0;
/freebsd-current/sys/arm64/rockchip/
H A Drk_tsadc.c622 id = arg2;
/freebsd-current/sys/arm/allwinner/
H A Daw_thermal.c499 sensor = arg2;
/freebsd-current/sys/i386/i386/
H A Dpmap_base.c261 return (pmap_methods_ptr->pm_sysctl_kmaps(oidp, arg1, arg2, req));
/freebsd-current/sys/dev/amdtemp/
H A Damdtemp.c645 amdsensor_t sensor = (amdsensor_t)arg2;
/freebsd-current/sys/vm/
H A Dvm_glue.c286 error = sysctl_handle_int(oidp, arg1, arg2, req);
/freebsd-current/crypto/openssl/include/openssl/
H A Dx509_vfy.h155 void *arg2; member in struct:x509_trust_st
219 const char *name, int arg1, void *arg2);
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1595 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
1600 RegionTy* getSubRegion(const Arg1Ty arg1, const Arg2Ty arg2,
/freebsd-current/sys/dev/altera/atse/
H A Dif_atse.c1160 offset = arg2;
1203 offset = arg2;
/freebsd-current/sys/sys/
H A Dsysctl.h143 intmax_t arg2, struct sysctl_req *req
1164 void *arg1, intmax_t arg2, int (*handler)(SYSCTL_HANDLER_ARGS),
H A Dstats.h672 * single stats_tpl_sample_rates() call and sized per the value passed as arg2.
755 int stats_tpl_sample_rates(struct sysctl_oid *oidp, void *arg1, intmax_t arg2,
/freebsd-current/sys/dev/jme/
H A Dif_jme.c3422 return (sysctl_int_range(oidp, arg1, arg2, req,
3429 return (sysctl_int_range(oidp, arg1, arg2, req,
3436 return (sysctl_int_range(oidp, arg1, arg2, req,
3443 return (sysctl_int_range(oidp, arg1, arg2, req,
3450 return (sysctl_int_range(oidp, arg1, arg2, req,
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbss_dgram.c48 static long dgram_ctrl(BIO *h, int cmd, long arg1, void *arg2);
57 static long dgram_sctp_ctrl(BIO *h, int cmd, long arg1, void *arg2);
/freebsd-current/stand/kshim/
H A Dbsd_kernel.h62 uint32_t arg2, struct sysctl_req *req
/freebsd-current/sys/dev/usb/template/
H A Dusb_template.c176 size_t len, sdlen = arg2;
/freebsd-current/sys/x86/x86/
H A Dmca.c271 u_int namelen = arg2;
/freebsd-current/sys/security/mac/
H A Dmac_framework.h434 void *arg1, int arg2, struct sysctl_req *req);
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_dstlist.c224 /* arg2(I) - pointer to local context to use */
236 ipf_dstlist_addr_find(ipf_main_softc_t *softc, void *arg1, int arg2, argument
/freebsd-current/sys/amd64/vmm/amd/
H A Damdvi_hw.c827 type = arg2;
/freebsd-current/sys/netlink/
H A Dnetlink_domain.c946 error = sysctl_handle_long(oidp, &tmp_maxsockbuf, arg2, req);

Completed in 343 milliseconds

<<11121314151617