Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c2751 static boolean_t gc_graphics_boot = FALSE; variable
2881gc_graphics_boot = FALSE; /* Say we are not in graphics mode… in initialize_screen()
2956 graphics_now = gc_graphics_boot && !gc_desire_text; in initialize_screen()
2959 gc_graphics_boot = TRUE; in initialize_screen()
2964 gc_graphics_boot = FALSE; in initialize_screen()
3018 if (gc_graphics_boot == FALSE) { in initialize_screen()
3033 if (gc_graphics_boot == FALSE) { in initialize_screen()
3105 if (gc_graphics_boot == FALSE) { in vcattach()
3230 if (gc_enabled || !gc_acquired || !gc_graphics_boot) { in internal_enable_progressmeter()