OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_curbits
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/sbus/
zxvar.h
103
uint32_t
sc_curbits
[2][32];
member in struct:zx_softc
zx.c
502
memset(sc->
sc_curbits
, 0, sizeof(sc->
sc_curbits
));
503
memcpy(sc->
sc_curbits
[0], curbits[0], count);
504
memcpy(sc->
sc_curbits
[1], curbits[1], count);
520
rv = copyout(sc->
sc_curbits
[1], cu->image, count);
523
rv = copyout(sc->
sc_curbits
[0], cu->mask, count);
730
data = sc->
sc_curbits
[j][i];
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025