Lines Matching refs:progress

1644                                   CafeBootProgress progress,  in tryCafeReboot()  argument
1647 bool coldBootIntoApp = progress.waitForTitle && in tryCafeReboot()
1656 progress.waitForTitle = false; in tryCafeReboot()
1657 progress.checkPower = false; in tryCafeReboot()
1668 progress.tries = CAFERUN_RETRY_COUNT; in tryCafeReboot()
1675 if (progress.tries < CAFERUN_LAST_RETRY) in tryCafeReboot()
1677 progress.stage = bootCatDev(); in tryCafeReboot()
1678 if (!progress.Active) in tryCafeReboot()
1680 progress.tries = CAFERUN_LAST_RETRY; in tryCafeReboot()
3489 CafeBootProgress progress = new CafeBootProgress(); in run()
3496 progress.stage = bootCatDev(); in run()
3527 if (!g_KOptionSet && !progress.checkKillRestartSoftlaunch()) in run()
3544 progress.stage = bootCatDev(); in run()
3545 progress.waitForTitle = true; in run()
3558 for (progress.tries = 0; progress.tries < CAFERUN_RETRY_COUNT; ++progress.tries) in run()
3560 switch (progress.stage) in run()
3565 … Log.WriteLine("Iteration #{0} of {1}", progress.tries + 1, CAFERUN_RETRY_COUNT); in run()
3583 if (progress.Active) in run()
3589 progress, in run()
3600 progress.checkPower = false; in run()
3601 progress.stage = CafeBootStage.SendingFlags; in run()
3606 progress.stage = CafeBootStage.SendingSync1; in run()
3616 progress.checkVDD2(); in run()
3619 if (progress.Active) in run()
3635 if (!progress.checkPower) in run()
3640 progress.tries = CAFERUN_RETRY_COUNT; in run()
3645 progress.stage = CafeBootStage.Off; in run()
3650 if (!progress.Active) in run()
3654 progress, in run()
3665 progress.checkPower = false; in run()
3666 progress.stage = CafeBootStage.WaitingForSync1; in run()
3672 progress.stage = CafeBootStage.WaitingForSync2; in run()
3688 if (progress.stage == CafeBootStage.WaitingForSync2) in run()
3690 cattoucan.FinishSync(!progress.waitForTitle && quiet_mode); in run()
3691 progress.stage = CafeBootStage.Booted; in run()
3695 progress.stage = CafeBootStage.SendingFlags; in run()
3708 progress.stage = CafeBootStage.Booted; in run()
3712 progress.stage = CafeBootStage.SendingSync2; in run()
3719 if (progress.Active) in run()
3725 progress, in run()
3828 if (progress.waitForTitle) in run()
3844 …if (!progress.waitForTitle || cattoucan.SyncWithTitle(Program.KILLRESTART_SOFTLAUNCH_TIMEOUT, fals… in run()
3853 if (!progress.waitForTitle) in run()
3859 progress, in run()