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

  /src/sys/dev/wscons/
wsdisplay_vcons_util.c 52 int status = scr->scr_status;
59 scr->scr_status &= ~VCONS_IS_VISIBLE;
66 scr->scr_status = status;
wsdisplay_vconsvar.h 82 uint32_t scr_status; member in struct:vcons_screen
98 #define SCREEN_IS_VISIBLE(scr) (((scr)->scr_status & VCONS_IS_VISIBLE) != 0)
103 #define SCREEN_VISIBLE(scr) ((scr)->scr_status |= VCONS_IS_VISIBLE)
104 #define SCREEN_INVISIBLE(scr) ((scr)->scr_status &= ~VCONS_IS_VISIBLE)
wsdisplay_vcons.c 896 scr->scr_status = 0;

Completed in 12 milliseconds