OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCONS_IS_VISIBLE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/wscons/
wsdisplay_vconsvar.h
83
#define
VCONS_IS_VISIBLE
1 /* this screen is currently visible */
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_util.c
59
scr->scr_status &= ~
VCONS_IS_VISIBLE
;
Completed in 12 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025