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

  /src/sys/dev/wscons/
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_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)

Completed in 22 milliseconds