HomeSort by: relevance | last modified time | path
    Searched refs:progress (Results 1 - 25 of 128) sorted by relevancy

1 2 3 4 5 6

  /src/usr.sbin/makefs/
v7fs_makefs.h 37 int progress; member in struct:__anon8504
38 v7fs_daddr_t npuredatablk; /* for progress bar */
46 void progress(const struct progress_arg *);
v7fs.c 59 #include "progress.h"
71 { 'P', "progress", &v7fs_opts->progress, OPT_INT32, false, true,
72 "Progress bar" },
103 if ((progress_bar_enable = v7fs_opts->progress)) {
106 progress(&(struct progress_arg){ .cdev = image });
168 progress(const struct progress_arg *p) function
171 static struct progress_arg Progress;
179 Progress = *p;
186 if (!Progress.tick
    [all...]
  /src/usr.bin/progress/
Makefile 5 PROG= progress
6 SRCS= progress.c progressbar.c
  /src/sbin/newfs_v7fs/
newfs_v7fs.h 44 void progress(const struct progress_arg *);
Makefile 9 v7fs_datablock.c v7fs_dirent.c v7fs_io.c v7fs_io_user.c progress.c
11 # use progress meter.
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-iterator.c 27 2) an object to record the progress of the iteration,
36 (let ((l (iterator-progress iter)))
40 (set-iterator-progress! iter (cdr l))
67 /* An arbitrary object describing the progress of the iteration.
68 This is used by next_x to track progress. */
69 SCM progress; member in struct:iterator_smob
100 return i_smob->progress;
104 itscm_set_iterator_smob_progress_x (iterator_smob *i_smob, SCM progress)
106 i_smob->progress = progress;
    [all...]
scm-block.c 49 struct block_iterator somewhere. This is stored in the "progress" field
572 /* Low level routine to create a <gdb:block-symbols-progress> object. */
590 /* Returns non-zero if SCM is a <gdb:block-symbols-progress> object. */
598 /* (block-symbols-progress? scm) -> boolean */
614 SCM progress, iter;
616 progress = bkscm_make_block_syms_progress_smob ();
618 iter = gdbscm_make_iterator (self, progress, bkscm_next_symbol_x_proc);
630 SCM progress, iter_scm, block_scm;
645 progress = itscm_iterator_smob_progress (iter_smob); local
647 SCM_ASSERT_TYPE (bkscm_is_block_syms_progress (progress),
611 SCM progress, iter; local
627 SCM progress, iter_scm, block_scm; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-iterator.c 27 2) an object to record the progress of the iteration,
36 (let ((l (iterator-progress iter)))
40 (set-iterator-progress! iter (cdr l))
67 /* An arbitrary object describing the progress of the iteration.
68 This is used by next_x to track progress. */
69 SCM progress; member in struct:iterator_smob
100 return i_smob->progress;
104 itscm_set_iterator_smob_progress_x (iterator_smob *i_smob, SCM progress)
106 i_smob->progress = progress;
    [all...]
scm-block.c 49 struct block_iterator somewhere. This is stored in the "progress" field
572 /* Low level routine to create a <gdb:block-symbols-progress> object. */
590 /* Returns non-zero if SCM is a <gdb:block-symbols-progress> object. */
598 /* (block-symbols-progress? scm) -> boolean */
614 SCM progress, iter;
616 progress = bkscm_make_block_syms_progress_smob ();
618 iter = gdbscm_make_iterator (self, progress, bkscm_next_symbol_x_proc);
630 SCM progress, iter_scm, block_scm;
645 progress = itscm_iterator_smob_progress (iter_smob); local
647 SCM_ASSERT_TYPE (bkscm_is_block_syms_progress (progress),
611 SCM progress, iter; local
627 SCM progress, iter_scm, block_scm; local
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
signalbar.cpp 46 opts.progress = opts.minimum;
48 opts.progress = opts.maximum;
50 opts.progress = signal;
  /src/external/bsd/zstd/dist/tests/cli-tests/compression/
adapt.sh 13 # Adaption still happens with --no-progress
14 zstd --no-progress --adapt -vvvv -19 --zstd=wlog=10 file100M -o /dev/null 2>&1 | grep -q "faster speed , lighter compression"
  /src/sbin/resize_ffs/
Makefile 7 SRCS=resize_ffs.c ffs_bswap.c progress.c
  /src/sys/arch/hpc/stand/hpcboot/
hpcboot.cpp 107 menu.progress("0");
113 menu.progress("1");
129 menu.progress("2");
137 menu.progress("3");
157 menu.progress("4");
163 menu.progress("5");
175 menu.progress("6");
184 menu.progress("7");
191 menu.progress("8");
196 menu.progress("9")
    [all...]
  /src/sys/dev/sbus/
isp_sbus.c 344 int reqrs, rsprs, i, progress; local
393 progress = 0;
399 progress++;
404 progress++;
409 progress++;
414 progress++;
422 progress++;
427 progress++;
432 progress++;
444 if (progress >= 8)
    [all...]
  /src/sbin/fsck_v7fs/
Makefile 10 v7fs_file_util.c v7fs_superblock_util.c fsutil.c progress.c
fsck_v7fs.h 56 void progress(const struct progress_arg *);
freeblock.c 59 progress(0);
78 progress(0);
122 progress(&(struct progress_arg){ .label = "free-free", .tick = (n / 2)
273 progress(&progress_arg);
275 progress(&progress_arg);
  /src/usr.bin/ftp/
progressbar.h 48 GLOBAL int progress; /* display transfer progress bar */ variable
54 GLOBAL char *prefix; /* Text written left of progress bar */
  /src/bin/dd/
extern.h 80 extern uint64_t progress;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 24 (progress (iterator-progress iter))
25 (current (car progress))
26 (len (cdr progress)))
30 (set-car! progress (+ current 1))
40 (progress (iterator-progress iter))
41 (current (car progress))
42 (len (cdr progress)))
46 (set-car! progress (+ current 1)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.scm 24 (progress (iterator-progress iter))
25 (current (car progress))
26 (len (cdr progress)))
30 (set-car! progress (+ current 1))
40 (progress (iterator-progress iter))
41 (current (car progress))
42 (len (cdr progress)))
46 (set-car! progress (+ current 1)
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
browser.c 24 int progress; member in struct:browser_context
48 if (ctx->progress == 100) {
55 snprintf(buf, sizeof(buf), "[%d%%] %s", ctx->progress,
95 ctx->progress = 100 * webkit_web_view_get_estimated_load_progress(view);
96 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__,
97 ctx->progress);
200 ctx->progress = 100 * webkit_web_view_get_progress(view);
201 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__,
202 ctx->progress);
330 g_signal_connect(G_OBJECT(view), "notify::estimated-load-progress",
    [all...]
  /src/external/gpl2/lvm2/dist/tools/
polldaemon.c 107 progress_t progress; local
122 progress = parms->poll_fns->poll_progress(cmd, lv, name, parms);
123 if (progress == PROGRESS_CHECK_FAILED)
126 if (progress == PROGRESS_UNFINISHED) {
137 /* Finished? Or progress to next segment? */
138 if (progress == PROGRESS_FINISHED_ALL) {
253 log_verbose("Checking progress every %u seconds",
  /src/sys/arch/hpcmips/stand/pbsdboot/
elf.c 78 int progress = 0; local
116 if (progress != tmp_progress) {
117 progress = tmp_progress;
118 if (CheckCancel(progress)) {
134 int progress; local
188 progress = 0;
  /src/usr.sbin/mmcformat/
mmcformat.c 67 print_eta(uint32_t progress, uint64_t now, uint64_t start_time)
72 if (progress == 0) {
77 ttot_est = (tbusy * 0x10000) / progress;
93 uint32_t progress; local
109 progress = 0;
110 while (progress < 0x10000) {
119 * progress is 4 too
124 /* drive not ready : operation/format in progress */
126 progress = sense.sense_key;
129 progress = 0x10000
    [all...]

Completed in 31 milliseconds

1 2 3 4 5 6