OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_input_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uatp.c
500
unsigned int
sc_input_index
; /* Current index into sc_input. */
member in struct:uatp_softc
1247
sc->
sc_input_index
= 0;
1406
sc->
sc_input_index
= 0;
1408
} else if (sc->sc_input_size < (sc->
sc_input_index
+ len)) {
1410
(sc->
sc_input_index
+ len));
1411
sc->
sc_input_index
= 0;
1414
sc->
sc_input_index
!= 64) {
1423
sc->
sc_input_index
);
1424
sc->
sc_input_index
= 0;
1439
memcpy(&sc->sc_input[sc->
sc_input_index
], ibuf, len)
[
all
...]
uatp.c
500
unsigned int
sc_input_index
; /* Current index into sc_input. */
member in struct:uatp_softc
1247
sc->
sc_input_index
= 0;
1406
sc->
sc_input_index
= 0;
1408
} else if (sc->sc_input_size < (sc->
sc_input_index
+ len)) {
1410
(sc->
sc_input_index
+ len));
1411
sc->
sc_input_index
= 0;
1414
sc->
sc_input_index
!= 64) {
1423
sc->
sc_input_index
);
1424
sc->
sc_input_index
= 0;
1439
memcpy(&sc->sc_input[sc->
sc_input_index
], ibuf, len)
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Sep 24 14:09:57 GMT 2025