Home
last modified time | relevance | path

Searched refs:sc_rnd_source (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/sys/arch/x86/pci/
H A Dfwhrng.c51 krndsource_t sc_rnd_source; member
196 rnd_attach_source(&sc->sc_rnd_source, device_xname(sc->sc_dev), in fwhrng_attach()
212 rnd_detach_source(&sc->sc_rnd_source); in fwhrng_detach()
238 rnd_add_data(&sc->sc_rnd_source, &sc->sc_rnd_ax, in fwhrng_callout()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm53xx_rng.c56 krndsource_t sc_rnd_source; member
145 rnd_attach_source(&sc->sc_rnd_source, device_xname(self), RND_TYPE_RNG, in bcmrng_ccb_attach()
177 rnd_add_data(&sc->sc_rnd_source, data, sizeof(data), sizeof(data) * 8); in bcmrng_empty()
/netbsd-src/sys/dev/pci/
H A Damdpm.c198 rndsource_setcb(&sc->sc_rnd_source, in amdpm_attach()
200 rnd_attach_source(&sc->sc_rnd_source, in amdpm_attach()
228 rnd_add_data(&sc->sc_rnd_source, &rngreg, in amdpm_rnd_callout_locked()
H A Damdpmvar.h55 krndsource_t sc_rnd_source; member
H A Dubsecvar.h196 krndsource_t sc_rnd_source; member
H A Dhifn7751var.h162 krndsource_t sc_rnd_source; member
/netbsd-src/sys/arch/xen/include/
H A Dxbdvar.h40 krndsource_t sc_rnd_source; member
/netbsd-src/sys/dev/pcmcia/
H A Dif_xivar.h43 krndsource_t sc_rnd_source; member
H A Dif_xi.c244 rnd_attach_source(&sc->sc_rnd_source, device_xname(sc->sc_dev), in xi_attach()
258 rnd_detach_source(&sc->sc_rnd_source); in xi_detach()
375 rnd_add_uint32(&sc->sc_rnd_source, tx_status); in xi_intr()
/netbsd-src/sys/dev/
H A Ddkvar.h57 krndsource_t sc_rnd_source; /* entropy source */ member
H A Ddksubr.c106 rnd_attach_source(&dksc->sc_rnd_source, dksc->sc_xname, in dk_attach()
116 rnd_detach_source(&dksc->sc_rnd_source); in dk_detach()
476 rnd_add_uint32(&dksc->sc_rnd_source, bp->b_rawblkno); in dk_done()
/netbsd-src/sys/arch/i386/pci/
H A Dglxsb.c167 krndsource_t sc_rnd_source; member
249 rnd_attach_source(&sc->sc_rnd_source, device_xname(self), in glxsb_attach()
282 rnd_add_data(&sc->sc_rnd_source, &value, sizeof(value), in glxsb_rnd()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_can.c81 krndsource_t sc_rnd_source; /* random source */ member
233 rnd_attach_source(&sc->sc_rnd_source, device_xname(self), in sunxi_can_attach()
390 rnd_add_uint32(&sc->sc_rnd_source, irq); in sunxi_can_intr()
H A Dsun4i_emac.c193 krndsource_t sc_rnd_source; /* random source */ member
375 rnd_attach_source(&sc->sc_rnd_source, device_xname(self), in sun4i_emac_attach()
646 rnd_add_uint32(&sc->sc_rnd_source, sts); in sun4i_emac_intr()
/netbsd-src/sys/dev/marvell/
H A Dif_gfevar.h172 krndsource_t sc_rnd_source; member
H A Dif_mvxpevar.h448 krndsource_t sc_rnd_source; member
/netbsd-src/sys/arch/hppa/gsc/
H A Dharmonyvar.h108 krndsource_t sc_rnd_source; member
/netbsd-src/sys/arch/arm/imx/
H A Dif_enetvar.h96 krndsource_t sc_rnd_source; member
/netbsd-src/sys/arch/xen/xen/
H A Dif_xennet_xenbus.c203 krndsource_t sc_rnd_source; member
420 rnd_attach_source(&sc->sc_rnd_source, device_xname(sc->sc_dev), in xennet_xenbus_attach()
502 rnd_detach_source(&sc->sc_rnd_source); in xennet_xenbus_detach()
987 rnd_add_uint32(&sc->sc_rnd_source, sc->sc_tx_ring.req_prod_pvt); in xennet_handler()
1177 rnd_add_uint32(&sc->sc_rnd_source, sc->sc_tx_ring.req_prod_pvt); in xennet_start()
/netbsd-src/sys/arch/macppc/dev/
H A Dif_gm.c86 krndsource_t sc_rnd_source; /* random source */ member
248 rnd_attach_source(&sc->sc_rnd_source, xname, RND_TYPE_NET, in gmac_attach()
332 rnd_add_uint32(&sc->sc_rnd_source, status); in gmac_intr()
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Dsscom_var.h181 krndsource_t sc_rnd_source; member
/netbsd-src/sys/arch/mips/atheros/dev/
H A Daevar.h185 krndsource_t sc_rnd_source; /* random source */ member
H A Dif_ae.c389 rnd_attach_source(&sc->sc_rnd_source, device_xname(sc->sc_dev), in ae_attach()
487 rnd_detach_source(&sc->sc_rnd_source); in ae_detach()
991 rnd_add_uint32(&sc->sc_rnd_source, status); in ae_intr()
/netbsd-src/sys/dev/usb/
H A Dif_umbreg.h356 krndsource_t sc_rnd_source; member
/netbsd-src/sys/dev/ic/
H A Dtulipvar.h446 krndsource_t sc_rnd_source; /* random source */ member

12