Searched refs:dowait (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dpipletr.c35 dowait(pid_t pidval) function
89 return (dowait(pid));
H A Dmail.h296 extern int dowait(pid_t pidval);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.init.c71 extern int dowait();
161 S_wait, dowait, 0, 0,
H A Dsh.proc.c301 * dowait - wait for all processes to finish
304 dowait(void) function
310 tprintf("TRACE- dowait()\n");
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c134 static int dowait();
793 while (nrun > 0 && (dowait() != -1))
805 while (setup_iopipe(mp) == -1 && (dowait() != -1))
808 while (nrun >= maxrun && (dowait() != -1)) /* throttle */
851 while (nrun > 0 && (dowait() != -1))
867 dowait(void) function
1031 while (nrun > 0 && (dowait() != -1))
H A Dmount.c194 static int dowait();
1236 while (nrun > 0 && (dowait() != -1))
1285 while (setup_iopipe(vp) == -1 && (dowait() != -1))
1288 while (nrun >= maxrun && (dowait() != -1)) /* throttle */
1393 dowait(void) function
1564 while (nrun > 0 && (dowait() != -1))
1627 while (nrun > 0 && (dowait() != -1))
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c350 * dowait
356 dowait(int pid) function
716 chldstat = dowait(pid);
728 chldstat = dowait(pid);
731 chldstat = dowait(pid);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A DMakefile65 dowait.c \
H A Dlpsched.c335 dowait ();
H A Dlpsched.h287 void dowait ( void );
H A Ddowait.c51 ** dowait() - CLEAN UP CHILD THAT HAS FINISHED, RESCHEDULE ANOTHER TASK
55 dowait (void) function
67 syslog(LOG_DEBUG, "dowait(%d)", DoneChildren);
75 syslog(LOG_DEBUG, "dowait(): 0x%8.8x", ep);
80 syslog(LOG_DEBUG, "dowait(): cleaning up 0x%8.8x", ep);
90 syslog(LOG_DEBUG, "dowait(): type %d, killed %d, exited %d",
278 * Being in the "dowait()" routine means the
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c504 int dowait = 0, verify = 0; local
548 dowait = 1;
578 if (dowait) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2475 boolean_t dowait = B_FALSE; local
2652 ASSERT(!dowait);
2653 dowait = B_TRUE;
2687 if (dowait) {

Completed in 83 milliseconds