Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/console/
H A Dvideo_console.c1842 static int vc_progress_withmeter = 3; variable
2493 if (1 & vc_progress_withmeter) { in vc_progress_set()
2772 if (1 & vc_progress_withmeter) { in gc_pause()
3019 vc_progress_withmeter &= ~1; in initialize_screen()
3063 PE_parse_boot_argn("meter", &vc_progress_withmeter, sizeof(vc_progress_withmeter)); in vcattach()
3120 int style = (0 == (2 & vc_progress_withmeter)); in vc_draw_progress_meter()
3254 int style = (0 == (2 & vc_progress_withmeter)); in internal_set_progressmeter()