Home
last modified time | relevance | path

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

/openbsd/sys/dev/wscons/
H A Dwsdisplay.c241 struct wsdisplay_softc *wsdisplay_console_device; variable
706 KASSERT(wsdisplay_console_device == NULL); in wsdisplay_attach()
711 wsdisplay_console_device = sc; in wsdisplay_attach()
2057 if (wsdisplay_console_device == NULL) { in wsdisplay_set_console_kbd()
2063 wsdisplay_console_device->sc_input, src)) { in wsdisplay_set_console_kbd()
2068 wsdisplay_console_device->sc_input = src; in wsdisplay_set_console_kbd()
2102 if (wsdisplay_console_device != NULL && in wsdisplay_cnputc()
2128 if (wsdisplay_console_device != NULL && in wsdisplay_pollc()
2130 (*wsdisplay_console_device->sc_accessops->pollc) in wsdisplay_pollc()
2165 sc = wsdisplay_console_device; in wsdisplay_switchtoconsole()
[all …]