Home
last modified time | relevance | path

Searched refs:suncode (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/dev/uart/
H A Duart_kbd_sun.c415 int key, release, repeated, suncode; local
439 suncode = sc->sc_repeat_key;
454 suncode = uart_rx_get(sc->sc_uart);
457 suncode = uart_getc(sc->sc_sysdev);
464 switch (suncode) {
470 key = SKBD_KEY_CHAR(suncode);
471 release = suncode & SKBD_KEY_RELEASE;
476 sc->sc_repeat_key = suncode;
551 return (suncode);
575 switch (suncode) {
[all …]