Home
last modified time | relevance | path

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

/openbsd/sys/dev/wscons/
H A Dwsdisplay.c700 sc->sc_resumescreen = WSDISPLAY_NULLSCREEN; in wsdisplay_attach()
1696 if (sc->sc_oldscreen == WSDISPLAY_NULLSCREEN) { in wsdisplay_switch3()
1707 sc->sc_oldscreen = WSDISPLAY_NULLSCREEN; in wsdisplay_switch3()
1756 if (sc->sc_oldscreen == WSDISPLAY_NULLSCREEN) { in wsdisplay_switch2()
1764 sc->sc_oldscreen = WSDISPLAY_NULLSCREEN; in wsdisplay_switch2()
1805 if (no == WSDISPLAY_NULLSCREEN) { in wsdisplay_switch1()
1845 if (no != WSDISPLAY_NULLSCREEN) { in wsdisplay_switch()
1880 sc->sc_oldscreen = WSDISPLAY_NULLSCREEN; in wsdisplay_switch()
2003 if (no == WSDISPLAY_NULLSCREEN) { in wsscreen_switchwait()
2284 if (sc->sc_resumescreen != WSDISPLAY_NULLSCREEN) { in wsdisplay_resume_device()
[all …]
H A Dwsdisplayvar.h237 #define WSDISPLAY_NULLSCREEN -1 macro