HomeSort by: relevance | last modified time | path
    Searched defs:wsdisplay_console_device (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/wscons/
wsdisplay.c 244 static struct wsdisplay_softc *wsdisplay_console_device; variable in typeref:struct:wsdisplay_softc *
860 KASSERT(wsdisplay_console_device == NULL);
863 wsdisplay_console_device = sc;
2297 if (wsdisplay_console_device == NULL) {
2303 wsdisplay_console_device->sc_input, src)) {
2308 wsdisplay_console_device->sc_input = src;
2310 src->me_dispdv = wsdisplay_console_device->sc_dev;
2326 if ((wsdisplay_console_device != NULL) &&
2327 (wsdisplay_console_device->sc_scr[0] != NULL) &&
2328 (wsdisplay_console_device->sc_scr[0]->scr_flags & SCR_GRAPHICS)
    [all...]
wsdisplay.c 244 static struct wsdisplay_softc *wsdisplay_console_device; variable in typeref:struct:wsdisplay_softc *
860 KASSERT(wsdisplay_console_device == NULL);
863 wsdisplay_console_device = sc;
2297 if (wsdisplay_console_device == NULL) {
2303 wsdisplay_console_device->sc_input, src)) {
2308 wsdisplay_console_device->sc_input = src;
2310 src->me_dispdv = wsdisplay_console_device->sc_dev;
2326 if ((wsdisplay_console_device != NULL) &&
2327 (wsdisplay_console_device->sc_scr[0] != NULL) &&
2328 (wsdisplay_console_device->sc_scr[0]->scr_flags & SCR_GRAPHICS)
    [all...]
wsdisplay.c 244 static struct wsdisplay_softc *wsdisplay_console_device; variable in typeref:struct:wsdisplay_softc *
860 KASSERT(wsdisplay_console_device == NULL);
863 wsdisplay_console_device = sc;
2297 if (wsdisplay_console_device == NULL) {
2303 wsdisplay_console_device->sc_input, src)) {
2308 wsdisplay_console_device->sc_input = src;
2310 src->me_dispdv = wsdisplay_console_device->sc_dev;
2326 if ((wsdisplay_console_device != NULL) &&
2327 (wsdisplay_console_device->sc_scr[0] != NULL) &&
2328 (wsdisplay_console_device->sc_scr[0]->scr_flags & SCR_GRAPHICS)
    [all...]

Completed in 34 milliseconds