HomeSort by: relevance | last modified time | path
    Searched defs:sc_rxpos (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/goldfish/
gfttyvar.h 63 int sc_rxpos; /* tty lock */ member in struct:gftty_softc
  /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 39 milliseconds