| /freebsd-13.1/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-13.1/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-13.1/usr.sbin/bsdinstall/distfetch/ |
| H A D | distfetch.c | 111 int progress = 0; in fetch_files() local 146 last_progress = progress; in fetch_files() 148 progress = (i*100)/nfiles; in fetch_files() 185 last_progress = progress; in fetch_files() 186 progress = (current_bytes*100)/total_bytes; in fetch_files() 195 if (progress > last_progress) in fetch_files() 198 progress, nfiles, in fetch_files()
|
| /freebsd-13.1/usr.sbin/mfiutil/ |
| H A D | mfi_volume.c | 484 if (info.progress.active & MFI_LD_PROGRESS_CC) in volume_progress() 485 mfi_display_progress("Consistency Check", &info.progress.cc); in volume_progress() 486 if (info.progress.active & MFI_LD_PROGRESS_BGI) in volume_progress() 487 mfi_display_progress("Background Init", &info.progress.bgi); in volume_progress() 488 if (info.progress.active & MFI_LD_PROGRESS_FGI) in volume_progress() 489 mfi_display_progress("Foreground Init", &info.progress.fgi); in volume_progress() 490 if (info.progress.active & MFI_LD_PROGRESS_RECON) in volume_progress() 491 mfi_display_progress("Reconstruction", &info.progress.recon); in volume_progress() 492 if ((info.progress.active & (MFI_LD_PROGRESS_CC | MFI_LD_PROGRESS_BGI | in volume_progress() 500 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() 783 MFI_COMMAND(show, progress, show_progress);
|
| H A D | mfi_cmd.c | 336 (float)prog->progress * 100 / 0xffff); in mfi_display_progress() 338 if (prog->progress != 0 && prog->elapsed_seconds > 10) { in mfi_display_progress() 341 prog->progress - prog->elapsed_seconds; in mfi_display_progress()
|
| /freebsd-13.1/usr.bin/dpv/ |
| H A D | dpv.c | 156 int progress; in operate_on_bytes() local 185 progress = (file->read * 100 / (file->length > 0 ? in operate_on_bytes() 189 if (no_overrun && progress == 100 && file->read < file->length) in operate_on_bytes() 190 progress--; in operate_on_bytes() 192 return (progress); in operate_on_bytes() 201 int progress; in operate_on_lines() local 233 progress = (file->read * 100 / file->length); in operate_on_lines() 236 if (no_overrun && progress == 100 && file->read < file->length) in operate_on_lines() 237 progress--; in operate_on_lines() 239 return (progress); in operate_on_lines()
|
| /freebsd-13.1/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-13.1/contrib/libarchive/tar/ |
| H A D | write.c | 108 struct archive_entry *, int64_t progress); 742 int64_t offset, progress = 0; in copy_file_data_block() local 750 report_write(bsdtar, a, entry, progress); in copy_file_data_block() 752 if (offset > progress) { in copy_file_data_block() 753 int64_t sparse = offset - progress; in copy_file_data_block() 783 progress += bytes_written; in copy_file_data_block() 802 progress += bytes_written; in copy_file_data_block() 1007 struct archive_entry *entry, int64_t progress) in report_write() argument 1028 tar_i64toa(progress)); in report_write()
|
| /freebsd-13.1/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-13.1/sys/amd64/amd64/ |
| H A D | minidump_machdep.c | 64 static size_t progress, dumpsize, wdog_next; variable 119 progress -= len; in blk_write() 122 if (progress <= wdog_next) { in blk_write() 274 wdog_next = progress = dumpsize; in cpu_minidumpsys()
|
| /freebsd-13.1/sys/kern/ |
| H A D | uipc_mbuf.c | 1466 int progress = 0, length; in m_defrag() local 1495 while (progress < m0->m_pkthdr.len) { in m_defrag() 1496 length = m0->m_pkthdr.len - progress; in m_defrag() 1510 progress += length; in m_defrag() 1707 while (progress < m0->m_pkthdr.len) { in m_fragment() 1713 if (progress != 0) { in m_fragment() 1723 progress += fraglen; in m_fragment() 1850 int progress = 0; in m_uiotombuf() local 1891 progress += length; in m_uiotombuf() 1963 int progress = 0; in m_mbuftouio() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 68 Progress progress( in Index() local 80 progress.Increment(); in Index() 85 progress.Increment(); in Index() 110 auto finalize_fn = [this, &sets, &progress](NameToDIE(IndexSet::*index)) { in Index() 115 progress.Increment(); in Index()
|