Searched refs:st_cur (Results 1 – 1 of 1) sorted by relevance
706 int st_cur = 0, st_max = 0; in start_recovery() local708 sscanf(device->GetStage().value().c_str(), "%d/%d", &st_cur, &st_max) == 2) { in start_recovery()709 ui->SetStage(st_cur, st_max); in start_recovery()