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

1234

/netbsd-6-1-5-RELEASE/sys/dev/dmover/
H A Ddmover_io.c394 int error = 0, progress = 0; local
411 error = progress ? 0 : EWOULDBLOCK;
448 progress = 1;
516 int error = 0, progress = 0; local
531 error = progress ? 0 : EWOULDBLOCK;
545 progress = 1;
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dutils.c84 progress(const struct finfo *fi, size_t written) function
231 progress(&fi, ptotal);
251 progress(&fi, ptotal);
H A Dcp.c99 progress(int sig __unused) function
221 (void)signal(SIGINFO, progress);
/netbsd-6-1-5-RELEASE/bin/rm/
H A Drm.c68 static void progress(int);
137 (void)signal(SIGINFO, progress);
601 progress(int sig __unused) function
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dwrite.c138 struct archive_entry *, int64_t progress);
644 int64_t progress = 0; local
649 report_write(bsdtar, a, entry, progress);
657 progress += bytes_written;
965 struct archive_entry *entry, int64_t progress)
980 tar_i64toa(progress));
993 int64_t progress = 0; local
998 report_write(bsdtar, a, entry, progress);
1014 progress += bytes_written;
964 report_write(struct bsdtar *bsdtar, struct archive *a, struct archive_entry *entry, int64_t progress) argument
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dpbsdboot.h119 BOOL CheckCancel(int progress);
/netbsd-6-1-5-RELEASE/bin/dd/
H A Dmisc.c75 if (progress)
101 if (progress)
H A Ddd.c86 uint64_t progress = 0; /* display sign of life */ variable
575 if (progress && (st.out_full + st.out_part) % progress == 0)
/netbsd-6-1-5-RELEASE/sbin/fsck_v7fs/
H A Dpathname.c279 progress(0);
296 progress(&(struct progress_arg){ .label = "pathname", .tick = inodes /
H A Dfsck_v7fs.c49 #include "progress.h"
182 progress(&(struct progress_arg){ .cdev = device });
H A Dmain.c50 #include "progress.h"
81 printf("write backing...(no progress report)"); fflush(stdout);
194 progress(const struct progress_arg *p) function
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/pdfmark/
H A Dpdfroff.sh148 version report-progress no-toc-relocation
194 --report-progress
195 Enable console messages, indicating the progress of the
243 --report-progress)
513 # Re-enable progress reporting, if necessary ...
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/v7fs/
H A Dv7fs_populate.c127 progress(0);
288 progress(&(struct progress_arg){ .label = "populate", .tick =
/netbsd-6-1-5-RELEASE/sys/arch/arm/pic/
H A Dpic.c208 bool progress = false; local
245 progress = true;
277 KASSERT(progress);
/netbsd-6-1-5-RELEASE/distrib/sparc64/cdroms/installcd/
H A DMakefile34 CDRUNTIME+= ./usr/bin/progress
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/delete/
H A Dpkg_delete.c237 * The loop has to continue as long as progress is made. This can happen
242 * If no progress is made, the remaining packages are moved to sorted_pkgs
302 int progress; member in struct:find_leaves_data
341 data->progress = 1;
358 data.progress = 0;
360 } while (data.progress);
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.h176 void progress(const char * = NULL);
H A Dhpcmenu.cpp355 HpcMenuInterface::progress(const char *msg) function in class:HpcMenuInterface
358 _root->progress(msg);
/netbsd-6-1-5-RELEASE/usr.bin/
H A DMakefile23 printenv printf progress pwhash qsubst quota radioctl rdist \
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dmain.c166 progress = 0;
260 progress = 1; /* progress bar on if fg */
400 progress = verbose = 1;
404 progress = verbose = 0;
H A Dftp.c675 oprogress = progress;
702 progress = 0;
711 progress = 0;
779 hash_interval = (hash && (!progress || filesize < 0)) ? mark : 0;
878 progress = oprogress;
913 oprogress = progress;
1006 progress = 0;
1015 progress = 0;
1028 progress = 0;
1040 hash_interval = (hash && (!progress || filesiz
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddnode_sync.c365 int progress; local
372 progress = FALSE;
383 progress = TRUE;
387 progress = TRUE;
397 * that any DB_EVICTING dbufs can make progress.
407 } while (progress);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1071 boolean_t needagain, progress; local
1077 needagain = progress = B_FALSE;
1110 progress = B_TRUE;
1116 assert(progress);
1649 boolean_t needagain, progress, recursive; local
1662 needagain = progress = B_FALSE;
1731 progress = B_TRUE;
1777 progress = B_TRUE;
1815 progress = B_TRUE;
1832 progress
[all...]
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dbzlib.c69 "possibly monitoring progress in detail with the -vv flag.\n"
411 Bool progress; local
426 progress = handle_compress ( strm );
427 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
448 progress = handle_compress ( strm );
458 progress = handle_compress ( strm );
459 if (!progress) return BZ_SEQUENCE_ERROR;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dgem.c762 * Resetting while DMA is in progress can cause a bus hang, so we
870 * Resetting while DMA is in progress can cause a bus hang, so we
1630 int progress = 0; local
1712 progress = 1;
1726 if (progress) {
1755 int i, len, progress = 0; local
1798 progress++;
1943 if (progress) {
1957 if (progress <= 4) {
1958 GEM_COUNTER_INCR(sc, sc_ev_rxhist[progress]);
[all...]

Completed in 167 milliseconds

1234