HomeSort by: relevance | last modified time | path
    Searched defs:sc_pollbuf (Results 1 - 2 of 2) 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 */
  /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 13 milliseconds