Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c2743 static boolean_t gc_graphics_boot = FALSE; variable
2858gc_graphics_boot = FALSE; /* Say we are not in graphics mode… in initialize_screen()
2933 graphics_now = gc_graphics_boot && !gc_desire_text; in initialize_screen()
2936 gc_graphics_boot = TRUE; in initialize_screen()
2941 gc_graphics_boot = FALSE; in initialize_screen()
2995 if (gc_graphics_boot == FALSE) { in initialize_screen()
3010 if (gc_graphics_boot == FALSE) { in initialize_screen()
3082 if (gc_graphics_boot == FALSE) { in vcattach()
3207 if (gc_enabled || !gc_acquired || !gc_graphics_boot) { in internal_enable_progressmeter()