Searched refs:progress (Results 1 – 4 of 4) sorted by relevance
56 void show_boot_progress(int progress) in show_boot_progress() argument58 printf("Boot reached stage %d\n", progress); in show_boot_progress()
304 void show_boot_progress(int progress) in show_boot_progress() argument306 if (progress > 0) in show_boot_progress()310 if (progress == -BOOTSTAGE_ID_NET_LOADED) in show_boot_progress()
41 void show_boot_progress(int progress) in show_boot_progress() argument43 printf("Boot reached stage %d\n", progress); in show_boot_progress()
563 void show_boot_progress(int progress) in show_boot_progress() argument568 if ((progress < 0 && progress != -BOOTSTAGE_ID_NET_ETH_START) || in show_boot_progress()569 progress == BOOTSTAGE_ID_ENTER_CLI_LOOP) { in show_boot_progress()
Completed in 16 milliseconds