Home
last modified time | relevance | path

Searched refs:progress_limits (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sbin/fsck_ffs/
H A Dmain.c388 static int progress_limits[] = {0, 20, 95, 96, 97, 100}; in checkfilesys() local
426 progress_setrange(0, progress_limits[1]); in checkfilesys()
449 progress_sethighlim(progress_limits[2]); in checkfilesys()
460 progress_sethighlim(progress_limits[3]); in checkfilesys()
471 progress_sethighlim(progress_limits[4]); in checkfilesys()
482 progress_sethighlim(progress_limits[5]); in checkfilesys()