/netbsd-src/sys/arch/hpc/stand/hpcboot/ |
H A D | hpcboot.cpp | 107 menu.progress("0"); in hpcboot() 113 menu.progress("1"); in hpcboot() 129 menu.progress("2"); in hpcboot() 137 menu.progress("3"); in hpcboot() 157 menu.progress("4"); in hpcboot() 163 menu.progress("5"); in hpcboot() 175 menu.progress("6"); in hpcboot() 184 menu.progress("7"); in hpcboot() 191 menu.progress("8"); in hpcboot() 196 menu.progress("9"); in hpcboot() [all …]
|
/netbsd-src/sys/dev/sbus/ |
H A D | isp_sbus.c | 344 int reqrs, rsprs, i, progress; in isp_sbus_mbxdma() local 393 progress = 0; in isp_sbus_mbxdma() 399 progress++; in isp_sbus_mbxdma() 404 progress++; in isp_sbus_mbxdma() 409 progress++; in isp_sbus_mbxdma() 414 progress++; in isp_sbus_mbxdma() 422 progress++; in isp_sbus_mbxdma() 427 progress++; in isp_sbus_mbxdma() 432 progress++; in isp_sbus_mbxdma() 444 if (progress >= 8) { in isp_sbus_mbxdma() [all …]
|
/netbsd-src/usr.sbin/mmcformat/ |
H A D | mmcformat.c | 67 print_eta(uint32_t progress, uint64_t now, uint64_t start_time) in print_eta() argument 72 if (progress == 0) { in print_eta() 77 ttot_est = (tbusy * 0x10000) / progress; in print_eta() 93 uint32_t progress; in uscsi_waitop() local 109 progress = 0; in uscsi_waitop() 110 while (progress < 0x10000) { in uscsi_waitop() 126 progress = sense.sense_key; in uscsi_waitop() 129 progress = 0x10000; in uscsi_waitop() 134 progress = 0x10000; in uscsi_waitop() 137 printf("%3d %% ", (100 * progress / 0x10000)); in uscsi_waitop() [all …]
|
/netbsd-src/usr.sbin/makefs/ |
H A D | v7fs.c | 68 { 'P', "progress", &v7fs_opts->progress, OPT_INT32, false, true, in v7fs_prep_opts() 100 if ((progress_bar_enable = v7fs_opts->progress)) { in v7fs_makefs() 103 progress(&(struct progress_arg){ .cdev = image }); in v7fs_makefs() 165 progress(const struct progress_arg *p) in progress() function
|
H A D | v7fs_makefs.h | 37 int progress; member 46 void progress(const struct progress_arg *);
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
H A D | signalbar.cpp | 46 opts.progress = opts.minimum; in paint() 48 opts.progress = opts.maximum; in paint() 50 opts.progress = signal; in paint()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | zlib.d | 691 int progress; variable 703 assert(progress + chunk.length <= originalData.length, 706 uncompressedData[progress .. progress + chunk.length] = cast(const ubyte[]) chunk[]; 707 progress += chunk.length; 711 assert(progress + chunk.length <= originalData.length, 714 uncompressedData[progress .. progress + chunk.length] = cast(const ubyte[]) chunk[]; 715 progress += chunk.length; 717 assert(progress == originalData.length,
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
H A D | misc.schema | 17 # ''works in progress''. Contents of this file are 25 # (a work in progress) 58 # (a work in progress) 68 # (a work in progress)
|
/netbsd-src/external/gpl2/lvm2/dist/tools/ |
H A D | polldaemon.c | 107 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()
|
/netbsd-src/sbin/fsck_v7fs/ |
H A D | freeblock.c | 59 progress(0); in freeblock_subr_cnt() 78 progress(0); in freeblock_subr_j() 122 progress(&(struct progress_arg){ .label = "free-free", .tick = (n / 2) in freeblock_vs_freeblock_check() 273 progress(&progress_arg); in freeblock_check() 275 progress(&progress_arg); in freeblock_check()
|
H A D | datablock.c | 66 progress(0); in freeblock_subr() 118 progress(&(struct progress_arg){ .label = "data-free", .tick = (ndata / in datablock_vs_freeblock_check() 138 progress(0); in datablock_i_j() 212 progress(&(struct progress_arg){ .label = "data-data", .tick = (n / 2) in datablock_vs_datablock_check()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_map_simplify.c | 303 unsigned pos, isl_int *eq, int keep_divs, int *progress) in eliminate_var_using_equality() argument 320 if (progress) in eliminate_var_using_equality() 321 *progress = 1; in eliminate_var_using_equality() 329 if (progress) in eliminate_var_using_equality() 330 *progress = 1; in eliminate_var_using_equality() 342 if (progress) in eliminate_var_using_equality() 343 *progress = 1; in eliminate_var_using_equality() 416 __isl_take isl_basic_map *bmap, int *progress) in eliminate_divs_eq() argument 443 *progress = 1; in eliminate_divs_eq() 451 return eliminate_divs_eq(bmap, progress); in eliminate_divs_eq() [all …]
|
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
H A D | elf.c | 78 int progress = 0; in vmem_sub() local 116 if (progress != tmp_progress) { in vmem_sub() 117 progress = tmp_progress; in vmem_sub() 118 if (CheckCancel(progress)) { in vmem_sub() 134 int progress; in scanfile() local 188 progress = 0; in scanfile()
|
/netbsd-src/usr.bin/progress/ |
H A D | Makefile | 5 PROG= progress 6 SRCS= progress.c progressbar.c
|
/netbsd-src/sbin/fsck_ffs/ |
H A D | main.c | 142 int progress = 0; variable 246 progress = 1; in main() 295 progress = 0; in main() 302 if (progress) { in main() 411 progress_switch(progress); in checkfilesys()
|
/netbsd-src/sbin/newfs_v7fs/ |
H A D | main.c | 171 progress(0); in make_freeblocklist() 212 progress(&(struct progress_arg){ .label = "zero ilist", .tick = in make_filesystem() 217 progress(0); in make_filesystem() 256 progress(&(struct progress_arg){ .label = "freeblock list", .tick = in make_filesystem()
|
H A D | newfs_v7fs.c | 125 progress(&(struct progress_arg){ .cdev = device }); in main() 208 progress(const struct progress_arg *p) in progress() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | FormatProposalStatus.csv | 3 …ode provided by Stephan T. Lavavej of Microsoft)",`D70631 <https://llvm.org/D70631>`__,In progress, 18 [format.string.std],"Standard format specifiers - character types",,Mark de Wever,,In progress,, 19 [format.string.std],"Standard format specifiers - string types",,Mark de Wever,,In progress,, 20 [format.string.std],"Standard format specifiers - boolean type",,Mark de Wever,,In progress,, 21 [format.string.std],"Standard format specifiers - integral types",,Mark de Wever,,In progress,, 46 [format.functions],"Format functions - Implement locale support",,Mark de Wever,,In progress,,
|
H A D | FormatIssuePaperStatus.csv | 3 `P1652 <https://wg21.link/P1652>`_,"Printf corner cases in std::format",Mark de Wever,,In progress, 6 …G3242>`_,"std::format: missing rules for arg-id in width and precision",Mark de Wever,,In progress, 9 … #b, #B, #o, #x , and #X presentation types misformat negative numbers",Mark de Wever,,In progress,
|
/netbsd-src/usr.bin/ftp/ |
H A D | progressbar.c | 76 * SIGALRM handler to update the progress meter 109 * Display a transfer progress bar if progress is non-zero. 136 * Work variables for progress bar. 138 * XXX: if the format of the progress bar changes 146 char buf[256]; /* workspace for progress bar */ 149 #define BAROVERHEAD 45 /* non `*' portion of progress bar */ 191 if (progress) { 193 if (quit_time > 0 || progress) { 204 if (!progress) [all...] |
H A D | ftp.c | 717 oprogress = progress; in sendrequest() 744 progress = 0; in sendrequest() 753 progress = 0; in sendrequest() 823 hash_interval = (hash && (!progress || filesize < 0)) ? mark : 0; in sendrequest() 922 progress = oprogress; in sendrequest() 957 oprogress = progress; in recvrequest() 1050 progress = 0; in recvrequest() 1059 progress = 0; in recvrequest() 1072 progress = 0; in recvrequest() 1084 hash_interval = (hash && (!progress || filesiz in recvrequest() [all...] |
/netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
H A D | threads.rst | 297 a separate thread (perhaps using ``uv_queue_work``) but want to notify progress 301 .. rubric:: progress/main.c 302 .. literalinclude:: ../../code/progress/main.c 327 .. rubric:: progress/main.c 328 .. literalinclude:: ../../code/progress/main.c 334 In the download function, we modify the progress indicator and queue the message 338 .. rubric:: progress/main.c 339 .. literalinclude:: ../../code/progress/main.c 348 .. rubric:: progress/main.c 349 .. literalinclude:: ../../code/progress/main.c [all …]
|
/netbsd-src/sys/dev/dmover/ |
H A D | dmover_io.c | 401 int error = 0, progress = 0; in dmio_read() local 418 error = progress ? 0 : EWOULDBLOCK; in dmio_read() 455 progress = 1; in dmio_read() 523 int error = 0, progress = 0; in dmio_write() local 538 error = progress ? 0 : EWOULDBLOCK; in dmio_write() 552 progress = 1; in dmio_write()
|
/netbsd-src/external/bsd/pkg_install/dist/delete/ |
H A D | pkg_delete.c | 302 int progress; member 341 data->progress = 1; in find_new_leaves_iter() 358 data.progress = 0; in find_new_leaves() 360 } while (data.progress); in find_new_leaves()
|
/netbsd-src/bin/rm/ |
H A D | rm.c | 69 static void progress(int); 141 (void)signal(SIGINFO, progress); in main() 607 progress(int sig __unused) in progress() function
|