Searched refs:finished (Results 51 - 65 of 65) sorted by relevance

123

/freebsd-current/usr.bin/dtc/
H A Dfdt.cc444 if (name_buffer.finished())
1649 while (valid && !input.finished())
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-loop.mk30 # target. Because of this, after the loop has finished, '$@' is
/freebsd-current/sys/dev/enic/
H A Dif_enic.c1425 int (*finished) (struct vnic_dev *, int *), int arg)
1437 err = finished(vdev, &done);
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c687 int finished)
696 finished ? "" : " started");
749 if (finished)
753 wpa_supplicant_event(bss->ctx, finished ?
683 mlme_event_ch_switch(struct wpa_driver_nl80211_data *drv, struct nlattr *ifindex, struct nlattr *freq, struct nlattr *type, struct nlattr *bw, struct nlattr *cf1, struct nlattr *cf2, int finished) argument
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c187 /// been finished.
191 /// have already been finished.
413 thr->outbuf->finished = true;
775 // outbuf has been finished already too.
H A Dstream_decoder_mt.c268 /// already been finished.
274 /// been finished.
474 // Either we finished successfully (LZMA_STREAM_END) or an error
501 // Mark the outbuf as finished.
504 thr->outbuf->finished = true;
681 // If a Block was finished, tell the worker
690 // Loop until a Block wasn't finished.
785 // This can happen when a Block has finished without
/freebsd-current/contrib/sendmail/src/
H A Dqueue.c1536 ** finished spinning off queue runners, may go back to doing something
8758 bool finished = false; local
8917 finished = true;
8942 if (!failing && !finished)
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dfil.c2884 goto finished;
2897 goto finished;
2905 goto finished;
3124 * Once we're finished return to our caller, freeing the packet if
3165 finished:
H A Dip_nat.c1788 goto finished;
1802 goto finished;
1840 goto finished;
1859 finished:
8373 /* actually use them after the ioctl processing has finished. */
/freebsd-current/contrib/wpa/src/ap/
H A Dieee802_1x.c2455 cb.finished = _ieee802_1x_finished;
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp3507 /// Returns if it either has finished parsing the clause, or it detects, that
3537 /// Returns if it either has finished parsing the expression, or it detects,
4456 if (Reconstruct->finished()) {
4753 // directives only after that unwrapped line was finished later.
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp6543 void finish() override { finished = Clock::now(); }
6545 ClockDuration<Clock> elapsed() const { return finished - started; }
6548 TimePoint<Clock> finished;
/freebsd-current/contrib/libpcap/
H A Dconfigure2877 # we're finished doing configuration tests for the modules.
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8530 /// finished) will need to be retried since it's possible that they will now
8544 if (!State.Consumer->finished())
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c651 ** are closed, and all backups have finished. The sqlite3_close_v2() interface
790 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
1492 ** in wal mode after the client has finished copying pages from the wal
2961 ** has finished, the original value is restored.)^
3049 ** ^If an SQL operation is very nearly finished at the time when
3254 ** After the application has finished with the result from sqlite3_get_table(),
4556 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
4954 ** ^ (1) A destructor to dispose of the BLOB or string after SQLite has finished
4988 ** destructor D with a single argument of P when it is finished using
5265 ** ^[SQLITE_DONE] means that the statement has finished executin
[all...]

Completed in 919 milliseconds

123