Searched refs:wait (Results 251 - 275 of 776) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/sparc64/sparc64/
H A Dvm_machdep.c393 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, u_int8_t *flags, int wait) argument
404 malloc2vm_flags(wait) | VM_ALLOC_WIRED | VM_ALLOC_NOOBJ);
417 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0)
/freebsd-11-stable/lib/msun/tests/
H A Dfenv_test.c35 #include <sys/wait.h>
445 assert(wait(&status) > 0);
522 assert(wait(&status) > 0);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clone.c40 #include <sys/wait.h>
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dsanity_test.c33 #include <sys/wait.h>
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dprocess.hpp210 status wait(void);
/freebsd-11-stable/contrib/dma/
H A Dlocal.c37 #include <sys/wait.h>
147 /* wait for a maximum of 100s to get the lock to the file */
/freebsd-11-stable/contrib/apr/misc/unix/
H A Dotherchild.c31 #include <sys/wait.h>
/freebsd-11-stable/contrib/groff/src/include/
H A Dnonposix.h227 # define WAIT(s,p,m) wait(s)
/freebsd-11-stable/sys/dev/drm/
H A Dvia_drm.h217 int wait; member in struct:_drm_via_cmdbuf_size
259 * blit engine busy-wait polling for better latency in the absence of
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c55 #include <sys/wait.h>
/freebsd-11-stable/lib/libc/tests/gen/
H A Dfmtmsg_test.c31 #include <sys/wait.h>
/freebsd-11-stable/libexec/ftpd/
H A Dpopen.c43 #include <sys/wait.h>
/freebsd-11-stable/libexec/rpc.rwalld/
H A Drwalld.c45 #include <sys/wait.h>
/freebsd-11-stable/libexec/talkd/
H A Dannounce.c42 #include <sys/wait.h>
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.c52 #include <sys/wait.h>
/freebsd-11-stable/crypto/openssh/
H A Dlogintest.c33 #include <sys/wait.h>
H A Dreadpass.c29 #include <sys/wait.h>
/freebsd-11-stable/lib/libc/gen/
H A Dpopen.c42 #include <sys/wait.h>
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h68 # include <sys/wait.h>
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_shell.c18 #include <sys/wait.h>
/freebsd-11-stable/sys/pc98/cbus/
H A Dpckbd.c556 pckbd_read(keyboard_t *kbd, int wait) argument
560 if (wait)
580 pckbd_read_char(keyboard_t *kbd, int wait) argument
599 if (wait) {
902 #define KBD_RESETDELAY 200 /* wait 200msec after kbd/mouse reset */
905 #define KBD_MAXWAIT 5 /* wait 5 times at most after reset */
960 /* wait for data from the keyboard */
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c46 #include <sys/wait.h>
/freebsd-11-stable/tools/regression/sockets/accept_fd_leak/
H A Daccept_fd_leak.c31 #include <sys/wait.h>
/freebsd-11-stable/tools/regression/sysvshm/
H A Dshmtest.c41 #include <sys/wait.h>
/freebsd-11-stable/usr.bin/newkey/
H A Dnewkey.c55 #include <sys/wait.h>
153 (void)printf("Please wait for the database to get updated...\n");

Completed in 293 milliseconds

<<11121314151617181920>>