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

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c2632 static boolean_t gc_graphics_boot = FALSE; variable
2734 gc_graphics_boot = FALSE; /* Say we are not in graphics mode */
2828 graphics_now = gc_graphics_boot && !gc_desire_text;
2832 gc_graphics_boot = TRUE;
2838 gc_graphics_boot = FALSE;
2872 if ( gc_graphics_boot == FALSE ) break;
2883 if ( gc_graphics_boot == FALSE ) break;
2966 if ( gc_graphics_boot == FALSE )
3085 if (gc_enabled || !gc_acquired || !gc_graphics_boot

Completed in 123 milliseconds