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 - 1
of
1
) 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)
Completed in 37 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025