HomeSort by: relevance | last modified time | path
    Searched defs:done (Results 1 - 25 of 202) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/arch/evbppc/explora/
consinit.c 71 static int done = 0; local in function:consinit
73 if (done)
76 done = 1;
  /src/usr.bin/patch/
mkpath.c 57 int done = 0; local in function:mkpath
61 while (!done) {
65 done = (*slash == '\0');
  /src/games/adventure/
done.c 1 /* $NetBSD: done.c,v 1.10 2009/08/25 06:56:52 dholland Exp $ */
40 static char sccsid[] = "@(#)done.c 8.1 (Berkeley) 5/31/93";
42 __RCSID("$NetBSD: done.c,v 1.10 2009/08/25 06:56:52 dholland Exp $");
109 done(int entry) function in typeref:typename:void
152 done(2);
157 done(2);
  /src/games/warp/
play.c 35 bool done = false; local in function:play
79 get_commands(&done);
80 if (done)
173 done = true;
179 } while (!done);
  /src/sys/external/bsd/drm2/linux/
linux_stop_machine.c 49 volatile bool done; member in struct:stop_machine
64 while (!atomic_load_acquire(&S->done))
73 /* Notify everyone else that we're done. */
74 atomic_store_release(&S->done, true);
90 S->done = false;
  /src/bin/mkdir/
mkdir.c 156 int done, rv; local in function:mkpath
158 done = 0;
165 done = (*(slash + strspn(slash, "/")) == '\0');
168 rv = mkdir(path, done ? mode : dir_mode);
189 } else if (done) {
206 if (done) {
  /src/common/lib/libc/arch/sh3/string/
memset.S 68 bt/s done
74 bt/s done
77 bt/s done
80 bt/s done
85 done: label
  /src/lib/libc/gen/
gr_private.h 82 int done; /* non-zero if search exhausted */ member in struct:__grstate_nis
  /src/regress/sys/kern/latency1/
latency1.c 55 int done; variable in typeref:typename:int
63 done = 1;
139 } while (!done);
  /src/share/examples/puffs/pgfs/
pgfs_db.h 56 bool done; member in struct:fetchstatus
  /src/sys/arch/amiga/dev/
ite_rh.c 70 static int done; local in function:grfrh_cnprobe
73 if (done == 0)
77 done = 1;
ite_cl.c 81 static int done; local in function:grfcl_cnprobe
84 if (cl_console && (done == 0))
89 done = 1;
ite_cv.c 80 static int done; local in function:grfcv_cnprobe
83 if (done == 0)
95 done = 1;
ite_cv3d.c 80 static int done; local in function:grfcv3d_cnprobe
83 if (done == 0)
95 done = 1;
ite_et.c 82 static int done; local in function:grfet_cnprobe
85 if (et_console && (done == 0))
90 done = 1;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_utils.c 32 static volatile unsigned done = 0; local in function:__i915_printk
41 atomic_swap_uint(&done, 1) == 0)
  /src/sys/modules/examples/pollpal/
cmd_pollpal.c 51 done(int e, const char *msg, ...) function in typeref:typename:__dead __printflike (2,3)void
67 done(EXIT_SUCCESS, NULL);
96 done(EXIT_FAILURE, "poll");
102 done(EXIT_SUCCESS, NULL);
106 done(EXIT_FAILURE, "ERR|HUP|NVAL");
114 done(EXIT_FAILURE, "write");
124 done(EXIT_FAILURE, "read");
129 done(EXIT_SUCCESS, NULL);
  /src/tests/lib/libc/regex/
debug.c 94 int done = 0; local in function:s_print
113 for (s = &g->strip[1]; !done; s++) {
118 done = 1;
201 if (!done)
  /src/tests/lib/libc/sys/
t_pipe.c 79 ssize_t sz, todo, done; local in function:ATF_TC_BODY
106 RL(done = read(pp[0], f, 128 * 1024));
119 done += sz;
125 printf("Read: %#zx\n", (size_t)done);
128 exit(done != todo);
  /src/usr.sbin/npf/npftest/libnpftest/
npf_perf_test.c 22 static volatile int done; variable in typeref:typename:volatile int
42 while (!done) {
63 done = false;
79 done = true;
  /src/lib/libc/isc/
ev_streams.c 50 static void done(evContext opaqueCtx, evStream *str);
182 * Either 'old' is the only item on the done list, or it's
183 * not on the done list. If the former, then we unlink it
250 /* Add a stream to Done list and deselect the FD. */
252 done(evContext opaqueCtx, evStream *str) { function in typeref:typename:void
288 done(opaqueCtx, str);
315 done(opaqueCtx, str);
  /src/regress/sys/kern/latency2/
latency2.c 50 int done; variable in typeref:typename:int
61 done = 1;
147 } while (!done);
  /src/usr.sbin/sdpd/
main.c 56 static unsigned done; variable in typeref:typename:unsigned
140 for (done = 0; !done; ) {
142 done++;
230 s, ++done);
  /src/sys/uvm/pmap/
pmap_devmap.c 86 bool done = false; local in function:pmap_devmap_bootstrap
110 done = true;
112 if (done)
  /src/sbin/mount_qemufwcfg/
virtdir.c 77 int done; local in function:normalise
79 for (pp = path, np = name, done = 0 ; !done &&
90 done = 1;

Completed in 80 milliseconds

1 2 3 4 5 6 7 8 9