Searched refs:finished (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-13-stable/usr.sbin/nscd/
H A Dsingletons.h39 int finished; /* for future use */ member in struct:runtime_env
/freebsd-13-stable/sys/arm/arm/
H A Ddb_trace.c66 bool finished; local
68 finished = false;
69 while (!finished) {
70 finished = unwind_stack_one(state, 1);
108 if (finished)
122 finished = true;
125 finished = true;
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in28 finished() { function
42 finished
84 finished
/freebsd-13-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; th
[all...]
/freebsd-13-stable/sys/contrib/zstd/examples/
H A Dstreaming_compression.c51 * If the read may not be finished (read == toRead) we use
63 int finished; local
72 /* If we're on the last chunk we're finished when zstd returns 0,
73 * which means its consumed all the input AND finished the frame.
74 * Otherwise, we're finished when we've consumed all the input.
76 finished = lastChunk ? (remaining == 0) : (input.pos == input.size);
77 } while (!finished);
H A Dmultiple_streaming_compression.c79 int finished; local
85 finished = lastChunk ? (remaining == 0) : (input.pos == input.size);
86 } while (!finished);
H A Dstreaming_compression_thread_pool.c68 * If the read may not be finished (read == toRead) we use
80 int finished; local
89 /* If we're on the last chunk we're finished when zstd returns 0,
90 * which means its consumed all the input AND finished the frame.
91 * Otherwise, we're finished when we've consumed all the input.
93 finished = lastChunk ? (remaining == 0) : (input.pos == input.size);
94 } while (!finished);
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Doutqueue.h32 bool finished; member in struct:__anon6631
110 /// is used to protect lzma_outbuf.finished.
115 /// \brief Read finished data
128 /// - LZMA_STREAM_END: The buffer being read was finished.
131 /// \note This reads lzma_outbuf.finished variables and thus call
H A Doutqueue.c123 buf->finished = false;
142 return outq->bufs[i].finished;
163 // If it isn't finished yet, we cannot read from it.
164 if (!buf->finished)
175 // The buffer was finished. Tell the caller its size information.
/freebsd-13-stable/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in30 @echo finished compat regress tests
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_auth.c167 svn_boolean_t finished = FALSE;
190 if (finished)
218 if (finished)
259 finished = TRUE;
166 svn_boolean_t finished = FALSE; local
/freebsd-13-stable/contrib/xz/src/xz/
H A Dmessage.h165 /// \param finished True if the whole stream was successfully coded
168 extern void message_progress_end(bool finished);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddep-colon-bug-cross-file.mk4 # was not finished properly. This made it possible to add further commands
8 # This dependency group is not finished properly. Finishing the dependency
/freebsd-13-stable/contrib/ngatm/sscop/
H A Dsscop_main.c54 static volatile int finished; /* got release confirm or indication */ variable
315 while (!finished && sscop_fd >= 0) {
379 finished++;
395 finished++;
/freebsd-13-stable/usr.bin/dtc/
H A Dinput_buffer.hh112 bool finished() { return cursor >= size; } function in class:dtc::input_buffer
353 bool finished() function in class:dtc::text_input_buffer
356 ((input_stack.size() == 1) && input_stack.top()->finished());
381 if (top.finished())
H A Dinput_buffer.cc162 while (!finished() && (*(*this) != c))
171 if (finished()) { return; }
179 if (finished())
1001 if (finished())
1013 while ((*self != '\0') && (*self != '*') && !finished())
1019 } while ((*self != '\0') && (*self != '/') && !finished());
1030 while (*self != '\n' && !finished())
1220 if (finished())
/freebsd-13-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c421 bool *finished)
429 *finished = true;
432 *finished = false;
461 bool finished; local
480 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished);
483 if (finished) {
494 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished);
420 mlxfw_mfa2_xz_dec_run(struct xz_dec *xz_dec, struct xz_buf *xz_buf, bool *finished) argument
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c682 goto finished;
698 goto finished;
704 goto finished;
716 goto finished;
743 goto finished;
776 goto finished;
782 finished:
932 goto finished;
975 finished:
1118 goto finished;
[all...]
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c115 goto finished;
140 finished:
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzloop.sh318 echo "zloop finished, $foundcrashes crashes found"
/freebsd-13-stable/tools/tools/netrate/tcpp/
H A Dtcpp_client.c79 static int finished; /* Number finished so far. */ variable
152 finished++;
252 while (finished < tflag) {
253 while ((started - finished < mflag) && (started < tflag))
263 /* printf("Worker %d done - %d finished\n", workernum, finished); */
/freebsd-13-stable/contrib/sendmail/src/
H A Dbf.c372 goto finished;
409 goto finished;
415 finished:
522 goto finished;
616 finished:
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_plex.c404 /* All of our sub-requests have finished. */
426 /* When the original request is finished, we deliver it. */
458 int err, finished, i; local
461 finished = 1;
468 finished = 0;
490 finished = 0;
498 if (finished) {
504 return (finished);
512 int finished, i; local
514 finished
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_branch_impl.h48 svn_boolean_t finished; member in struct:svn_branch__vtable_priv_t
/freebsd-13-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h72 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth, member in struct:eapol_auth_cb

Completed in 315 milliseconds

123