OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rnd_ax
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x86/pci/
fwhrng.c
54
uint32_t
sc_rnd_ax
;
member in struct:fwhrng_softc
198
sc->sc_rnd_i = sizeof(sc->
sc_rnd_ax
);
234
sc->
sc_rnd_ax
= (sc->
sc_rnd_ax
<< NBBY) |
237
sc->sc_rnd_i = sizeof(sc->
sc_rnd_ax
);
238
rnd_add_data(&sc->sc_rnd_source, &sc->
sc_rnd_ax
,
239
sizeof(sc->
sc_rnd_ax
),
240
sizeof(sc->
sc_rnd_ax
) * NBBY);
Completed in 37 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025