Lines Matching refs:progress
1686 CafeBootProgress progress, in tryCafeReboot() argument
1689 bool coldBootIntoApp = progress.waitForTitle && in tryCafeReboot()
1698 progress.waitForTitle = false; in tryCafeReboot()
1699 progress.checkPower = false; in tryCafeReboot()
1710 progress.tries = CAFERUN_RETRY_COUNT; in tryCafeReboot()
1717 if (progress.tries < CAFERUN_LAST_RETRY) in tryCafeReboot()
1719 progress.stage = bootCatDev(); in tryCafeReboot()
1720 if (!progress.Active) in tryCafeReboot()
1722 progress.tries = CAFERUN_LAST_RETRY; in tryCafeReboot()
3614 CafeBootProgress progress = new CafeBootProgress(); in run()
3622 progress.stage = bootCatDev(); in run()
3653 if (!g_KOptionSet && !progress.checkKillRestartSoftlaunch()) in run()
3670 progress.stage = bootCatDev(); in run()
3671 progress.waitForTitle = true; in run()
3688 for (progress.tries = 0; progress.tries < CAFERUN_RETRY_COUNT; ++progress.tries) in run()
3690 switch (progress.stage) in run()
3695 … Log.WriteLine("Iteration #{0} of {1}", progress.tries + 1, CAFERUN_RETRY_COUNT); in run()
3727 if (progress.Active) in run()
3733 progress, in run()
3744 progress.checkPower = false; in run()
3745 progress.stage = CafeBootStage.SendingFlags; in run()
3750 progress.stage = CafeBootStage.SendingSync1; in run()
3760 progress.checkVDD2(); in run()
3763 if (progress.Active) in run()
3779 if (!progress.checkPower) in run()
3784 progress.tries = CAFERUN_RETRY_COUNT; in run()
3789 progress.stage = CafeBootStage.Off; in run()
3794 if (!progress.Active) in run()
3798 progress, in run()
3809 progress.checkPower = false; in run()
3810 progress.stage = CafeBootStage.WaitingForSync1; in run()
3816 progress.stage = CafeBootStage.WaitingForSync2; in run()
3832 if (progress.stage == CafeBootStage.WaitingForSync2) in run()
3834 cattoucan.FinishSync(!progress.waitForTitle && quiet_mode); in run()
3835 progress.stage = CafeBootStage.Booted; in run()
3839 progress.stage = CafeBootStage.SendingFlags; in run()
3852 progress.stage = CafeBootStage.Booted; in run()
3856 progress.stage = CafeBootStage.SendingSync2; in run()
3863 if (progress.Active) in run()
3869 progress, in run()
3972 if (progress.waitForTitle) in run()
3989 if (!progress.waitForTitle) in run()
4015 if (!progress.waitForTitle) in run()
4021 progress, in run()