HomeSort by relevance Sort by last modified time
    Searched defs:done (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/
done.c 36 ** done() - CLEAN UP AND EXIT
39 void done (rc) function
  /onnv/onnv-gate/usr/src/common/openssl/crypto/err/
err_all.c 107 static int done=0; local
109 if (done) return;
110 done=1;
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
strlen.s 64 jz done
69 jz done
74 jz done
92 done: label
strcpy.s 72 jz done
92 jz done
95 jz done
99 jz done
101 done: label
strchr.s 38 jz done
45 jz done
52 jz done
130 done: label
  /onnv/onnv-gate/usr/src/cmd/mail/
done.c 77 done(0);
81 void done(needtmp) function
84 static char pn[] = "done";
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
IListIter.h 22 IListIterBase::done; member in class:SP_NAMESPACE::IListIter::IListIterBase
IListIterBase.h 18 int done() const;
31 int IListIterBase::done() const function in class:SP_NAMESPACE::IListIterBase
ListIter.h 20 int done() const { return iter_.done(); } function in class:SP_NAMESPACE::ListIter
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
tst.ret.s 100 ALTENTRY(done) function
102 SET_SIZE(done)
  /onnv/onnv-gate/usr/src/cmd/fmli/qued/
fput.c 55 register int row, col, done; local
62 done = FALSE;
64 while (!done) {
94 done = TRUE;
111 done = TRUE;
138 done = TRUE;
acs_io.c 159 was previously done.
181 * proccessing was already done when fputstring wrote into the scrollbuffer
189 register int row, col, done; local
202 done = FALSE;
204 while (!done)
213 done = TRUE;
219 done = TRUE;
  /onnv/onnv-gate/usr/src/common/mdesc/
mdesc_init_intern.c 41 int done; local
110 for (done = 0, idx = 0, count = 0; !done; ) {
117 done = 1;
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4u/pcibus/
pci_sun4u.c 61 * 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;
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/
lpshut.c 48 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 (ec function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libuuid/common/
uuid_misc.c 80 int done; local
82 done = 0;
83 while (!done) {
95 done = 1;
99 done = 1;
  /onnv/onnv-gate/usr/src/uts/i86pc/ml/
fb_swtch_src.s 341 movq (%rax), %rcx /* Are we done? */
403 movl (%eax), %esi /* Are we done? */
405 je done
429 done: label
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
odikey.c 151 register bool done = FALSE; local
153 while (!done && src && *src && dst-p < sizedst-1 ) {
156 done = TRUE;
171 return(done?++src:src); /* skip the ";" */
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
ndievents.c 213 int done; local
236 done = 0;
237 while (!done) {
248 done = 1;
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_dictlog.cc 150 bool_t done = FALSE; local
157 while (!done) {
161 if ((*func)(j, dict, &count) == FALSE) done = TRUE;
  /onnv/onnv-gate/usr/src/lib/libast/common/disc/
sfdcdio.c 56 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;
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
ev_streams.c 42 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
240 /* Add a stream to Done list and deselect the FD. */
242 done(evContext opaqueCtx, evStream *str) { function
278 done(opaqueCtx, str);
305 done(opaqueCtx, str);
  /onnv/onnv-gate/usr/src/cmd/svc/configd/
snapshot.c 103 int done; local
107 done = ((sp->rs_flags & RC_SNAPSHOT_DEAD) &&
111 if (done)
128 int done; local
133 done = ((sp->rs_flags & RC_SNAPSHOT_DEAD) &&
137 if (done)
  /onnv/onnv-gate/usr/src/cmd/troff/
n2.c 255 done(x) function
358 done(x);
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
ap_seq.c 90 int done = 0; local
103 done++;
127 done++;
151 done++;
168 done++;
195 if (done)
245 goto done;
309 done:

Completed in 4439 milliseconds

1 2 3 4 5 6 7 8 910