Searched refs:Progress (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dv7fs.c80 "Progress bar" },
165 static struct progress_arg Progress; local
173 Progress = *p;
180 if (!Progress.tick)
182 if (++Progress.cnt > Progress.tick) {
183 Progress.cnt = 0;
184 Progress.total++;
185 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE);
/netbsd-6-1-5-RELEASE/sbin/fsck_v7fs/
H A Dmain.c196 static struct progress_arg Progress; local
201 if (Progress.tick) {
204 Progress = *p;
213 if (!Progress.tick)
215 if (++Progress.cnt > Progress.tick) {
216 Progress.cnt = 0;
217 Progress.total++;
218 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE);
/netbsd-6-1-5-RELEASE/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c208 static struct progress_arg Progress; local
216 Progress = *p;
223 if (!Progress.tick)
225 if (++Progress.cnt > Progress.tick) {
226 Progress.cnt = 0;
227 Progress.total++;
228 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dinstall-info-html141 This is all very much Work in Progress (WiP).
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/delphi/
H A DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/delphi/
H A DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);

Completed in 80 milliseconds