Symbol: dowait
usr/src/cmd/csh/sh.init.c
159
S_wait, dowait, 0, 0,
usr/src/cmd/csh/sh.init.c
69
extern int dowait();
usr/src/cmd/ctrun/ctrun.c
714
chldstat = dowait(pid);
usr/src/cmd/ctrun/ctrun.c
726
chldstat = dowait(pid);
usr/src/cmd/ctrun/ctrun.c
729
chldstat = dowait(pid);
usr/src/cmd/fs.d/mount.c
1245
while (nrun > 0 && (dowait() != -1))
usr/src/cmd/fs.d/mount.c
1294
while (setup_iopipe(vp) == -1 && (dowait() != -1))
usr/src/cmd/fs.d/mount.c
1297
while (nrun >= maxrun && (dowait() != -1)) /* throttle */
usr/src/cmd/fs.d/mount.c
1573
while (nrun > 0 && (dowait() != -1))
usr/src/cmd/fs.d/mount.c
1636
while (nrun > 0 && (dowait() != -1))
usr/src/cmd/fs.d/mount.c
192
static int dowait();
usr/src/cmd/fs.d/umount.c
1044
while (nrun > 0 && (dowait() != -1))
usr/src/cmd/fs.d/umount.c
136
static int dowait();
usr/src/cmd/fs.d/umount.c
806
while (nrun > 0 && (dowait() != -1))
usr/src/cmd/fs.d/umount.c
818
while (setup_iopipe(mp) == -1 && (dowait() != -1))
usr/src/cmd/fs.d/umount.c
821
while (nrun >= maxrun && (dowait() != -1)) /* throttle */
usr/src/cmd/fs.d/umount.c
864
while (nrun > 0 && (dowait() != -1))
usr/src/cmd/lp/cmd/lpsched/lpsched.c
333
dowait ();
usr/src/cmd/lp/cmd/lpsched/lpsched.h
287
void dowait ( void );
usr/src/cmd/mail/mail.h
296
extern int dowait(pid_t pidval);
usr/src/cmd/mail/pipletr.c
87
return (dowait(pid));
usr/src/uts/common/fs/sockfs/socksyscalls.c
2548
boolean_t dowait = B_FALSE;
usr/src/uts/common/fs/sockfs/socksyscalls.c
2725
ASSERT(!dowait);
usr/src/uts/common/fs/sockfs/socksyscalls.c
2726
dowait = B_TRUE;
usr/src/uts/common/fs/sockfs/socksyscalls.c
2760
if (dowait) {