HomeSort by: relevance | last modified time | path
    Searched defs:Progress (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/makefs/
v7fs.c 56 #include "progress.h"
68 { 'P', "progress", &v7fs_opts->progress, OPT_INT32, false, true,
69 "Progress bar" },
100 if ((progress_bar_enable = v7fs_opts->progress)) {
103 progress(&(struct progress_arg){ .cdev = image });
165 progress(const struct progress_arg *p) function in typeref:typename:void
168 static struct progress_arg Progress;
176 Progress = *p;
183 if (!Progress.tick
    [all...]
  /src/sbin/fsck_v7fs/
main.c 50 #include "progress.h"
81 printf("write backing...(no progress report)"); fflush(stdout);
194 progress(const struct progress_arg *p) function in typeref:typename:void
196 static struct progress_arg Progress;
201 if (Progress.tick) {
204 Progress = *p;
213 if (!Progress.tick)
215 if (++Progress.cnt > Progress.tick) {
216 Progress.cnt = 0
    [all...]
  /src/sbin/newfs_v7fs/
newfs_v7fs.c 52 #include "progress.h"
125 progress(&(struct progress_arg){ .cdev = device });
208 progress(const struct progress_arg *p) function in typeref:typename:void
210 static struct progress_arg Progress;
218 Progress = *p;
225 if (!Progress.tick)
227 if (++Progress.cnt > Progress.tick) {
228 Progress.cnt = 0;
229 Progress.total++
    [all...]
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
piflash64.h 114 UTILITY_PROGRESS_API Progress;

Completed in 12 milliseconds