Searched defs:done (Results 1 - 25 of 234) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddone.c36 ** done() - CLEAN UP AND EXIT
39 void done (rc) function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrlen.s64 jz done
69 jz done
74 jz done
92 done: label
H A Dstrcpy.s72 jz done
92 jz done
95 jz done
99 jz done
101 done: label
H A Dstrchr.s38 jz done
45 jz done
52 jz done
130 done: label
/illumos-gate/usr/src/cmd/mail/
H A Ddone.c77 done(0);
81 void done(needtmp) function
84 static char pn[] = "done";
/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_init_intern.c41 int done; local
110 for (done = 0, idx = 0, count = 0; !done; ) {
117 done = 1;
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.ret.s100 ALTENTRY(done) function
102 SET_SIZE(done)
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/pcibus/
H A Dpci_sun4u.c61 * This check is done by walking up the topo tree and checking the
69 int done, xmits_found, i, n; local
72 done = xmits_found = 0;
75 while (!done) {
88 done = xmits_found = 1;
102 done = xmits_found = 1;
114 done = 1;
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dfb_swtch_src.s341 movq (%rax), %rcx /* Are we done? */
403 movl (%eax), %esi /* Are we done? */
405 je done
429 done: label
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpshut.c48 done();
98 done (1);
102 done (1);
108 done (1);
115 done (0);
119 done (1);
123 done (1);
182 done (1);
196 ** done() - CLEANUP AND EXIT
199 void done (e function
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java40 static AtomicBoolean done = new AtomicBoolean(); field in class:TestDrop
53 done.set(true);
62 while (consumer.isRunning() && !done.get()) {
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDAAdvertiser.java65 private Boolean done = new Boolean(false); field in class:DAAdvertiser
204 synchronized (done) {
206 if (done.booleanValue()) {
254 synchronized (done) {
255 done = new Boolean(true);
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid_misc.c81 int done; local
83 done = 0;
84 while (!done) {
96 done = 1;
100 done = 1;
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_seq.c93 int done = 0; local
106 done++;
130 done++;
154 done++;
171 done++;
198 if (done)
248 goto done;
347 done:
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog.cc150 bool_t done = FALSE; local
157 while (!done) {
161 if ((*func)(j, dict, &count) == FALSE) done = TRUE;
H A Ddb_log.cc79 bool_t done = FALSE; local
83 while (!done) {
87 if ((*func)(j, arg, &count) == FALSE) done = TRUE;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c213 int done; local
236 done = 0;
237 while (!done) {
248 done = 1;
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c255 done(x) function
358 done(x);
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_sd.c69 int cmd, intptr_t arg, int flag, cred_t *credp, int *rvalp, boolean_t *done)
75 *done = B_TRUE;
113 *done = B_FALSE;
68 xdfs_c_ioctl(xdfs_state_t *xsp, dev_t dev, int part, int cmd, intptr_t arg, int flag, cred_t *credp, int *rvalp, boolean_t *done) argument
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdio.c56 size_t rw, done; local
59 done = 0; /* amount processed by direct IO */
81 { rw -= rv; done += rv;
90 if(done < n && (di->cntl & FDIRECT) )
97 if((rw = n-done) > 0 &&
99 done += rv;
101 return done ? done : rv;
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c271 ns_tcp_tsig_state *state, int done)
274 done, NULL, NULL));
279 ns_tcp_tsig_state *state, int done,
312 if (done == 0 && (state->counter % 100 != 0))
270 ns_sign_tcp(u_char *msg, int *msglen, int msgsize, int error, ns_tcp_tsig_state *state, int done) argument
278 ns_sign_tcp2(u_char *msg, int *msglen, int msgsize, int error, ns_tcp_tsig_state *state, int done, u_char **dnptrs, u_char **lastdnptr) argument
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dseterror.c219 int done=0; local
226 while (done==0)
238 done=1;
247 done=1;
256 done=1;
271 done=1;
287 done=1;
302 done=1;
313 done=1;
317 done
[all...]
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-crc.c30 [+done?XOR the final crc value with \anumber\a. 0xffffffff is used if \anumber\a is omitted.]:?[number:=0]\
49 Crcnum_t done; member in struct:Crc_s
134 if(!strcmp(name, "crc-0x04c11db7-rotate-done-size"))
137 sum->done=0xffffffff;
157 else if (strneq(t, "done", i))
158 sum->done = v ? strtoul(v + 1, NiL, 0) : ~sum->done;
330 sum->sum = c ^ sum->done;
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c42 static void done(evContext opaqueCtx, evStream *str);
172 * Either 'old' is the only item on the done list, or it's
173 * not on the done list. If the former, then we unlink it
242 done(evContext opaqueCtx, evStream *str) { function
278 done(opaqueCtx, str);
305 done(opaqueCtx, str);
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c217 int done = 0; local
242 done = 1;
245 } while (!done);

Completed in 96 milliseconds

12345678910