OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_idx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcarm/dev/
nbpiic.c
56
int
sc_idx
;
member in struct:nbpiic_softc
144
handled = pxa2x0_i2c_intr_sub(pi2c, &len, &sc->sc_buf[sc->
sc_idx
]);
146
sc->
sc_idx
+= len;
149
nbppcon_intr(sc->sc_pcon, sc->
sc_idx
, sc->sc_buf);
151
sc->
sc_idx
= 0;
164
if (sc->
sc_idx
> 0) {
165
if (buflen < sc->
sc_idx
) {
167
sizeof(sc->sc_buf) - sc->
sc_idx
, buf + sc->
sc_idx
,
169
sc->
sc_idx
= 0
[
all
...]
/src/sys/arch/sparc64/dev/
cbus.c
51
int
sc_idx
;
member in struct:cbus_softc
98
sc->
sc_idx
= mdesc_find(va->va_name, va->va_reg[0]);
99
if (sc->
sc_idx
== -1) {
261
idx = mdesc_find_child(sc->
sc_idx
, ca->ca_name, ca->ca_reg[0]);
Completed in 12 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025