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

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c1861 static int vc_progress_withmeter = 3; variable
2428 if (1 & vc_progress_withmeter)
2664 if (1 & vc_progress_withmeter) thread_call_enter_delayed(&vc_progressmeter_call, vc_progressmeter_deadline);
2889 vc_progress_withmeter &= ~1;
2963 PE_parse_boot_argn("meter", &vc_progress_withmeter, sizeof(vc_progress_withmeter));
3004 int style = (0 == (2 & vc_progress_withmeter));
3136 int style = (0 == (2 & vc_progress_withmeter));

Completed in 135 milliseconds