Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c224 static int sc_allocate_keyboard(sc_softc_t *sc, int unit);
2154 sc->keyboard = sc_allocate_keyboard(sc, -1); in scrn_timer()
3273 sc->keyboard = sc_allocate_keyboard(sc, unit); in scinit()
4390 sc_allocate_keyboard(sc_softc_t *sc, int unit) in sc_allocate_keyboard() function