Searched defs:done (Results 101 - 125 of 234) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c116 static int done = RI_NONE; local
123 if (done != RI_NONE)
124 return done == RI_SUCCESS;
128 done = RI_FAIL;
261 done = ok ? RI_SUCCESS : RI_FAIL;
1426 "STARTTLS=%s, SSL_shutdown not done",
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c530 * (ofl_segs). That is done using ld_map_seg_insert().
1428 Boolean done = FALSE; local
1437 while (!done) {
1480 done = TRUE;
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c134 done(1);
145 done(1);
168 done(1);
193 done(1);
574 done(1);
745 done(1);
822 /* XXX instead of done(), clean up and return FAIL? */
828 done(1);
835 done(1);
870 done(
929 done(int exitcode) function
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c367 int done = 0, tries = 0, pcount; local
389 while (!done) {
1127 /* Keylogin user if not already done */
1159 * Call getspnam() after the keylogin has been done so we have
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c449 static int done = 0; local
452 if (done++)
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c251 /* pagelist i/o pages must be done in cache_init */
1004 * say we're done.
1100 * This routine is called at interrupt level when the io is done.
1108 int done; local
1111 * We get called for each buf that completes. When they are all done.
1121 done = !(--hook->count);
1122 if (done) {
1133 if (!done)
1150 * This routine is called at interrupt level when the io is done.
1156 int done, erro local
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c320 int done = B_FALSE, flags, len; local
401 done = B_TRUE;
408 return (done ? 0 : DHCP_NO_DATA);
442 * couldn't use. Take this server off the "bad" list when this is done.
1136 int done = B_FALSE; local
1151 while (err == 0 && !done) {
1223 done = B_TRUE;
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c85 * mappings we know because those are done within the Solaris xvdi code
785 boolean_t done; local
794 rv = xdfs_c_ioctl(xsp, dev, part, cmd, arg, flag, credp, rvalp, &done);
795 if (done)
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c1105 boolean_t done = B_FALSE; local
1133 done = B_TRUE;
1175 done = B_TRUE;
1179 } while (!done);
1307 * We are done if another cpu is scheduled on the HPET with an
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c703 int i, min_share, foundnow, done = 0; local
762 done = 1;
787 if (done)
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ctx.c116 u32 done = 0, timeout = 0; local
121 UNM_PCIE_REG(PCIE_SEM5_LOCK), &done);
123 if (done == 1)
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s750 b,a $done
759 b,a $done
763 b,a $done
767 b,a $done
797 $done:
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c464 int i, min_share, foundnow, done = 0; local
525 done = 1;
550 if (done)
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c45 #define Done(EC,ERRNO) done(((EC) << 8),ERRNO)
64 static void done ( int , int );
909 * stuff, which is done separately.
962 * done. If the user doesn't want this, then he or
1329 done (status, 0); /* Don't use Done() */
1405 done (SIGTERM, 0); /* Don't use Done() */
1411 ** done() - TELL SPOOLER THIS CHILD IS DONE
1415 done(int status, int err) function
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c40 * the connection until the job is completely done. It's more work than you
155 static int ignore = OFF; /* what's done for FATAL errors */
163 static int joinsig = SIGTRAP; /* reader gets when writing is done */
197 static void done(void);
232 * done depends on the value assigned to splitme when split() is called.
267 initialize(); /* must be done after options() */
271 done(); /* wait until the printer is finished */
432 * otherwise nothing's done. Unbuffering stdout (via the setbuf() call) isn't
492 * read and write processes, if requested, will be created after we're done
528 * testing is done, d
743 done(void) function
[all...]
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c42 done();
421 done (91);
423 done (92);
431 done (93);
434 done (94);
438 done (0);
493 ** done() - CLEANUP AND EXIT
496 void done (ec) function
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc344 int i, done = 0; local
352 i <= last_used && i < table_size && done < count;
356 ++done;
658 * should hold a lock until done with the index. To save us
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c433 int done = 0, loops = 0; local
442 done = 1;
459 } while (!done);
512 int done = 0, loops = 0; local
522 done = 1;
537 } while (!done);
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h54 Compression can be done in a single step if the buffers are large enough,
55 or can be done by repeated calls of the compression function. In the latter
125 int done; /* true when done reading gzip header (not used member in struct:gz_header_s
242 this will be done by deflate().
329 is to be done in a single step. In this case, avail_out must be at least the
385 will be done by inflate(). (So next_in and avail_in may be modified, but
584 compression: this will be done by deflate().
628 not perform any compression: this will be done by deflate().
797 the uncompressed data as is done i
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c243 * NOTE: Upon closing an fd, automatic poll cache cleanup is done for
253 boolean_t done; local
294 done = B_FALSE;
296 while ((fdcnt < nfds) && !done) {
310 done = B_TRUE;
334 * done a POLLREMOVE on this fd yet. Instead
552 done = B_TRUE;
557 if (!done) {
1535 * it is done.
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c1019 * has done the attach/detach of the mddbs. So, master node will block
1475 int done, i; local
1547 if ((done = meta_getside_devinfo(sp,
1559 if (done != 1) {
H A Dmeta_db.c860 int done; local
875 if ((done = meta_getnextside_devinfo(sp, np->bname,
881 if (done == 0)
1700 * done by the commd handler routine. Otherwise, if this
1702 * must be done here since the first attach cannot be sent
2187 * If this cannot be done then we have to fail the request.
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c42 * Implements the work done in the running consumer loop. The native Java
2163 * operation, so we continue to hold it until done clearing.
2378 boolean_t done = B_FALSE; local
2387 done = B_TRUE;
2400 done = B_TRUE;
2410 if (!done) {
2442 done = B_TRUE;
2522 } while (!done);
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c86 aio_req_t *_aio_done_tail; /* list of done requests */
101 aio_req_t *_aio_doneq; /* double linked done queue list */
108 int _aio_req_done_cnt = 0; /* req. done but not in "done queue" */
461 int done = 0; local
480 (void) _aio_cancel_req(aiowp, reqp, &canceled, &done);
696 int done = 0; local
712 _aio_cancel_work(next, fd, &canceled, &done);
716 * finally, check if there are requests on the done queue that
749 if (canceled && done
765 _aio_cancel_work(aio_worker_t *aiowp, int fd, int *canceled, int *done) argument
803 _aio_cancel_req(aio_worker_t *aiowp, aio_req_t *reqp, int *canceled, int *done) argument
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c711 int done = 0; local
739 while (!done) {
746 done = 1;

Completed in 232 milliseconds

12345678910