Home
last modified time | relevance | path

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

/netbsd/sys/dev/wscons/
H A Dwsdisplay.c1925 if (sc->sc_oldscreen == WSDISPLAY_NULLSCREEN) { in wsdisplay_switch3()
1936 sc->sc_oldscreen = WSDISPLAY_NULLSCREEN; in wsdisplay_switch3()
1983 if (sc->sc_oldscreen == WSDISPLAY_NULLSCREEN) { in wsdisplay_switch2()
1991 sc->sc_oldscreen = WSDISPLAY_NULLSCREEN; in wsdisplay_switch2()
2037 if (no == WSDISPLAY_NULLSCREEN) { in wsdisplay_switch1()
2081 if (no != WSDISPLAY_NULLSCREEN) { in wsdisplay_switch()
2093 (sc->sc_focus == NULL && no == WSDISPLAY_NULLSCREEN)) { in wsdisplay_switch()
2110 sc->sc_oldscreen = WSDISPLAY_NULLSCREEN; in wsdisplay_switch()
2233 return (sc->sc_focus ? sc->sc_focusidx : WSDISPLAY_NULLSCREEN); in wsdisplay_getactivescreen()
2242 if (no == WSDISPLAY_NULLSCREEN) { in wsscreen_switchwait()
H A Dwsdisplayvar.h242 #define WSDISPLAY_NULLSCREEN -1 macro
/netbsd/sys/dev/hpc/
H A Dhpcfb.c656 WSDISPLAY_NULLSCREEN, 1 /* waitok */) == 0) { in hpcfb_power()
657 wsscreen_switchwait(wsc, WSDISPLAY_NULLSCREEN); in hpcfb_power()
659 sc->sc_screen_resumed = WSDISPLAY_NULLSCREEN; in hpcfb_power()
667 if (sc->sc_screen_resumed != WSDISPLAY_NULLSCREEN) in hpcfb_power()