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