Searched refs:progress (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-13-stable/contrib/tnftp/src/
H A Dprogressbar.c86 * SIGALRM handler to update the progress meter
117 * Display a transfer progress bar if progress is non-zero.
144 * Work variables for progress bar.
146 * XXX: if the format of the progress bar changes
153 char buf[256]; /* workspace for progress bar */
155 #define BAROVERHEAD 45 /* non `*' portion of progress bar */
197 if (progress) {
199 if (quit_time > 0 || progress) {
210 if (!progress)
[all...]
H A Dmain.c178 progress = 0;
272 progress = 1; /* progress bar on if fg */
412 progress = verbose = 1;
416 progress = verbose = 0;
H A Dftp.c681 oprogress = progress;
708 progress = 0;
717 progress = 0;
784 hash_interval = (hash && (!progress || filesize < 0)) ? mark : 0;
883 progress = oprogress;
918 oprogress = progress;
1011 progress = 0;
1020 progress = 0;
1033 progress = 0;
1044 hash_interval = (hash && (!progress || filesiz
[all...]
H A Dutil.c587 oldprogress = progress;
589 progress = 0;
602 progress = oldprogress;
H A Dcmds.c852 onoff(hash), mark, onoff(progress));
989 progress = 0;
1016 * Toggle transfer progress bar.
1023 code = togglevar(argc, argv, &progress, "Progress bar");
1024 if (progress)
/freebsd-13-stable/sys/i386/i386/
H A Dminidump_machdep_base.c63 static uint64_t counter, progress; variable
129 progress -= len;
131 printf(" %lld", PG2MB(progress >> PAGE_SHIFT));
242 progress = dumpsize;
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dminidump_machdep.c89 static size_t counter, dumpsize, progress; variable
121 sofar = 100 - ((progress * 100) / dumpsize);
184 progress -= len;
259 /* Reset progress */
284 progress = dumpsize;
/freebsd-13-stable/sys/arm/arm/
H A Dminidump_machdep.c66 static uint64_t counter, progress; variable
134 progress -= len;
136 printf(" %lld", PG2MB(progress >> PAGE_SHIFT));
224 progress = dumpsize;
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfi_cmd.c67 "Flash download already in progress",
75 "Volume consistency check in progress",
76 "Volume initialization in progress",
80 "Volume rebuild in progress",
81 "Volume reconstruction in progress",
89 "Drive clear in progress",
106 "Volume reservation already in progress",
336 (float)prog->progress * 100 / 0xffff);
338 if (prog->progress != 0 && prog->elapsed_seconds > 10) {
341 prog->progress
[all...]
H A Dmfi_show.c680 warnx("show progress: extra arguments");
715 if (linfo.progress.active & MFI_LD_PROGRESS_CC) {
718 &linfo.progress.cc);
721 if (linfo.progress.active & MFI_LD_PROGRESS_BGI) {
724 &linfo.progress.bgi);
727 if (linfo.progress.active & MFI_LD_PROGRESS_FGI) {
730 &linfo.progress.fgi);
733 if (linfo.progress.active & MFI_LD_PROGRESS_RECON) {
736 &linfo.progress.recon);
779 printf("No activity in progress fo
[all...]
H A Dmfi_evt.c311 return ("progress");
429 printf(" progress %d%% in %ds",
430 detail->args.ld_prog.prog.progress/655,
482 printf("PD %s progress %d%% seconds %ds: ",
484 detail->args.pd_prog.prog.progress/655,
/freebsd-13-stable/sys/kern/
H A Duipc_mbuf.c1381 int progress = 0, length; local
1410 while (progress < m0->m_pkthdr.len) {
1411 length = m0->m_pkthdr.len - progress;
1424 m_copydata(m0, progress, length, mtod(m_new, caddr_t));
1425 progress += length;
1595 int divisor = 255, progress = 0, fraglen; local
1622 while (progress < m0->m_pkthdr.len) {
1625 if (fraglen > m0->m_pkthdr.len - progress)
1626 fraglen = m0->m_pkthdr.len - progress;
1628 if (progress !
1766 int progress = 0; local
1879 int progress = 0; local
[all...]
/freebsd-13-stable/bin/dd/
H A Dmisc.c110 progress(void) function
H A Dposition.c129 progress();
/freebsd-13-stable/contrib/libarchive/tar/
H A Dwrite.c108 struct archive_entry *, int64_t progress);
738 int64_t offset, progress = 0; local
746 report_write(bsdtar, a, entry, progress);
748 if (offset > progress) {
749 int64_t sparse = offset - progress;
779 progress += bytes_written;
798 progress += bytes_written;
1003 struct archive_entry *entry, int64_t progress)
1024 tar_i64toa(progress));
1002 report_write(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry, int64_t progress) argument
/freebsd-13-stable/sbin/camcontrol/
H A Dfwdownload.c69 #include "progress.h"
779 progress_t progress; local
812 progress_init(&progress, imgname, size = img_size);
819 progress_update(&progress, size - img_size);
822 progress_draw(&progress);
920 progress_complete(&progress, size - img_size);
/freebsd-13-stable/contrib/bzip2/
H A Dbzlib.c71 "possibly monitoring progress in detail with the -vv flag.\n"
415 Bool progress; local
430 progress = handle_compress ( strm );
431 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
452 progress = handle_compress ( strm );
462 progress = handle_compress ( strm );
463 if (!progress) return BZ_SEQUENCE_ERROR;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c713 boolean_t dryrun, parsable, progress, embed_data, std_out; member in struct:send_dump_data
913 * Print the progress from ZFS_IOC_SEND_PROGRESS every second.
1114 * If progress reporting is requested, spawn a new thread to
1117 if (sdd->progress) {
1134 if (sdd->progress) {
1143 "progress thread exited nonzero"));
1271 boolean_t needagain, progress; local
1300 needagain = progress = B_FALSE;
1347 progress = B_TRUE;
1353 assert(progress);
3230 boolean_t needagain, progress, recursive; local
[all...]
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls.c45 struct mlx5_ifc_tls_progress_params_bits progress; member in struct:mlx5_ifc_sw_tls_cntx_bits
201 MLX5_SET(sw_tls_cntx, ptag->crypto_params, progress.pd, ptag->tisn);
523 CTASSERT(MLX5_FLD_SZ_BYTES(sw_tls_cntx, progress) ==
547 memcpy(&wqe->psv, MLX5_ADDR_OF(sw_tls_cntx, ptag->crypto_params, progress),
750 * carry both the static and the progress parameters
/freebsd-13-stable/tools/build/
H A Dbeinstall.sh84 # Before cleaning up, try to save progress in pkg(8) updates, to
88 rsync -av --progress ${BE_MNTPT}/var/cache/pkg/. /var/cache/pkg/.
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c353 ra_progress_func(apr_off_t progress,
359 b->bytes_transferred = progress;
350 ra_progress_func(apr_off_t progress, apr_off_t total, void *baton, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dra.c76 /* Last progress reported by progress callback. */
296 /* Implements svn_ra_progress_notify_func_t. Accumulates progress information argument
297 * for different RA sessions and reports total progress to caller. */
299 progress_func(apr_off_t progress,
309 private_ctx->total_progress += (progress - b->last_progress);
310 b->last_progress = progress;
/freebsd-13-stable/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c581 uint16_t code, nscan, progress; local
603 progress = le16dec(walker);
610 printf(" %-30s: %d\n", "Progress Current BMS", progress);
/freebsd-13-stable/sys/powerpc/ps3/
H A Dif_glc.c789 int progress = 0, kickstart = 0, error; local
821 progress = 1;
840 if (progress) {
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_all.c1022 "Audio play operation in progress") },
1037 "Operation in progress") },
1043 "Erase operation in progress") },
1046 "Locate operation in progress") },
1049 "Rewind operation in progress") },
1052 "Set capacity operation in progress") },
1055 "Verify operation in progress") },
1100 "Logical unit not ready, format in progress") },
1103 "Logical unit not ready, rebuild in progress") },
1106 "Logical unit not ready, recalculation in progress") },
4369 scsi_progress_sbuf(struct sbuf *sb, uint16_t progress) argument
4434 struct scsi_sense_sks_progress *progress; local
4606 struct scsi_sense_progress *progress; local
[all...]

Completed in 373 milliseconds

123