Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 180) sorted by relevance

12345678

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_rate.ksh62 progress=$(trim_progress $TESTPOOL $LARGEFILE)
65 log_must within_tolerance 10 $progress 5
70 progress=$(trim_progress $TESTPOOL $LARGEFILE)
73 log_must within_tolerance 20 $progress 10
78 progress=$(trim_progress $TESTPOOL $LARGEFILE)
81 log_must within_tolerance 50 $progress 15
86 progress=$(trim_progress $TESTPOOL $LARGEFILE)
88 log_must within_tolerance 100 $progress 0
H A Dzpool_trim_attach_detach_add_remove.ksh44 progress="$(trim_progress $TESTPOOL $DISK1)"
45 [[ -z "$progress" ]] && log_fail "Trim did not start"
49 [[ "$progress" -le "$new_progress" ]] || \
51 progress="$new_progress"
55 [[ "$progress" -le "$new_progress" ]] || \
57 progress="$new_progress"
H A Dzpool_trim_offline_export_import_online.ksh43 progress="$(trim_progress $TESTPOOL $DISK1)"
44 [[ -z "$progress" ]] && log_fail "Trimming did not start"
52 [[ "$new_progress" -ge "$progress" ]] || \
58 [[ "$new_progress" -ge "$progress" ]] || \
H A Dzpool_trim_suspend_resume.ksh64 progress="$(trim_progress $TESTPOOL $LARGEFILE)"
67 [[ "$progress" -eq "$(trim_progress $TESTPOOL $LARGEFILE)" ]] || \
71 [[ "$progress" -le "$(trim_progress $TESTPOOL $LARGEFILE)" ]] ||
H A Dzpool_trim_online_offline.ksh49 progress="$(trim_progress $TESTPOOL $DISK1)"
50 [[ -z "$progress" ]] && log_fail "Trimming did not start"
57 [[ "$progress" -le "$new_progress" ]] || \
H A Dzpool_trim_import_export.ksh60 progress="$(trim_progress $TESTPOOL $LARGEFILE)"
61 [[ -z "$progress" ]] && log_fail "Trimming did not start"
69 [[ "$progress" -le "$new_progress" ]] || \
H A Dzpool_trim_multiple.ksh55 progress="$(trim_progress $TESTPOOL $DISK1)"
57 [[ "$progress" -le "$(trim_progress $TESTPOOL $DISK1)" ]] ||
H A Dzpool_trim_fault_export_import_online.ksh41 progress="$(trim_progress $TESTPOOL $DISK1)"
42 [[ -z "$progress" ]] && log_fail "Trimming did not start"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_attach_detach_add_remove.ksh48 progress="$(initialize_progress $TESTPOOL $DISK1)"
49 [[ -z "$progress" ]] && log_fail "Initializing did not start"
53 [[ "$progress" -le "$new_progress" ]] || \
55 progress="$new_progress"
59 [[ "$progress" -le "$new_progress" ]] || \
61 progress="$new_progress"
H A Dzpool_initialize_offline_export_import_online.ksh47 progress="$(initialize_progress $TESTPOOL $DISK1)"
48 [[ -z "$progress" ]] && log_fail "Initializing did not start"
56 [[ "$new_progress" -ge "$progress" ]] || \
62 [[ "$new_progress" -ge "$progress" ]] || \
H A Dzpool_initialize_suspend_resume.ksh53 progress="$(initialize_progress $TESTPOOL $DISK1)"
56 [[ "$progress" -eq "$(initialize_progress $TESTPOOL $DISK1)" ]] || \
60 [[ "$progress" -le "$(initialize_progress $TESTPOOL $DISK1)" ]] ||
H A Dzpool_initialize_import_export.ksh51 progress="$(initialize_progress $TESTPOOL $DISK1)"
52 [[ -z "$progress" ]] && log_fail "Initializing did not start"
59 [[ "$progress" -le "$new_progress" ]] || \
H A Dzpool_initialize_online_offline.ksh51 progress="$(initialize_progress $TESTPOOL $DISK1)"
52 [[ -z "$progress" ]] && log_fail "Initializing did not start"
59 [[ "$progress" -le "$new_progress" ]] || \
H A Dzpool_initialize_fault_export_import_online.ksh40 progress="$(initialize_progress $TESTPOOL $DISK1)"
41 [[ -z "$progress" ]] && log_fail "Initializing did not start"
/freebsd/usr.sbin/mfiutil/
H A Dmfi_volume.c482 if (info.progress.active & MFI_LD_PROGRESS_CC) in volume_progress()
483 mfi_display_progress("Consistency Check", &info.progress.cc); in volume_progress()
484 if (info.progress.active & MFI_LD_PROGRESS_BGI) in volume_progress()
485 mfi_display_progress("Background Init", &info.progress.bgi); in volume_progress()
486 if (info.progress.active & MFI_LD_PROGRESS_FGI) in volume_progress()
487 mfi_display_progress("Foreground Init", &info.progress.fgi); in volume_progress()
488 if (info.progress.active & MFI_LD_PROGRESS_RECON) in volume_progress()
489 mfi_display_progress("Reconstruction", &info.progress.recon); in volume_progress()
490 if ((info.progress.active & (MFI_LD_PROGRESS_CC | MFI_LD_PROGRESS_BGI | in volume_progress()
498 MFI_COMMAND(volume, progress, volume_progress);
H A Dmfi_show.c713 if (linfo.progress.active & MFI_LD_PROGRESS_CC) { in show_progress()
716 &linfo.progress.cc); in show_progress()
719 if (linfo.progress.active & MFI_LD_PROGRESS_BGI) { in show_progress()
722 &linfo.progress.bgi); in show_progress()
725 if (linfo.progress.active & MFI_LD_PROGRESS_FGI) { in show_progress()
728 &linfo.progress.fgi); in show_progress()
731 if (linfo.progress.active & MFI_LD_PROGRESS_RECON) { in show_progress()
734 &linfo.progress.recon); in show_progress()
782 MFI_COMMAND(show, progress, show_progress);
H A Dmfi_cmd.c345 (float)prog->progress * 100 / 0xffff); in mfi_display_progress()
347 if (prog->progress != 0 && prog->elapsed_seconds > 10) { in mfi_display_progress()
350 prog->progress - prog->elapsed_seconds; in mfi_display_progress()
/freebsd/usr.bin/dpv/
H A Ddpv.c154 int progress; in operate_on_bytes() local
183 progress = (file->read * 100 / (file->length > 0 ? in operate_on_bytes()
187 if (no_overrun && progress == 100 && file->read < file->length) in operate_on_bytes()
188 progress--; in operate_on_bytes()
190 return (progress); in operate_on_bytes()
199 int progress; in operate_on_lines() local
231 progress = (file->read * 100 / file->length); in operate_on_lines()
234 if (no_overrun && progress == 100 && file->read < file->length) in operate_on_lines()
235 progress--; in operate_on_lines()
237 return (progress); in operate_on_lines()
/freebsd/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c119 int progress = 0; in fetch_files() local
205 last_progress = progress; in fetch_files()
207 progress = (current_bytes * 100) / total_bytes; in fetch_files()
211 progress = (i * mainperc_file) + in fetch_files()
220 if (progress > last_progress) { in fetch_files()
223 0, 0, progress, nfiles, minilabel, in fetch_files()
250 0, 0, progress, nfiles, minilabel, miniperc); in fetch_files()
/freebsd/contrib/wpa/src/utils/
H A Dbrowser.c24 int progress; member
48 if (ctx->progress == 100) { in browser_update_title()
55 snprintf(buf, sizeof(buf), "[%d%%] %s", ctx->progress, in browser_update_title()
95 ctx->progress = 100 * webkit_web_view_get_estimated_load_progress(view); in view_cb_notify_estimated_load_progress()
97 ctx->progress); in view_cb_notify_estimated_load_progress()
200 ctx->progress = 100 * webkit_web_view_get_progress(view); in view_cb_notify_progress()
202 ctx->progress); in view_cb_notify_progress()
/freebsd/tools/test/arc4random/
H A Dbiastest.c85 progress(int signo) in progress() function
93 signal(SIGALRM, progress); in progress()
105 progress(SIGALRM); in collect_sample()
121 progress(SIGALRM); in collect_sample()
/freebsd/contrib/libarchive/tar/
H A Dwrite.c91 struct archive_entry *, int64_t progress);
727 int64_t offset, progress = 0; in copy_file_data_block() local
735 report_write(bsdtar, a, entry, progress); in copy_file_data_block()
737 if (offset > progress) { in copy_file_data_block()
738 int64_t sparse = offset - progress; in copy_file_data_block()
768 progress += bytes_written; in copy_file_data_block()
787 progress += bytes_written; in copy_file_data_block()
993 struct archive_entry *entry, int64_t progress) in report_write() argument
1014 tar_i64toa(progress)); in report_write()
/freebsd/sys/contrib/device-tree/scripts/
H A Dgit-filter-branch348 if test -n "$progress" &&
362 progress=" ($elapsed seconds passed, remaining $remaining predicted)"
364 printf "\rRewrite $commit ($count/$commits)$progress "
369 progress= start_timestamp=
373 progress="dummy to ensure this is not empty"
/freebsd/contrib/tnftp/src/
H A Dprogressbar.c197 if (progress) {
199 if (quit_time > 0 || progress) {
210 if (!progress)
322 if (!verbose && !progress && !siginfo)
/freebsd/sys/amd64/amd64/
H A Dminidump_machdep.c62 static size_t progress, dumpsize, wdog_next; variable
117 progress -= len; in blk_write()
120 if (progress <= wdog_next) { in blk_write()
272 wdog_next = progress = dumpsize; in cpu_minidumpsys()

12345678