Home
last modified time | relevance | path

Searched refs:dowait (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dpipletr.c33 dowait(pid_t pidval) in dowait() function
87 return (dowait(pid)); in systm()
H A Dmail.h296 extern int dowait(pid_t pidval);
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c136 static int dowait();
806 while (nrun > 0 && (dowait() != -1)) in do_umounts()
818 while (setup_iopipe(mp) == -1 && (dowait() != -1)) in do_umounts()
821 while (nrun >= maxrun && (dowait() != -1)) /* throttle */ in do_umounts()
864 while (nrun > 0 && (dowait() != -1)) in cleanup()
880 dowait(void) in dowait() function
1044 while (nrun > 0 && (dowait() != -1)) in nomem()
H A Dmount.c192 static int dowait();
1245 while (nrun > 0 && (dowait() != -1)) in do_mounts()
1294 while (setup_iopipe(vp) == -1 && (dowait() != -1)) in do_mounts()
1297 while (nrun >= maxrun && (dowait() != -1)) /* throttle */ in do_mounts()
1402 dowait(void) in dowait() function
1573 while (nrun > 0 && (dowait() != -1)) in cleanup()
1636 while (nrun > 0 && (dowait() != -1)) in nomem()
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c354 dowait(int pid) in dowait() function
714 chldstat = dowait(pid); in main()
726 chldstat = dowait(pid); in main()
729 chldstat = dowait(pid); in main()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.init.c69 extern int dowait();
159 S_wait, dowait, 0, 0,
H A Dsh.proc.c310 dowait(void) in dowait() function
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A DMakefile63 dowait.c \
H A Dlpsched.c333 dowait (); in process()
H A Dlpsched.h287 void dowait ( void );
H A Ddowait.c53 dowait (void) in dowait() function
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2526 boolean_t dowait = B_FALSE; in snf_segmap() local
2703 ASSERT(!dowait); in snf_segmap()
2704 dowait = B_TRUE; in snf_segmap()
2738 if (dowait) { in snf_segmap()