Searched refs:wait (Results 276 - 300 of 776) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/hptmv/
H A Dcommand.h145 USHORT WaitInterrupt; /* bit map the members who wait interrupt */
153 USHORT WaitInterrupt; /* bit map the members who wait interrupt */
166 ULONG dummy[2]; /* uScratch.wait shall be moved out uScratch.
196 } wait; member in union:_Command::__anon10133
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_scan.c47 #include <sys/wait.h>
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dv831.c111 while ((pid = wait(&status)) != child && pid != -1)
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h192 int wait(int *);
/freebsd-11-stable/bin/pwait/
H A Dpwait.c40 #include <sys/wait.h>
61 * pwait - wait for processes to terminate
/freebsd-11-stable/bin/ed/
H A Dglbl.c34 #include <sys/wait.h>
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h192 int wait(int *);
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h586 void sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard);
596 int prev_ysize, int wait);
612 void sc_alloc_cut_buffer(scr_stat *scp, int wait);
652 void *buffer, int wait);
/freebsd-11-stable/tools/test/popss/
H A Dpopss.c41 #include <sys/wait.h>
/freebsd-11-stable/lib/libproc/
H A Dproc_util.c36 #include <sys/wait.h>
H A Dproc_bkpt.c35 #include <sys/wait.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_rlock.c101 * Check if a write lock can be grabbed, or wait and recheck until available.
160 goto wait; /* already locked at same offset */
164 goto wait;
168 goto wait;
173 wait:
353 * Check if a reader lock can be grabbed, or wait and recheck until available.
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c43 #include <sys/wait.h>
165 /* wait and check result from child */
H A Dt_spawn.c40 #include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c54 #include <sys/wait.h>
H A Dt_select.c35 #include <sys/wait.h>
160 err(1, "wait");
198 err(1, "wait");
/freebsd-11-stable/usr.bin/apply/
H A Dapply.c44 #include <sys/wait.h>
/freebsd-11-stable/usr.sbin/autofs/
H A Ddefined.c49 #include <sys/wait.h>
H A Dpopen.c46 #include <sys/wait.h>
/freebsd-11-stable/usr.bin/sdiff/
H A Dedit.c12 #include <sys/wait.h>
/freebsd-11-stable/contrib/telnet/telnetd/
H A Ddefs.h54 #include <sys/wait.h>
/freebsd-11-stable/usr.bin/lockf/
H A Dlockf.c32 #include <sys/wait.h>
166 * whether we should wait for the lock. Returns an open file descriptor
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.h17 #include <sys/wait.h>
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dpopen.c245 while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1)
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c50 #include <sys/wait.h>

Completed in 1221 milliseconds

<<11121314151617181920>>