/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
H A D | zpool_trim_rate.ksh | 62 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 D | zpool_trim_attach_detach_add_remove.ksh | 44 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 D | zpool_trim_offline_export_import_online.ksh | 43 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 D | zpool_trim_suspend_resume.ksh | 64 progress="$(trim_progress $TESTPOOL $LARGEFILE)" 67 [[ "$progress" -eq "$(trim_progress $TESTPOOL $LARGEFILE)" ]] || \ 71 [[ "$progress" -le "$(trim_progress $TESTPOOL $LARGEFILE)" ]] ||
|
H A D | zpool_trim_online_offline.ksh | 49 progress="$(trim_progress $TESTPOOL $DISK1)" 50 [[ -z "$progress" ]] && log_fail "Trimming did not start" 57 [[ "$progress" -le "$new_progress" ]] || \
|
H A D | zpool_trim_import_export.ksh | 60 progress="$(trim_progress $TESTPOOL $LARGEFILE)" 61 [[ -z "$progress" ]] && log_fail "Trimming did not start" 69 [[ "$progress" -le "$new_progress" ]] || \
|
H A D | zpool_trim_multiple.ksh | 55 progress="$(trim_progress $TESTPOOL $DISK1)" 57 [[ "$progress" -le "$(trim_progress $TESTPOOL $DISK1)" ]] ||
|
H A D | zpool_trim_fault_export_import_online.ksh | 41 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 D | zpool_initialize_attach_detach_add_remove.ksh | 48 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 D | zpool_initialize_offline_export_import_online.ksh | 47 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 D | zpool_initialize_suspend_resume.ksh | 53 progress="$(initialize_progress $TESTPOOL $DISK1)" 56 [[ "$progress" -eq "$(initialize_progress $TESTPOOL $DISK1)" ]] || \ 60 [[ "$progress" -le "$(initialize_progress $TESTPOOL $DISK1)" ]] ||
|
H A D | zpool_initialize_import_export.ksh | 51 progress="$(initialize_progress $TESTPOOL $DISK1)" 52 [[ -z "$progress" ]] && log_fail "Initializing did not start" 59 [[ "$progress" -le "$new_progress" ]] || \
|
H A D | zpool_initialize_online_offline.ksh | 51 progress="$(initialize_progress $TESTPOOL $DISK1)" 52 [[ -z "$progress" ]] && log_fail "Initializing did not start" 59 [[ "$progress" -le "$new_progress" ]] || \
|
H A D | zpool_initialize_fault_export_import_online.ksh | 40 progress="$(initialize_progress $TESTPOOL $DISK1)" 41 [[ -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 | 713 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 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); 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 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()
|