Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c183 static int sc_allocate_keyboard(sc_softc_t *sc, int unit);
2215 kbdidx = sc_allocate_keyboard(sc, -1); in scrn_timer()
3267 kbdidx = sc_allocate_keyboard(sc, unit); in scinit()
4346 sc_allocate_keyboard(sc_softc_t *sc, int unit) in sc_allocate_keyboard() function