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

/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c190 static kbd_callback_func_t sckbdevent; variable
817 sckbdevent(keyboard_t *thiskbd, int event, void *arg) function
1518 (void *)&sc->kbd, sckbdevent, sc);
2073 s = spltty(); /* block sckbdevent and scrn_timer */
2087 s = spltty(); /* block sckbdevent and scrn_timer while we poll */
4346 kbd_allocate("kbdmux", -1, (void *)&sc->kbd, sckbdevent, sc);
4365 "*", unit, (void *)&sc->kbd, sckbdevent, sc);

Completed in 94 milliseconds