HomeSort by: relevance | last modified time | path
    Searched refs:sc_pollbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hil/
hilvar.h 86 uint8_t sc_pollbuf[HILBUFSIZE]; /* interrupt time input buf */ member in struct:hil_softc
88 uint8_t *sc_pollbp; /* pointer into sc_pollbuf */
hil.c 154 sc->sc_pollbp = sc->sc_pollbuf;
327 - sc->sc_pollbuf,
328 sc->sc_pollbuf);
337 sc->sc_pollbp = sc->sc_pollbuf;
414 sc->sc_pollbp = sc->sc_pollbuf;
  /src/sys/dev/adb/
adb_kbd.c 95 uint8_t sc_pollbuf[16]; member in struct:adbkbd_softc
555 sc->sc_pollbuf[sc->sc_polled_chars] = k;
730 key = sc->sc_pollbuf[0];
732 memmove(sc->sc_pollbuf, sc->sc_pollbuf + 1,
753 adbkbd_key(sc, sc->sc_pollbuf[i]);

Completed in 14 milliseconds