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

12345678910

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnandfs.c636 uint64_t i, done, pinode, inode; local
647 done = nameidx = 0;
672 done = counter = 0;
690 done = 1;
701 if (done)
705 if (!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/cmd/abi/spectrans/spec2map/
H A Dbucket.c349 int done = 0; local
358 b->b_has_locals = done = 1;
367 if (done == 0) {
/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/boot/bootadm/
H A Dbootadm.c477 * (ex. mkisofs). This is done to prevent those processes from attempting
710 * filesystem has been done.
1075 goto done;
1080 goto done;
1096 goto done;
1100 goto done;
1105 goto done;
1118 goto done;
1127 goto done;
1141 goto done;
9940 int done, ret = BAM_SUCCESS; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c203 void (*done) __P((void *, int)); member in struct:subprocess
2017 * If done != NULL, (*done)(arg, int) will be called later (within
2021 run_program(prog, args, must_exist, done, arg)
2025 void (*done) __P((void *arg, int status));
2114 record_child(pid, prog, done, arg);
2125 record_child(pid, prog, done, arg)
2128 void (*done) __P((void *, int));
2141 chp->done = done;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c202 static void done(int);
791 done(EXIT_FAILURE);
831 done(EXIT_SUCCESS);
850 done(int status) function
936 done(info.si_status);
1365 done(EXIT_FAILURE);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c188 handle_errors(char *ep, char *ebuf, boolean_t fatal, boolean_t done) argument
216 if (done) {
1696 /* Do nothing, I'm done. */
3024 /* Do nothing, I'm done. */
3451 * The same is done for CMD_PMONITOR.
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c550 * This was done so that attributes can be handled with as few code changes
593 * This is done so that an archiver that doesn't understand these formats
9084 int done; /* loop control */ local
9112 for (done = 0; ! done; ) {
9122 done = 1;
9140 done = 1;
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c160 static void done(void);
354 done();
365 done();
370 done();
382 done();
388 done();
394 done();
403 done();
411 done();
428 done();
2021 done(void) function
[all...]
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c189 * done to allow the callback to communicate with itself if needed (e.g. to
649 goto done;
659 done:
873 * the new format after it's done reading in the data.
969 boolean_t done = B_FALSE; local
987 * read-only file-system. If so, we are done.
1013 if (link_in_file.ll_link[0] == '\0' || done) {
1015 * this is a comment line or we are done updating the
1046 done = B_TRUE;
1071 done
[all...]
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1169 int done = 0, mode = 0; local
1234 done = 1;
1609 * other modes, we will exit dtrace once mode-specific work is done.
1619 if (done && !g_grabanon) {
1802 if (!g_intr && !done)
1815 if (done || g_intr || (g_psc != 0 && g_pslive == 0)) {
1816 done = 1;
1823 done = 1;
1834 } while (!done);
/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/cmd/dtrace/test/tst/i386/pid/
H A Dtst.ret.s100 ALTENTRY(done) function
102 SET_SIZE(done)
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c84 boolean_t done = B_FALSE; local
111 done = B_TRUE;
115 } while (!done && !timedout && !interrupted);
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c369 int done; /* Flag, sev def'n found and ok? */
389 done = FALSE;
391 while (!done) {
435 done = TRUE;
456 done = TRUE;
460 } /* while (!done) */
365 int done; /* Flag, sev def'n found and ok? */ local
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c95 goto done;
100 goto done;
123 goto done;
128 goto done;
133 goto done;
145 goto done;
169 goto done;
199 done:
234 goto done;
239 goto done;
331 int done = 0; local
422 int done = 0; local
[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/ldap/common/
H A Dldapsearch.c297 int done = 0; local
301 while ( rc == LDAP_SUCCESS && !done ) {
330 done = 1;
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4137 int done = 0; local
4237 while (!done) {
4240 done = 1;
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c563 int done; /* TRUE if finished, FALSE otherwise */ local
603 done = FALSE;
604 for (dp = displayhead->nextlogin; !done && dp;
627 done = TRUE;
629 done = TRUE;
1274 int done; /* Is the process (?) is complete */ local
1581 * Note: This processing needs to be done before any other options
1636 done = FALSE;
1661 if (done == FALSE) {
1663 done
[all...]
/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/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/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/lp/filter/postscript/download/
H A Ddownload.c120 static void done(void);
151 done(); /* and clean things up */
333 * each font as already downloaded. Nothing's done if the file can't be read or
397 done(void) function
409 } /* End of done */

Completed in 293 milliseconds

12345678910