OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 21 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025