• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/console/

Lines Matching refs:FALSE

126 static boolean_t gc_enabled     = FALSE;
127 static boolean_t gc_initialized = FALSE;
128 static boolean_t vm_initialized = FALSE;
361 if ( enable == FALSE )
364 if ( console_is_serial() == FALSE )
366 gc_enabled = FALSE;
367 gc_ops.enable(FALSE);
455 disableConsoleOutput = FALSE;
471 gc_update_color(COLOR_CODE_GET(colorcode, FALSE), FALSE);
476 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE);
487 if ( gc_initialized == FALSE )
809 gc_update_color(COLOR_BACKGROUND, FALSE);
837 gc_update_color(gc_par[i] - 40, FALSE);
982 gc_update_color(COLOR_BACKGROUND, FALSE);
1012 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index - jump], FALSE), FALSE);
1044 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE);
1121 gc_update_color(COLOR_CODE_GET(gc_buffer_colorcodes[index + jump], FALSE), FALSE);
1153 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE);
1215 gc_update_color(COLOR_CODE_GET(colorcode, FALSE), TRUE );
1216 gc_update_color(COLOR_CODE_GET(colorcode, TRUE ), FALSE);
1221 gc_update_color(COLOR_CODE_GET(colorcodesave, FALSE), FALSE);
1596 if (vm_initialized == FALSE) {
2043 vc_blit_rect( x, y, width, height, data, NULL, NULL, FALSE, TRUE );
2199 vc_needsave = FALSE;
2218 static boolean_t gc_acquired = FALSE;
2219 static boolean_t gc_graphics_boot = FALSE;
2220 static boolean_t gc_desire_text = FALSE;
2225 static boolean_t lastVideoMapped = FALSE;
2278 gc_graphics_boot = FALSE; /* Say we are not in graphics mode */
2279 disableConsoleOutput = FALSE; /* Allow printfs to happen */
2307 #if FALSE
2338 #if FALSE
2399 gc_desire_text = FALSE;
2403 panicDialogDesired = FALSE;
2404 gc_graphics_boot = FALSE;
2413 gc_desire_text = FALSE;
2423 panicDialogDesired = FALSE;
2424 if ( gc_acquired == FALSE )
2429 if ( gc_graphics_boot == FALSE ) break;
2431 vc_progress_set( FALSE, 0 );
2440 gc_acquired = FALSE;
2441 gc_desire_text = FALSE;
2442 gc_enable( FALSE );
2443 vc_progress_set( FALSE, 0 );
2463 if ( gc_graphics_boot == FALSE )