Searched refs:progress_bar (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | display.py | 13 progress_bar = None 18 progress_bar = lit.ProgressBar.ProgressBar(tc, header) 21 progress_bar = lit.ProgressBar.SimpleProgressBar('Testing: ') 23 return Display(opts, tests, header, progress_bar) 71 def __init__(self, opts, tests, header, progress_bar): argument 76 tests) if progress_bar else None 77 self.progress_bar = progress_bar 83 if self.progress_bar: 84 self.progress_bar.update(0.0, '') 93 if self.progress_bar: [all …]
|
/netbsd-src/sbin/fsck/ |
H A D | progress.h | 41 void progress_bar(const char *, const char *, off_t, off_t);
|
H A D | progress.c | 90 progress_bar(const char *dev, const char *label, off_t current, off_t total) in progress_bar() function
|
/netbsd-src/sbin/fsck_ffs/ |
H A D | pass1b.c | 78 progress_bar(cdevname(), "phase 1b", c, sblock->fs_ncg); in pass1b()
|
H A D | pass3.c | 74 progress_bar(cdevname(), preen ? NULL : "phase 3", in pass3()
|
H A D | pass4.c | 82 progress_bar(cdevname(), preen ? NULL : "phase 4", in pass4()
|
H A D | pass5.c | 214 progress_bar(cdevname(), preen ? NULL : "phase 5", in pass5()
|
H A D | pass1.c | 119 progress_bar(cdevname(), preen ? NULL : "phase 1", in pass1()
|
H A D | pass2.c | 158 progress_bar(cdevname(), preen ? NULL : "phase 2", in pass2()
|
/netbsd-src/usr.sbin/makefs/ |
H A D | v7fs.c | 188 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE); in progress()
|
/netbsd-src/sbin/newfs_v7fs/ |
H A D | newfs_v7fs.c | 230 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE); in progress()
|
/netbsd-src/sbin/fsck_v7fs/ |
H A D | main.c | 218 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE); in progress()
|
/netbsd-src/sbin/resize_ffs/ |
H A D | resize_ffs.c | 1040 progress_bar(special, "grow cg", in grow() 2030 progress_bar(special, "flush cg", in flush_cgs() 2082 progress_bar(special, "write sb", in write_sbs()
|