| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
| H A D | zpool_trim_rate.ksh | 63 progress=$(trim_progress $TESTPOOL $LARGEFILE) 66 log_must within_tolerance 10 $progress 5 71 progress=$(trim_progress $TESTPOOL $LARGEFILE) 74 log_must within_tolerance 20 $progress 10 79 progress=$(trim_progress $TESTPOOL $LARGEFILE) 82 log_must within_tolerance 50 $progress 15 87 progress=$(trim_progress $TESTPOOL $LARGEFILE) 89 log_must within_tolerance 100 $progress 0
|
| H A D | zpool_trim_attach_detach_add_remove.ksh | 45 progress="$(trim_progress $TESTPOOL $DISK1)" 46 [[ -z "$progress" ]] && log_fail "Trim did not start" 50 [[ "$progress" -le "$new_progress" ]] || \ 52 progress="$new_progress" 56 [[ "$progress" -le "$new_progress" ]] || \ 58 progress="$new_progress"
|
| H A D | zpool_trim_offline_export_import_online.ksh | 44 progress="$(trim_progress $TESTPOOL $DISK1)" 45 [[ -z "$progress" ]] && log_fail "Trimming did not start" 53 [[ "$new_progress" -ge "$progress" ]] || \ 59 [[ "$new_progress" -ge "$progress" ]] || \
|
| H A D | zpool_trim_suspend_resume.ksh | 65 progress="$(trim_progress $TESTPOOL $LARGEFILE)" 68 [[ "$progress" -eq "$(trim_progress $TESTPOOL $LARGEFILE)" ]] || \ 72 [[ "$progress" -le "$(trim_progress $TESTPOOL $LARGEFILE)" ]] ||
|
| H A D | zpool_trim_online_offline.ksh | 50 progress="$(trim_progress $TESTPOOL $DISK1)" 51 [[ -z "$progress" ]] && log_fail "Trimming did not start" 58 [[ "$progress" -le "$new_progress" ]] || \
|
| H A D | zpool_trim_import_export.ksh | 61 progress="$(trim_progress $TESTPOOL $LARGEFILE)" 62 [[ -z "$progress" ]] && log_fail "Trimming did not start" 70 [[ "$progress" -le "$new_progress" ]] || \
|
| H A D | zpool_trim_multiple.ksh | 56 progress="$(trim_progress $TESTPOOL $DISK1)" 58 [[ "$progress" -le "$(trim_progress $TESTPOOL $DISK1)" ]] ||
|
| H A D | zpool_trim_fault_export_import_online.ksh | 42 progress="$(trim_progress $TESTPOOL $DISK1)" 43 [[ -z "$progress" ]] && log_fail "Trimming did not start"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
| H A D | zpool_initialize_attach_detach_add_remove.ksh | 49 progress="$(initialize_progress $TESTPOOL $DISK1)" 50 [[ -z "$progress" ]] && log_fail "Initializing did not start" 54 [[ "$progress" -le "$new_progress" ]] || \ 56 progress="$new_progress" 60 [[ "$progress" -le "$new_progress" ]] || \ 62 progress="$new_progress"
|
| H A D | zpool_initialize_offline_export_import_online.ksh | 48 progress="$(initialize_progress $TESTPOOL $DISK1)" 49 [[ -z "$progress" ]] && log_fail "Initializing did not start" 57 [[ "$new_progress" -ge "$progress" ]] || \ 63 [[ "$new_progress" -ge "$progress" ]] || \
|
| H A D | zpool_initialize_suspend_resume.ksh | 54 progress="$(initialize_progress $TESTPOOL $DISK1)" 57 [[ "$progress" -eq "$(initialize_progress $TESTPOOL $DISK1)" ]] || \ 61 [[ "$progress" -le "$(initialize_progress $TESTPOOL $DISK1)" ]] ||
|
| H A D | zpool_initialize_import_export.ksh | 52 progress="$(initialize_progress $TESTPOOL $DISK1)" 53 [[ -z "$progress" ]] && log_fail "Initializing did not start" 60 [[ "$progress" -le "$new_progress" ]] || \
|
| H A D | zpool_initialize_online_offline.ksh | 52 progress="$(initialize_progress $TESTPOOL $DISK1)" 53 [[ -z "$progress" ]] && log_fail "Initializing did not start" 60 [[ "$progress" -le "$new_progress" ]] || \
|
| H A D | zpool_initialize_fault_export_import_online.ksh | 41 progress="$(initialize_progress $TESTPOOL $DISK1)" 42 [[ -z "$progress" ]] && log_fail "Initializing did not start"
|
| /freebsd/usr.sbin/mfiutil/ |
| H A D | mfi_volume.c | 482 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 D | mfi_show.c | 715 if (linfo.progress.active & MFI_LD_PROGRESS_CC) { in show_progress() 718 &linfo.progress.cc); in show_progress() 721 if (linfo.progress.active & MFI_LD_PROGRESS_BGI) { in show_progress() 724 &linfo.progress.bgi); in show_progress() 727 if (linfo.progress.active & MFI_LD_PROGRESS_FGI) { in show_progress() 730 &linfo.progress.fgi); in show_progress() 733 if (linfo.progress.active & MFI_LD_PROGRESS_RECON) { in show_progress() 736 &linfo.progress.recon); in show_progress() 784 MFI_COMMAND(show, progress, show_progress);
|
| H A D | mfi_cmd.c | 345 (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 D | dpv.c | 154 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 D | distfetch.c | 119 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 D | browser.c | 24 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 D | biastest.c | 85 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 D | write.c | 91 struct archive_entry *, int64_t progress); 752 int64_t offset, progress = 0; in copy_file_data_block() local 760 report_write(bsdtar, a, entry, progress); in copy_file_data_block() 762 if (offset > progress) { in copy_file_data_block() 763 int64_t sparse = offset - progress; in copy_file_data_block() 793 progress += bytes_written; in copy_file_data_block() 812 progress += bytes_written; in copy_file_data_block() 1021 struct archive_entry *entry, int64_t progress) in report_write() argument 1042 tar_i64toa(progress)); in report_write()
|
| /freebsd/sys/contrib/device-tree/scripts/ |
| H A D | git-filter-branch | 348 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 D | progressbar.c | 197 if (progress) { 199 if (quit_time > 0 || progress) { 210 if (!progress) 322 if (!verbose && !progress && !siginfo)
|
| /freebsd/sys/amd64/amd64/ |
| H A D | minidump_machdep.c | 62 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()
|