Home
last modified time | relevance | path

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

123

/dflybsd-src/usr.sbin/mfiutil/
H A Dmfi_volume.c480 if (info.progress.active & MFI_LD_PROGRESS_CC) in volume_progress()
481 mfi_display_progress("Consistency Check", &info.progress.cc); in volume_progress()
482 if (info.progress.active & MFI_LD_PROGRESS_BGI) in volume_progress()
483 mfi_display_progress("Background Init", &info.progress.bgi); in volume_progress()
484 if (info.progress.active & MFI_LD_PROGRESS_FGI) in volume_progress()
485 mfi_display_progress("Foreground Init", &info.progress.fgi); in volume_progress()
486 if (info.progress.active & MFI_LD_PROGRESS_RECON) in volume_progress()
487 mfi_display_progress("Reconstruction", &info.progress.recon); in volume_progress()
488 if ((info.progress.active & (MFI_LD_PROGRESS_CC | MFI_LD_PROGRESS_BGI | in volume_progress()
496 MFI_COMMAND(volume, progress, volume_progress);
H A Dmfi_show.c663 if (linfo.progress.active & MFI_LD_PROGRESS_CC) { in show_progress()
666 &linfo.progress.cc); in show_progress()
669 if (linfo.progress.active & MFI_LD_PROGRESS_BGI) { in show_progress()
672 &linfo.progress.bgi); in show_progress()
675 if (linfo.progress.active & MFI_LD_PROGRESS_FGI) { in show_progress()
678 &linfo.progress.fgi); in show_progress()
681 if (linfo.progress.active & MFI_LD_PROGRESS_RECON) { in show_progress()
684 &linfo.progress.recon); in show_progress()
731 MFI_COMMAND(show, progress, show_progress);
H A Dmfi_cmd.c320 (float)prog->progress * 100 / 0xffff, prog->elapsed_seconds); in mfi_display_progress()
321 if (prog->progress != 0 && prog->elapsed_seconds > 10) { in mfi_display_progress()
324 prog->progress - prog->elapsed_seconds; in mfi_display_progress()
H A Dmfi_evt.c425 detail->args.ld_prog.prog.progress/655, in mfi_decode_evt()
479 detail->args.pd_prog.prog.progress/655, in mfi_decode_evt()
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dbrowser.c19 int progress; member
40 if (ctx->progress == 100) { in browser_update_title()
47 snprintf(buf, sizeof(buf), "[%d%%] %s", ctx->progress, in browser_update_title()
56 ctx->progress = 100 * webkit_web_view_get_progress(view); in view_cb_notify_progress()
58 ctx->progress); in view_cb_notify_progress()
/dflybsd-src/usr.bin/dsynth/
H A DMakefile17 FILES= favicon.png progress.html progress.css progress.js dsynth.png
/dflybsd-src/contrib/lvm2/dist/tools/
H A Dpolldaemon.c107 progress_t progress; in _check_lv_status() local
122 progress = parms->poll_fns->poll_progress(cmd, lv, name, parms); in _check_lv_status()
123 if (progress == PROGRESS_CHECK_FAILED) in _check_lv_status()
126 if (progress == PROGRESS_UNFINISHED) { in _check_lv_status()
138 if (progress == PROGRESS_FINISHED_ALL) { in _check_lv_status()
/dflybsd-src/contrib/libarchive/tar/
H A Dwrite.c108 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()
/dflybsd-src/usr.sbin/installer/libdfui/
H A Dconnection.c513 payload->progress = NULL; in dfui_fe_receive_payload()
522 payload->progress = v; in dfui_fe_receive_payload()
558 return(p->progress); in dfui_payload_get_progress()
568 if (p->progress != NULL) in dfui_payload_free()
569 dfui_progress_free(p->progress); in dfui_payload_free()
/dflybsd-src/contrib/tnftp/src/
H A Dprogressbar.c202 if (progress) {
204 if (quit_time > 0 || progress) {
215 if (!progress)
327 if (!verbose && !progress && !siginfo)
H A Dftp.c724 oprogress = progress; in sendrequest()
751 progress = 0; in sendrequest()
760 progress = 0; in sendrequest()
830 hash_interval = (hash && (!progress || filesize < 0)) ? mark : 0; in sendrequest()
929 progress = oprogress; in sendrequest()
964 oprogress = progress; in recvrequest()
1057 progress = 0; in recvrequest()
1066 progress = 0; in recvrequest()
1079 progress = 0; in recvrequest()
1091 hash_interval = (hash && (!progress || filesize < 0)) ? mark : 0; in recvrequest()
[all …]
H A Dmain.c180 progress = 0; in main()
274 progress = 1; /* progress bar on if fg */ in main()
414 progress = verbose = 1; in main()
418 progress = verbose = 0; in main()
H A Dprogressbar.h49 GLOBAL int progress; /* display transfer progress bar */ variable
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dminidump_machdep.c69 static size_t counter, progress; variable
136 progress -= len; in blk_write()
138 kprintf(" %ld", PG2MB(progress >> PAGE_SHIFT)); in blk_write()
328 progress = dumpsize; in minidumpsys()
/dflybsd-src/bin/dd/
H A Dextern.h50 void progress(void);
H A Dmisc.c104 progress(void) in progress() function
H A Dposition.c125 progress(); in pos_in()
/dflybsd-src/sys/sys/
H A Dnata.h458 int progress; member
468 int progress; member
/dflybsd-src/crypto/openssh/
H A Dssh-pkcs11-helper.018 messages about its progress. This is helpful in debugging
/dflybsd-src/lib/libc/nls/
H A DC.msg79 36 Operation now in progress
81 37 Operation already in progress
/dflybsd-src/contrib/bzip2/
H A Dbzlib.c412 Bool progress; in BZ_API() local
427 progress = handle_compress ( strm ); in BZ_API()
428 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()
449 progress = handle_compress ( strm ); in BZ_API()
459 progress = handle_compress ( strm ); in BZ_API()
460 if (!progress) return BZ_SEQUENCE_ERROR; in BZ_API()
/dflybsd-src/lib/libftpio/
H A Dftp.errors20 225 Data connection open; no transfer in progress
/dflybsd-src/contrib/file/magic/Magdir/
H A Daria36 # bitfield; bitfield which represents current download progress
/dflybsd-src/lib/libfetch/
H A Dftp.errors19 225 OK Data connection open; no transfer in progress
/dflybsd-src/contrib/tnftp/
H A DREADME18 * dynamic progress bar

123