/src/usr.sbin/makefs/ |
v7fs_makefs.h | 37 int progress; member in struct:__anona9ef94880108 38 v7fs_daddr_t npuredatablk; /* for progress bar */ 46 void progress(const struct progress_arg *);
|
v7fs.c | 56 #include "progress.h" 68 { 'P', "progress", &v7fs_opts->progress, OPT_INT32, false, true, 69 "Progress bar" }, 100 if ((progress_bar_enable = v7fs_opts->progress)) { 103 progress(&(struct progress_arg){ .cdev = image }); 165 progress(const struct progress_arg *p) function in typeref:typename:void 168 static struct progress_arg Progress; 176 Progress = *p; 183 if (!Progress.tick [all...] |
/src/sbin/fsck_v7fs/ |
main.c | 50 #include "progress.h" 81 printf("write backing...(no progress report)"); fflush(stdout); 194 progress(const struct progress_arg *p) function in typeref:typename:void 196 static struct progress_arg Progress; 201 if (Progress.tick) { 204 Progress = *p; 213 if (!Progress.tick) 215 if (++Progress.cnt > Progress.tick) { 216 Progress.cnt = 0 [all...] |
/src/sbin/newfs_v7fs/ |
newfs_v7fs.c | 52 #include "progress.h" 125 progress(&(struct progress_arg){ .cdev = device }); 208 progress(const struct progress_arg *p) function in typeref:typename:void 210 static struct progress_arg Progress; 218 Progress = *p; 225 if (!Progress.tick) 227 if (++Progress.cnt > Progress.tick) { 228 Progress.cnt = 0; 229 Progress.total++ [all...] |
/src/usr.bin/ftp/ |
progressbar.h | 48 GLOBAL int progress; /* display transfer progress bar */ variable in typeref:typename:GLOBAL int 54 GLOBAL char *prefix; /* Text written left of progress bar */
|
/src/bin/mv/ |
mv.c | 78 progress(int sig __unused) function in typeref:typename:void 123 (void)signal(SIGINFO, progress);
|
/src/sys/arch/hpc/stand/hpcboot/ |
hpcmenu.cpp | 353 // Progress bar 355 HpcMenuInterface::progress(const char *msg) function in class:HpcMenuInterface 358 _root->progress(msg);
|
/src/sys/arch/hpc/stand/hpcboot/menu/ |
rootwindow.cpp | 244 // Progress bar 368 RootWindow::progress(const char *msg) function in class:RootWindow 372 Console::Instance()->print(TEXT("[progress] %S\n"), msg); 425 // PROGRESS BAR
|
/src/sys/arch/hpcmips/stand/pbsdboot/ |
elf.c | 78 int progress = 0; local in function:vmem_sub 116 if (progress != tmp_progress) { 117 progress = tmp_progress; 118 if (CheckCancel(progress)) { 134 int progress; local in function:scanfile 188 progress = 0;
|
/src/bin/dd/ |
dd.c | 92 uint64_t progress = 0; /* display sign of life */ variable in typeref:typename:uint64_t 611 if (progress && (st.out_full + st.out_part) % progress == 0)
|
/src/sys/dev/sbus/ |
isp_sbus.c | 344 int reqrs, rsprs, i, progress; local in function:isp_sbus_mbxdma 393 progress = 0; 399 progress++; 404 progress++; 409 progress++; 414 progress++; 422 progress++; 427 progress++; 432 progress++; 444 if (progress >= 8) [all...] |
/src/bin/cp/ |
utils.c | 88 progress(const struct finfo *fi, off_t written) function in typeref:typename:void 230 progress(&fi, ptotal); 250 progress(&fi, ptotal);
|
cp.c | 99 progress(int sig __unused) function in typeref:typename:void 221 (void)signal(SIGINFO, progress);
|
/src/bin/rm/ |
rm.c | 69 static void progress(int); 141 (void)signal(SIGINFO, progress); 607 progress(int sig __unused) function in typeref:typename:void
|
/src/sys/dev/dmover/ |
dmover_io.c | 401 int error = 0, progress = 0; local in function:dmio_read 418 error = progress ? 0 : EWOULDBLOCK; 455 progress = 1; 523 int error = 0, progress = 0; local in function:dmio_write 538 error = progress ? 0 : EWOULDBLOCK; 552 progress = 1;
|
/src/usr.sbin/mmcformat/ |
mmcformat.c | 67 print_eta(uint32_t progress, uint64_t now, uint64_t start_time) 72 if (progress == 0) { 77 ttot_est = (tbusy * 0x10000) / progress; 93 uint32_t progress; local in function:uscsi_waitop 109 progress = 0; 110 while (progress < 0x10000) { 119 * progress is 4 too 124 /* drive not ready : operation/format in progress */ 126 progress = sense.sense_key; 129 progress = 0x10000 [all...] |
/src/sbin/nvmectl/ |
logpage.c | 674 uint16_t code, nscan, progress; local in function:print_hgst_info_background_scan 696 progress = le16dec(walker); 704 printf(" %-30s: %d\n", "Progress Current BMS", progress);
|
/src/sbin/fsck_ffs/ |
main.c | 142 int progress = 0; variable in typeref:typename:int 246 progress = 1; 295 progress = 0; 301 #ifdef PROGRESS 302 if (progress) { 306 #endif /* ! PROGRESS */ 374 #ifdef PROGRESS 376 * In prune mode, how far does the progress bar travel during 378 * progress bar that travels from 0 to 100%.) 385 * will get a pleasant surprise when the last 5% of the progress [all...] |
/src/bin/rcp/ |
rcp.c | 96 static void progress(const char *, uintmax_t, uintmax_t); 397 progress(name, i, stb.st_size); 675 progress(np, i, size); 826 progress(const char *file, uintmax_t done, uintmax_t total) function in typeref:typename:void
|
/src/sys/dev/ic/ |
ncr5380sbc.c | 491 * Finish it now. If DMA is in progress, we 1056 return; /* Have work in progress. */ 1337 * "arbitration in progress" (AIP) bit to let us know 1798 int act_flags, n, phase, progress; local in function:ncr5380_msg_out 1804 progress = 0; /* did we send any messages? */ 1985 progress++; 2006 if (!progress)
|
gem.c | 770 * Resetting while DMA is in progress can cause a bus hang, so we 878 * Resetting while DMA is in progress can cause a bus hang, so we 1634 int progress = 0; local in function:gem_tint 1716 progress = 1; 1732 if (progress) { 1758 int i, len, progress = 0; local in function:gem_rint 1801 progress++; 1939 if (progress) { 1953 if (progress <= 4) { 1954 GEM_COUNTER_INCR(sc, sc_ev_rxhist[progress]); [all...] |
/src/sys/arch/sparc/dev/ |
tctrl.c | 347 int progress = 0; local in function:tctrl_intr 362 progress = 1; 368 return progress; 371 progress = 1;
|
/src/sys/kern/ |
kern_pmf.c | 353 bool progress = false; local in function:shutdown_all 370 progress = true; 375 return progress;
|
vfs_mount.c | 1112 bool any_error = false, progress = false; local in function:vfs_unmountall1 1130 progress = true; 1153 return progress;
|
/src/sbin/resize_ffs/ |
resize_ffs.c | 63 #include "progress.h" 163 int progress = 0; variable in typeref:typename:int 2167 progress = 1; 2279 if (progress) { 2286 if (progress && !CheckOnlyFlag) { 2287 progress_switch(progress);
|