Searched refs:done (Results 251 - 275 of 1404) sorted by relevance

<<11121314151617181920>>

/freebsd-current/lib/libc/regex/grot/
H A Ddebug.c63 int done = 0; local
83 for (s = &g->strip[1]; !done; s++) {
88 done = 1;
189 if (!done)
/freebsd-current/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_pin.c174 goto done;
179 goto done;
189 goto done;
205 done:
/freebsd-current/sbin/restore/
H A Dextern.h46 void done(int) __dead2;
/freebsd-current/lib/libc/rpc/
H A Dnetnamer.c259 goto done;
283 goto done;
310 goto done;
315 done:
/freebsd-current/sbin/mount_cd9660/
H A Dmount_cd9660.c317 int done, rv; local
320 done = 0;
323 done = 1;
326 if (!done || rv < 0 || *ep)
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zone.c79 goto done;
83 goto done;
88 goto done;
93 done:
/freebsd-current/lib/libthr/thread/
H A Dthr_exit.c140 int done = 0; local
147 done = 1;
151 (done || (uintptr_t)cur <= cfa)) {
155 if (done) {
/freebsd-current/contrib/bmake/mk/
H A Dinstall-new.mk46 done; \
53 done; :; }
H A Dccm.dep.mk41 done; \
42 done >> ${.TARGET}
/freebsd-current/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c60 while (!server->kex->done || !client->kex->done) {
71 printf("done: %s\n", ssh_err(r));
73 ASSERT_INT_EQ(server->kex->done, 1);
74 ASSERT_INT_EQ(client->kex->done, 1);
/freebsd-current/contrib/llvm-project/libcxx/include/__coroutine/
H A Dnoop_coroutine_handle.h40 _LIBCPP_HIDE_FROM_ABI constexpr bool done() const noexcept { return false; }
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_random.c223 int done, fd, i; local
234 done = 0;
238 done = 1;
241 if (!done) {
/freebsd-current/sys/dev/clk/starfive/
H A Djh7110_clk.c212 int flags, int *done)
227 goto done;
236 done:
238 *done = 1;
211 jh7110_clk_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout, int flags, int *done) argument
/freebsd-current/contrib/mandoc/
H A Dout.c127 int done, icol, maxcol, necol, nxcol, quirkcol; local
241 done = 0;
247 done = 1;
252 if (done) {
301 done = 0;
307 done = 1;
313 if (done) {
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c362 goto done;
368 goto done;
375 goto done;
441 done:
497 goto done;
508 goto done; /* let prep_adapter succeed */
539 done:
/freebsd-current/libexec/rtld-elf/amd64/
H A Dreloc.c171 goto done;
201 goto done;
237 * been done. All we do here is make sure that the COPY
244 goto done;
265 goto done;
286 goto done;
318 goto done;
322 done:
/freebsd-current/sys/dev/tcp_log/
H A Dtcp_log_dev.c299 goto done;
306 goto done;
321 goto done;
347 goto done;
353 /* Are we done with this buffer? If so, find the next one. */
361 done:
458 goto done;
485 done:
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dbnep.c331 goto done;
345 goto done;
362 goto done;
369 done:
430 goto done;
444 goto done;
458 done:
513 goto done;
528 goto done;
548 done
[all...]
/freebsd-current/contrib/dialog/
H A Dtailbox.c237 bool done = FALSE; local
251 done = TRUE;
269 done = TRUE;
291 done = TRUE;
300 return !done;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp72 atomic_uintptr_t done; member in struct:__sanitizer::TracerThreadArgument
171 atomic_store(&inst->arg->done, 1, memory_order_relaxed);
228 atomic_store(&tracer_thread_argument->done, 1, memory_order_relaxed);
276 atomic_store(&tracer_thread_argument.done, 0, memory_order_relaxed);
300 while (atomic_load(&tracer_thread_argument.done, memory_order_relaxed) == 0)
/freebsd-current/usr.sbin/autofs/
H A Dautomountd.c68 done(int request_error, bool wildcards) function
167 done(EIO, true);
224 * needs to be done for maps with wildcard entries, but also
264 done(0, true);
290 done(0, wildcards);
354 log_debugx("mount done; exiting");
355 done(0, wildcards);
/freebsd-current/usr.bin/mail/
H A Dpopen.c52 char done; member in struct:child
311 (*cpp)->done = (*cpp)->free = 0;
346 cp->done = 1;
374 if (cp == NULL || !cp->done)
400 if (cp->done)
/freebsd-current/sys/powerpc/fpu/
H A Dfpu_implode.c302 goto done;
354 done:
377 goto done;
398 goto done;
412 done:
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp274 bool done = false; local
276 while (!done && m_read_thread_enabled) {
287 done = true;
294 done = true;
309 done = true;
/freebsd-current/sys/amd64/vmm/amd/
H A Dsvm.c1092 * to track when the vcpu is done handling the NMI.
1771 goto done;
1808 goto done;
1826 goto done;
1833 goto done;
1840 goto done;
1854 * interrupt. This is done because the PIC might have another vector
1860 done:
1996 * generation can be done without a TLB flush.
2403 goto done;
[all...]

Completed in 532 milliseconds

<<11121314151617181920>>