Searched refs:wait (Results 1 - 25 of 776) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write.c38 #include <sys/wait.h>
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c559 * Returns 1, sendpacket_flag = 0: just reset the timer (wait for a milestone).
1040 we'll be waiting when we do the ARPCHECK, so don't wait now. */
1080 to wait for the ARPREPLY, add some delay to wait for
2314 wpid = wait(&wstatus);
2317 error("wait: %m");
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c56 #include <sys/wait.h>
199 #define SWAITMAX 90 /* wait at most 90 seconds */
574 * Disable Nagle on the control channel so that we don't have to wait
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c10220 #define SQLITE_CHECKPOINT_RESTART 2 /* Like FULL but wait for for readers */
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c1999 calc_next_probe(struct module_env* env, time_t wait) argument
2004 if(wait < 3600)
2005 wait = 3600;
2007 if(wait == 0) wait = 1;
2009 rnd = wait/10;
2010 rest = wait-rnd;
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c5087 * and then wait for them to be looked up (in cache, or query) */
5241 /** perform next lookup, next transfer TCP, or end and resume wait time task */
5250 /* wait for lookup to finish,
5271 /* successfully started, wait for callback */
5281 verbose(VERB_ALGO, "auth zone %s transfer failed, wait", zname);
5284 /* we failed to fetch the zone, move to wait task
5288 /* pick up the nextprobe task and wait */
5745 /* we fetched the zone, move to wait task */
5769 /* pick up the nextprobe task and wait (normail wait tim
6605 time_t wait = xfr->refresh; local
[all...]
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c64 #include <sys/wait.h>
383 while (wait(NULL) > 0 || errno == EINTR)
2070 * problem, then wait a short time and try it again.
/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsol.c39 #include <sys/wait.h>
837 wpid = wait(&wstatus);
842 "wait: %s", strerror(errno));
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c47 #include <linux/wait.h>
471 printk(KERN_ERR PFX "wait for CONNECTED state %d\n",
783 printk(KERN_ERR PFX "wait for RDMA_READ_ADV state %d\n",
827 "wait for RDMA_READ_COMPLETE state %d\n",
855 "wait for RDMA_WRITE_ADV state %d\n",
887 "wait for RDMA_WRITE_COMPLETE state %d\n",
1425 printk(KERN_ERR PFX "wait for CONNECT_REQUEST state %d\n",
1524 "wait for RDMA_WRITE_ADV state %d\n",
1541 "wait for RDMA_WRITE_COMPLETE state %d\n",
1888 printk(KERN_ERR PFX "wait fo
[all...]
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vnops.c228 bool still_dirty, wait; local
247 wait = false; /* Always do an async pass first. */
279 } else if (wait) {
295 wait ? MNT_WAIT : MNT_NOWAIT)) != 0) {
308 if (wait) {
365 if (wait && DOINGSOFTDEP(vp) &&
372 wait = !wait;
373 if (wait || ++passes < NIADDR + 2)
/freebsd-11-stable/sbin/hastd/
H A Dhastd.c40 #include <sys/wait.h>
858 * If we act as primary request the other side to wait
861 nv_add_uint8(nverr, 1, "wait");
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibunbound.c72 #include <sys/wait.h>
277 /* if bg worker is a thread, wait for it to exit, so that all
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1354 init_waitqueue_head(&ctx->wait);
1369 wait_event(ctx->wait, atomic_read(&ctx->num_inflight) == 0);
1380 wake_up(&ctx->wait);
1396 wake_up(&ctx->wait);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h42 #include <linux/wait.h>
933 struct wait_queue_head wait; member in struct:mlx5_async_ctx
/freebsd-11-stable/tests/sys/kern/
H A Dptrace_test.c42 #include <sys/wait.h>
183 /* The first wait() should report the stop from SIGSTOP. */
192 /* The second wait() should report the exit status. */
239 /* The second wait() should report the exit status. */
298 /* Wait for parent's failed wait. */
323 * This wait should return a pid of 0 to indicate no status to
330 /* Signal the debugger to wait for the child. */
349 * various wait() calls in the parent must avoid failing with ESRCH by
402 /* Wait for parent's failed wait. */
422 /* A WNOHANG wait her
[all...]
/freebsd-11-stable/tests/sys/capsicum/
H A Dioctls_test.c32 #include <sys/wait.h>
115 ATF_REQUIRE(wait(&status) == pid);
/freebsd-11-stable/lib/libsysdecode/
H A Dsyscallnames.c38 #include <sys/wait.h>
H A Derrno.c31 #include <sys/wait.h>
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c69 #include <sys/wait.h>
152 * It looks like wait(2) on svr4/solaris/2.4 returns
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c51 #include <sys/wait.h>
H A Dkern_sig.c84 #include <sys/wait.h>
253 ksiginfo_alloc(int wait) argument
258 if (! wait)
1338 * EINTR after wait was done. Only do this as last
2599 * Make wait(2) work. Ensure that right after the
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c82 #include <sys/wait.h>
/freebsd-11-stable/sbin/init/
H A Dinit.c52 #include <sys/wait.h>
92 #define WINDOW_WAIT 3 /* wait N secs after starting window */
93 #define STALL_TIMEOUT 30 /* wait N secs after warning */
94 #define DEATH_WATCH 10 /* wait N secs for procs to die */
95 #define DEATH_SCRIPT 120 /* wait for 2min for /etc/rc.shutdown */
983 warning("wait for single-user shell failed: %m; restarting");
1145 warning("wait for %s on %s failed: %m; going to "
1159 /* /etc/rc executed /sbin/reboot; wait for the end quietly */
1947 warning("wait for %s failed: %m; going to "
1966 * wait fo
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1755 // Constants for release barrier wait state: currently, hierarchical only
2526 th_next_waiting; /* gtid+1 of next thread on lock wait queue, 0 if none */
2921 extern int __kmp_dflt_blocktime; /* number of milliseconds to wait before
3560 int wait = 1);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_fork.c48 #include <sys/wait.h>

Completed in 629 milliseconds

1234567891011>>