HomeSort by relevance Sort by last modified time
    Searched refs:dowait (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mail/
pipletr.c 35 dowait(pid_t pidval) function
89 return (dowait(pid));
mail.h 299 extern int dowait(pid_t pidval);
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.init.c 71 extern int dowait();
161 S_wait, dowait, 0, 0,
sh.proc.c 301 * dowait - wait for all processes to finish
304 dowait(void) function
310 tprintf("TRACE- dowait()\n");
  /onnv/onnv-gate/usr/src/cmd/fs.d/
umount.c 146 static int dowait();
829 while (nrun > 0 && (dowait() != -1))
841 while (setup_iopipe(mp) == -1 && (dowait() != -1))
844 while (nrun >= maxrun && (dowait() != -1)) /* throttle */
858 while (cachefs_running && (dowait() != -1))
904 while (nrun > 0 && (dowait() != -1))
920 dowait(void) function
1090 while (nrun > 0 && (dowait() != -1))
mount.c 198 static int dowait();
1265 while (nrun > 0 && (dowait() != -1))
1314 while (setup_iopipe(vp) == -1 && (dowait() != -1))
1317 while (nrun >= maxrun && (dowait() != -1)) /* throttle */
1323 while (cachefs_running && (dowait() != -1))
1431 dowait(void) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ctrun/
ctrun.c 350 * dowait
356 dowait(int pid) function
716 chldstat = dowait(pid);
728 chldstat = dowait(pid);
731 chldstat = dowait(pid);
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
Makefile 65 dowait.c \
lpsched.c 335 dowait ();
lpsched.h 289 void dowait ( void );
dowait.c 51 ** 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
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
sd_tdaemon.c 504 int dowait = 0, verify = 0; local
548 dowait = 1;
578 if (dowait) {
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
socksyscalls.c 2250 boolean_t dowait = B_FALSE; local
    [all...]

Completed in 600 milliseconds