OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_msginbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
ninjascsi32var.h
194
u_int8_t
sc_msginbuf
[NJSC32_MSGIN_LEN];
member in struct:njsc32_softc
ninjascsi32.c
1750
sc->
sc_msginbuf
[sc->sc_msgincnt] = msg;
1754
msg0 = sc->
sc_msginbuf
[0];
1802
if ((rstat = njsc32_resel_tag(sc, sc->
sc_msginbuf
[1], &cmd))
1835
(u_int8_t)(sc->
sc_msginbuf
[EXTLENOFF] - 1))
1841
switch (sc->
sc_msginbuf
[EXTCODEOFF]) {
1849
ptr = (sc->
sc_msginbuf
[EXTCODEOFF + 1] << 24) |
1850
(sc->
sc_msginbuf
[EXTCODEOFF + 2] << 16) |
1851
(sc->
sc_msginbuf
[EXTCODEOFF + 3] << 8) |
1852
sc->
sc_msginbuf
[EXTCODEOFF + 4];
1866
sc->
sc_msginbuf
[EXTCODEOFF + 1]
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025