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

12

/netbsd-current/sys/arch/xen/include/
H A Dxbdvar.h40 krndsource_t sc_rnd_source; member in struct:xbd_softc
/netbsd-current/sys/dev/pcmcia/
H A Dif_xivar.h43 krndsource_t sc_rnd_source; member in struct:xi_softc
H A Dif_xi.c244 rnd_attach_source(&sc->sc_rnd_source, device_xname(sc->sc_dev),
258 rnd_detach_source(&sc->sc_rnd_source);
375 rnd_add_uint32(&sc->sc_rnd_source, tx_status);
/netbsd-current/sys/dev/pci/
H A Damdpmvar.h55 krndsource_t sc_rnd_source; member in struct:amdpm_softc
H A Damdpm.c198 rndsource_setcb(&sc->sc_rnd_source,
200 rnd_attach_source(&sc->sc_rnd_source,
228 rnd_add_data(&sc->sc_rnd_source, &rngreg,
H A Dubsecvar.h196 krndsource_t sc_rnd_source; member in struct:ubsec_softc
H A Dhifn7751var.h162 krndsource_t sc_rnd_source; member in struct:hifn_softc
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_rng.c56 krndsource_t sc_rnd_source; member in struct:bcmrng_softc
145 rnd_attach_source(&sc->sc_rnd_source, device_xname(self), RND_TYPE_RNG,
177 rnd_add_data(&sc->sc_rnd_source, data, sizeof(data), sizeof(data) * 8);
/netbsd-current/sys/arch/x86/pci/
H A Dfwhrng.c51 krndsource_t sc_rnd_source; member in struct:fwhrng_softc
196 rnd_attach_source(&sc->sc_rnd_source, device_xname(sc->sc_dev),
212 rnd_detach_source(&sc->sc_rnd_source);
238 rnd_add_data(&sc->sc_rnd_source, &sc->sc_rnd_ax,
/netbsd-current/sys/dev/
H A Ddkvar.h57 krndsource_t sc_rnd_source; /* entropy source */ member in struct:dk_softc
H A Ddksubr.c106 rnd_attach_source(&dksc->sc_rnd_source, dksc->sc_xname,
116 rnd_detach_source(&dksc->sc_rnd_source);
476 rnd_add_uint32(&dksc->sc_rnd_source, bp->b_rawblkno);
/netbsd-current/sys/dev/marvell/
H A Dif_gfevar.h172 krndsource_t sc_rnd_source; member in struct:gfe_softc
H A Dif_mvxpevar.h448 krndsource_t sc_rnd_source; member in struct:mvxpe_softc
/netbsd-current/sys/arch/hppa/gsc/
H A Dharmonyvar.h108 krndsource_t sc_rnd_source; member in struct:harmony_softc
/netbsd-current/sys/arch/arm/imx/
H A Dif_enetvar.h96 krndsource_t sc_rnd_source; member in struct:enet_softc
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Dsscom_var.h181 krndsource_t sc_rnd_source; member in struct:sscom_softc
/netbsd-current/sys/arch/i386/pci/
H A Dglxsb.c167 krndsource_t sc_rnd_source; member in struct:glxsb_softc
249 rnd_attach_source(&sc->sc_rnd_source, device_xname(self),
282 rnd_add_data(&sc->sc_rnd_source, &value, sizeof(value),
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_can.c81 krndsource_t sc_rnd_source; /* random source */ member in struct:sunxi_can_softc
233 rnd_attach_source(&sc->sc_rnd_source, device_xname(self),
390 rnd_add_uint32(&sc->sc_rnd_source, irq);
H A Dsun4i_emac.c193 krndsource_t sc_rnd_source; /* random source */ member in struct:sun4i_emac_softc
375 rnd_attach_source(&sc->sc_rnd_source, device_xname(self),
646 rnd_add_uint32(&sc->sc_rnd_source, sts);
/netbsd-current/sys/arch/mips/atheros/dev/
H A Daevar.h185 krndsource_t sc_rnd_source; /* random source */ member in struct:ae_softc
H A Dif_ae.c389 rnd_attach_source(&sc->sc_rnd_source, device_xname(sc->sc_dev),
487 rnd_detach_source(&sc->sc_rnd_source);
992 rnd_add_uint32(&sc->sc_rnd_source, status);
/netbsd-current/sys/dev/usb/
H A Dif_umbreg.h356 krndsource_t sc_rnd_source; member in struct:umb_softc
/netbsd-current/sys/arch/xen/xen/
H A Dif_xennet_xenbus.c203 krndsource_t sc_rnd_source; member in struct:xennet_xenbus_softc
420 rnd_attach_source(&sc->sc_rnd_source, device_xname(sc->sc_dev),
502 rnd_detach_source(&sc->sc_rnd_source);
987 rnd_add_uint32(&sc->sc_rnd_source, sc->sc_tx_ring.req_prod_pvt);
1177 rnd_add_uint32(&sc->sc_rnd_source, sc->sc_tx_ring.req_prod_pvt);
/netbsd-current/sys/arch/macppc/dev/
H A Dif_gm.c86 krndsource_t sc_rnd_source; /* random source */ member in struct:gmac_softc
248 rnd_attach_source(&sc->sc_rnd_source, xname, RND_TYPE_NET,
332 rnd_add_uint32(&sc->sc_rnd_source, status);
/netbsd-current/sys/dev/ic/
H A Dtulipvar.h446 krndsource_t sc_rnd_source; /* random source */ member in struct:tulip_softc

Completed in 399 milliseconds

12