Searched refs:sc_pollbuf (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/hil/
H A Dhilvar.h84 uint8_t sc_pollbuf[HILBUFSIZE]; /* interrupt time input buf */ member in struct:hil_softc
86 uint8_t *sc_pollbp; /* pointer into sc_pollbuf */
H A Dhil.c151 sc->sc_pollbp = sc->sc_pollbuf;
324 - sc->sc_pollbuf,
325 sc->sc_pollbuf);
334 sc->sc_pollbp = sc->sc_pollbuf;
411 sc->sc_pollbp = sc->sc_pollbuf;
/netbsd-6-1-5-RELEASE/sys/dev/adb/
H A Dadb_kbd.c90 uint8_t sc_pollbuf[16]; member in struct:adbkbd_softc
449 sc->sc_pollbuf[sc->sc_polled_chars] = k;
620 key = sc->sc_pollbuf[0];
622 memmove(sc->sc_pollbuf, sc->sc_pollbuf + 1,
643 adbkbd_key(sc, sc->sc_pollbuf[i]);

Completed in 65 milliseconds