Searched refs:suncode (Results 1 – 1 of 1) sorted by relevance
414 int key, release, repeated, suncode; local438 suncode = sc->sc_repeat_key;453 suncode = uart_rx_get(sc->sc_uart);456 suncode = uart_getc(sc->sc_sysdev);457 else if ((suncode = uart_poll(sc->sc_sysdev)) == -1)463 switch (suncode) {469 key = SKBD_KEY_CHAR(suncode);470 release = suncode & SKBD_KEY_RELEASE;475 sc->sc_repeat_key = suncode;550 return (suncode);[all …]