Home
last modified time | relevance | path

Searched refs:gc_graphics_boot (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.61.2/osfmk/console/
H A Dvideo_console.c2738 static boolean_t gc_graphics_boot = FALSE; variable
2853gc_graphics_boot = FALSE; /* Say we are not in graphics mode… in initialize_screen()
2928 graphics_now = gc_graphics_boot && !gc_desire_text; in initialize_screen()
2931 gc_graphics_boot = TRUE; in initialize_screen()
2936 gc_graphics_boot = FALSE; in initialize_screen()
2990 if (gc_graphics_boot == FALSE) { in initialize_screen()
3005 if (gc_graphics_boot == FALSE) { in initialize_screen()
3077 if (gc_graphics_boot == FALSE) { in vcattach()
3202 if (gc_enabled || !gc_acquired || !gc_graphics_boot) { in internal_enable_progressmeter()