Searched refs:show_boot_progress (Results 1 – 17 of 17) sorted by relevance
222 #define show_boot_progress(val) do {} while (0) macro230 void show_boot_progress(int val);380 show_boot_progress(id); in bootstage_mark()386 show_boot_progress(-id); in bootstage_error()392 show_boot_progress(id); in bootstage_mark_name()
146 show_boot_progress(15); in do_bootm_linux()175 show_boot_progress(15); in do_bootm_linux()
172 __weak void show_boot_progress(int val) {} in show_boot_progress() function
41 void show_boot_progress(int progress) in show_boot_progress() function
55 void show_boot_progress(int progress) in show_boot_progress() function
157 void show_boot_progress(int val) in show_boot_progress() function
166 void show_boot_progress(int status) in show_boot_progress() function
163 void show_boot_progress(int val) in show_boot_progress() function
115 show_boot_progress(BOOTSTAGE_ID_DECOMP_UNIMPL); in do_boot_linux()
42 void show_boot_progress(int progress) in show_boot_progress() function
275 void show_boot_progress(int progress) in show_boot_progress() function
203 void show_boot_progress(int val) in show_boot_progress() function
181 void show_boot_progress(int val) in show_boot_progress() function
520 void show_boot_progress(int val) in show_boot_progress() function
139 show_boot_progress(flags & BOOTSTAGEF_ERROR ? -id : id); in bootstage_add_record()
410 Calls to show_boot_progress() will also result in log entries but527 a user-provided function show_boot_progress(int) that enables you to
60 __weak void show_boot_progress(int val) {} in show_boot_progress() function
Completed in 38 milliseconds