Searched refs:progress (Results 1 - 25 of 76) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dv7fs_makefs.h37 int progress; member in struct:__anon10005
38 v7fs_daddr_t npuredatablk; /* for progress bar */
46 void progress(const struct progress_arg *);
H A Dv7fs.c56 #include "progress.h"
79 { "progress", &v7fs_opts.progress, false, true,
97 if ((progress_bar_enable = v7fs_opts.progress)) {
100 progress(&(struct progress_arg){ .cdev = image });
162 progress(const struct progress_arg *p) function
/netbsd-6-1-5-RELEASE/usr.bin/progress/
H A DMakefile5 PROG= progress
6 SRCS= progress.c progressbar.c
/netbsd-6-1-5-RELEASE/sbin/newfs_v7fs/
H A Dnewfs_v7fs.h44 void progress(const struct progress_arg *);
H A DMakefile9 v7fs_datablock.c v7fs_dirent.c v7fs_io.c v7fs_io_user.c progress.c
11 # use progress meter.
H A Dmain.c55 #include "progress.h" /*../sbin/fsck */
171 progress(0);
212 progress(&(struct progress_arg){ .label = "zero ilist", .tick =
217 progress(0);
256 progress(&(struct progress_arg){ .label = "freeblock list", .tick =
H A Dnewfs_v7fs.c50 #include "progress.h"
123 progress(&(struct progress_arg){ .cdev = device });
206 progress(const struct progress_arg *p) function
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/Include/
H A Dw32_fzs.h39 extern int progress;
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.cpp107 menu.progress("0");
113 menu.progress("1");
129 menu.progress("2");
137 menu.progress("3");
157 menu.progress("4");
163 menu.progress("5");
175 menu.progress("6");
184 menu.progress("7");
191 menu.progress("8");
196 menu.progress("
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c873 static int tls_connect_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
875 static int tls_accept_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
877 static int tls_write_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
879 static int tls_read_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
881 static int write_attempt(int fd, struct tunnelbuf *, int *select, int *closed, int *progress);
883 static int read_attempt(int fd, struct tunnelbuf *, int *select, int *closed, int *progress);
979 progress = 0; local
989 r = tls_connect_attempt(ssl, &tls_write_select, &tls_read_select, &closed, &progress, &err_pref_1);
991 r = tls_accept_attempt(ssl, &tls_write_select, &tls_read_select, &closed, &progress, &err_pref_1);
1007 r = tls_write_attempt(ssl, &clear_to_tls, &tls_write_select, &tls_read_select, &closed, &progress,
1076 tls_get_error(SSL *ssl, int r, int *write_select, int *read_select, int *closed, int *progress) argument
1108 tls_connect_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1122 tls_accept_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1136 tls_write_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1158 tls_read_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1179 get_error(int r, int *select, int *closed, int *progress) argument
1200 write_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed, int *progress) argument
1222 read_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed, int *progress) argument
[all...]
/netbsd-6-1-5-RELEASE/bin/dd/
H A Dextern.h76 extern uint64_t progress;
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/v7fs/
H A DMakefile.inc6 FSCK= ${NETBSDSRCDIR}/sbin/fsck # use progress meter.
17 SRCS += progress.c # progress bar (fsck)
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Disp_sbus.c344 int reqrs, rsprs, i, progress; local
393 progress = 0;
399 progress++;
404 progress++;
409 progress++;
414 progress++;
422 progress++;
427 progress++;
432 progress++;
444 if (progress >
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_v7fs/
H A DMakefile10 v7fs_file_util.c v7fs_superblock_util.c fsutil.c progress.c
H A Dfsck_v7fs.h56 void progress(const struct progress_arg *);
H A Dfreeblock.c59 progress(0);
78 progress(0);
122 progress(&(struct progress_arg){ .label = "free-free", .tick = (n / 2)
273 progress(&progress_arg);
275 progress(&progress_arg);
H A Ddatablock.c66 progress(0);
118 progress(&(struct progress_arg){ .label = "data-free", .tick = (ndata /
138 progress(0);
212 progress(&(struct progress_arg){ .label = "data-data", .tick = (n / 2)
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dprogressbar.h48 GLOBAL int progress; /* display transfer progress bar */ variable
54 GLOBAL char *prefix; /* Text written left of progress bar */
H A Dprogressbar.c75 * SIGALRM handler to update the progress meter
106 * Display a transfer progress bar if progress is non-zero.
133 * Work variables for progress bar.
135 * XXX: if the format of the progress bar changes
142 char buf[256]; /* workspace for progress bar */
144 #define BAROVERHEAD 45 /* non `*' portion of progress bar */
186 if (progress) {
188 if (quit_time > 0 || progress) {
199 if (!progress)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dpolldaemon.c107 progress_t progress; local
122 progress = parms->poll_fns->poll_progress(cmd, lv, name, parms);
123 if (progress == PROGRESS_CHECK_FAILED)
126 if (progress == PROGRESS_UNFINISHED) {
137 /* Finished? Or progress to next segment? */
138 if (progress == PROGRESS_FINISHED_ALL) {
253 log_verbose("Checking progress every %u seconds",
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Delf.c78 int progress = 0; local
116 if (progress != tmp_progress) {
117 progress = tmp_progress;
118 if (CheckCancel(progress)) {
134 int progress; local
188 progress = 0;
/netbsd-6-1-5-RELEASE/usr.sbin/mmcformat/
H A Dmmcformat.c64 print_eta(uint32_t progress, uint64_t now, uint64_t start_time) argument
69 if (progress == 0) {
74 ttot_est = (tbusy * 0x10000) / progress;
90 uint32_t progress; local
106 progress = 0;
107 while (progress < 0x10000) {
116 * progress is 4 too
121 /* drive not ready : operation/format in progress */
123 progress = sense.sense_key;
126 progress
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dmain.c73 int progress = 0; variable
161 progress = 1;
205 progress = 0;
212 if (progress) {
286 * In prune mode, how far does the progress bar travel during
288 * progress bar that travels from 0 to 100%.)
295 * will get a pleasant surprise when the last 5% of the progress
321 progress_switch(progress);
H A DMakefile18 SRCS+= progress.c
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.h68 void progress(const char * = NULL);

Completed in 299 milliseconds

1234