Searched refs:progress (Results 51 - 75 of 76) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/bin/dd/
H A Dargs.c104 { "progress", f_progress, 0, 0 },
320 progress = strsuftoll("progress blocks", arg, 0, LLONG_MAX);
/netbsd-6-1-5-RELEASE/usr.bin/progress/
H A Dprogress.c1 /* $NetBSD: progress.c,v 1.18 2010/07/17 10:51:03 tron Exp $ */
34 __RCSID("$NetBSD: progress.c,v 1.18 2010/07/17 10:51:03 tron Exp $");
209 progress = 1;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dtctrl.c336 int progress = 0; local
351 progress = 1;
357 return progress;
360 progress = 1;
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp368 RootWindow::progress(const char *msg) function in class:RootWindow
372 Console::Instance()->print(TEXT("[progress] %S\n"), msg);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dnssec/
H A Ddnssec-keygen.c76 static void progress(int p);
178 progress(int p) function
891 &progress);
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dutil.c581 oldprogress = progress;
583 progress = 0;
596 progress = oldprogress;
H A Dcmds.c850 onoff(hash), mark, onoff(progress));
987 progress = 0;
1014 * Toggle transfer progress bar.
1021 code = togglevar(argc, argv, &progress, "Progress bar");
1022 if (progress)
H A Dfetch.c1214 if (hash && !progress) {
1257 if (hash && !progress && bytes > 0) {
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_pmf.c358 bool progress = false; local
374 progress = true;
378 return progress;
H A Dvfs_mount.c949 bool any_error = false, progress = false; local
964 progress = true;
980 return progress;
H A Dsubr_autoconf.c1813 bool progress = false; local
1822 progress = true;
1827 return progress;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssltest.c1225 * can be sure that there is *some* progress in each iteration; so
1401 int progress = 0; local
1434 progress = 1;
1480 progress = 1;
1497 if (!progress && !prev_progress)
1516 prev_progress = progress;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_de.c4019 * Else if progress, reset the timer back to 2 ticks.
4220 int progress = 0;
4242 tulip_intr_handler(sc, &progress);
4266 tulip_intr_handler(sc, &progress);
4283 int progress = 0;
4290 tulip_hardintr_handler(sc, &progress);
4292 tulip_intr_handler(sc, &progress);
4296 if (progress)
4300 return progress;
4309 int progress
4172 int progress = 0; local
4235 int progress = 0; local
4261 int progress = 0; local
[all...]
H A Darcmsr.c1279 bv->bv_percent = htole32(volinfo->progress);
1282 bv->bv_percent = htole32(volinfo->progress);
1285 bv->bv_percent = htole32(volinfo->progress);
1288 bv->bv_percent = htole32(volinfo->progress);
H A Darcmsrvar.h327 uint32_t progress; member in struct:arc_fw_volinfo
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c1054 BOOL CheckCancel(int progress) argument
1058 if (0 <= progress) {
1060 PBM_SETPOS, (WPARAM)progress, (LPARAM)NULL);
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/delphi/
H A DZLib.pas78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/delphi/
H A DZLib.pas78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dncr5380sbc.c486 * Finish it now. If DMA is in progress, we
1042 return; /* Have work in progress. */
1323 * "arbitration in progress" (AIP) bit to let us know
1784 int act_flags, n, phase, progress; local
1790 progress = 0; /* did we send any messages? */
1971 progress++;
1992 if (!progress)
H A Dpdq.c1469 int progress = 0;
1475 progress = 1;
1569 return progress;
1455 int progress = 0; local
/netbsd-6-1-5-RELEASE/usr.bin/utoppya/
H A Dutoppya.c330 progress = 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dtarget.c1673 it makes no progress, and then return how much was transferred). */
1913 /* Call an observer, notifying them of the xfer progress? */
2105 /* Call an observer, notifying them of the xfer progress? */
2131 /* An alternative to target_write with progress callbacks. */
2138 void (*progress) (ULONGEST, void *), void *baton)
2142 /* Give the progress callback a chance to set up. */
2143 if (progress)
2144 (*progress) (0, baton);
2157 if (progress)
2158 (*progress) (xfe
[all...]
H A Dtarget.h341 useful for progress reporting and user interaction while writing
342 data. To abort the transfer, the progress callback can throw an
349 void (*progress) (ULONGEST, void *),
900 /* A callback baton for progress reporting for this request. */
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dsubr.S597 _C_LABEL(memtest): # memory test in progress
/netbsd-6-1-5-RELEASE/dist/ipf/
H A DHISTORY1526 some changes to progress compilation on linux with glibc

Completed in 518 milliseconds

1234