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

  /src/sys/dev/wscons/
wsdisplayvar.h 242 #define WSDISPLAY_NULLSCREEN -1
wsdisplay.c 1929 if (sc->sc_oldscreen == WSDISPLAY_NULLSCREEN) {
1940 sc->sc_oldscreen = WSDISPLAY_NULLSCREEN;
1987 if (sc->sc_oldscreen == WSDISPLAY_NULLSCREEN) {
1995 sc->sc_oldscreen = WSDISPLAY_NULLSCREEN;
2041 if (no == WSDISPLAY_NULLSCREEN) {
2085 if (no != WSDISPLAY_NULLSCREEN) {
2097 (sc->sc_focus == NULL && no == WSDISPLAY_NULLSCREEN)) {
2114 sc->sc_oldscreen = WSDISPLAY_NULLSCREEN;
2237 return (sc->sc_focus ? sc->sc_focusidx : WSDISPLAY_NULLSCREEN);
2246 if (no == WSDISPLAY_NULLSCREEN) {
    [all...]
  /src/sys/dev/hpc/
hpcfb.c 656 WSDISPLAY_NULLSCREEN, 1 /* waitok */) == 0) {
657 wsscreen_switchwait(wsc, WSDISPLAY_NULLSCREEN);
659 sc->sc_screen_resumed = WSDISPLAY_NULLSCREEN;
667 if (sc->sc_screen_resumed != WSDISPLAY_NULLSCREEN)

Completed in 14 milliseconds