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