OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_rxpos
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/goldfish/
gfttyvar.h
63
int
sc_rxpos
; /* tty lock */
member in struct:gftty_softc
gftty.c
134
sc->
sc_rxpos
= 0;
340
avail = GFTTY_RXBUFSIZE - sc->
sc_rxpos
;
351
(sc->sc_rxaddr - sc->sc_rxaddrs[0]) + sc->
sc_rxpos
;
356
sc->sc_rxaddr + sc->
sc_rxpos
, count);
358
sc->
sc_rxpos
+= count;
384
len = sc->
sc_rxpos
;
388
sc->
sc_rxpos
= 0;
/src/sys/arch/arm/footbridge/
footbridge_com.c
96
int
sc_rxpos
;
member in struct:fcom_softc
244
sc->
sc_rxpos
= 0;
539
len = sc->
sc_rxpos
;
542
sc->
sc_rxpos
= 0;
585
if (sc->
sc_rxpos
< RX_BUFFER_SIZE) {
586
sc->sc_rxbuf[sc->
sc_rxpos
++] = byte;
Completed in 41 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025