Searched refs:wait (Results 176 - 200 of 776) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.h28 struct rusage; /* forward declaration to get gcc to shut up in wait.h */
38 # include <sys/wait.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kill.c34 #include <sys/wait.h>
73 (void)wait(&sta);
111 (void)wait(&sta);
H A Dt_msgrcv.c37 #include <sys/wait.h>
137 (void)wait(&sta);
280 (void)wait(&sta);
H A Dt_mprotect.c37 #include <sys/wait.h>
231 (void)wait(&sta);
347 (void)wait(&sta);
H A Dt_setrlimit.c36 #include <sys/wait.h>
222 (void)wait(&sta);
308 (void)wait(&sta);
364 (void)wait(&sta);
423 (void)wait(&sta);
/freebsd-11-stable/contrib/ngatm/sscop/
H A Dsscop_main.c144 int wait = 0; local
208 wait = 1;
261 if(!wait)
/freebsd-11-stable/sys/dev/syscons/
H A Dschistory.c87 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) argument
133 (wait) ? M_WAITOK : M_NOWAIT);
139 NULL, wait);
/freebsd-11-stable/usr.bin/newkey/
H A Dupdate.c55 #include <sys/wait.h>
92 union wait status;
127 (void)wait(&status);
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c54 #include <sys/wait.h>
97 union wait status;
132 (void)wait(&status);
/freebsd-11-stable/sys/geom/sched/
H A Dgs_rr.c45 * BUSY one request is under service, wait for completion;
99 unsigned int q_wait_ticks; /* wait time for anticipation */
171 struct x_bound wait_ms; /* wait time, milliseconds */
322 * slice size in bytes and ticks, and wait ticks.
376 int wait = get_bounded(&me.wait_ms, 2); local
382 g_savg_read(&qp->q_thinktime) > wait)
489 int delta = ticks - qp->q_lastsub, wait = get_bounded(&me.wait_ms, 2); local
495 delta = (delta > 2 * wait) ? 2 * wait : delta;
/freebsd-11-stable/sys/dev/gpio/
H A Dgpiokeys.c576 gpiokeys_do_poll(struct gpiokeys_softc *sc, uint8_t wait) argument
587 if (!wait)
593 while ((sc->sc_inputs == 0) && wait) {
642 gpiokeys_get_key(struct gpiokeys_softc *sc, uint8_t wait) argument
653 gpiokeys_do_poll(sc, wait);
671 gpiokeys_read(keyboard_t *kbd, int wait) argument
680 keycode = gpiokeys_get_key(sc, (wait == FALSE) ? 0 : 1);
691 gpiokeys_read_char_locked(keyboard_t *kbd, int wait) argument
704 keycode = gpiokeys_get_key(sc, (wait == FALSE) ? 0 : 1);
730 /* Currently wait i
732 gpiokeys_read_char(keyboard_t *kbd, int wait) argument
[all...]
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dslave.c70 struct timeval ntime, wait, tmptv; local
160 wait.tv_sec = min(electiontime,min(looktime,looptime)) - ntime.tv_sec;
161 if (wait.tv_sec < 0)
162 wait.tv_sec = 0;
163 wait.tv_sec += FASTTOUT;
164 wait.tv_usec = 0;
165 msg = readmsg(TSP_ANY, ANYADDR, &wait, 0);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h279 uint64_t wait : 1; /**< If set, don't return load response until work is available */ member in struct:__anon8692::__anon8693
283 uint64_t wait : 1;
526 case can happen, regardless of the wait bit value
553 uint64_t pend_new_work_wait: 1; /**< When pend_new_work is set, this bit indicates that the wait bit was set. */
593 wait bit was set. */
634 uint64_t pend_new_work_wait: 1; /**< When pend_new_work is set, this bit indicates that the wait bit was set. */
670 wait bit was set. */
1328 uint64_t wait : 1; /**< if set, don't return load response until work is available */ member in struct:__anon8732::__anon8733
1332 uint64_t wait : 1;
1466 * This function does NOT wait fo
1474 cvmx_pow_work_request_sync_nocheck(cvmx_pow_wait_t wait) argument
1507 cvmx_pow_work_request_sync(cvmx_pow_wait_t wait) argument
1560 cvmx_pow_work_request_async_nocheck(int scr_addr, cvmx_pow_wait_t wait) argument
1587 cvmx_pow_work_request_async(int scr_addr, cvmx_pow_wait_t wait) argument
[all...]
H A Dcvmx-app-hotplug.c240 * with wait=0. This routine waits for the application shutdown to complete.
700 * @param wait 1 - Wait for shutdown completion
701 * 0 - Do not wait
706 int cvmx_app_hotplug_shutdown_request(uint32_t coremask, int wait) argument
735 if (wait)
773 * @param wait 1 - Wait for shutdown completion
774 * 0 - Do not wait
778 int cvmx_app_hotplug_unplug_cores(int index, uint32_t coremask, int wait) argument
816 if (wait)
/freebsd-11-stable/sys/powerpc/powermac/
H A Ddbdma.c281 uint8_t wait, uint32_t branch_slot)
290 cmd.wait = wait;
279 dbdma_insert_command(dbdma_channel_t *chan, int slot, int command, int stream, bus_addr_t data, size_t count, uint8_t interrupt, uint8_t branch, uint8_t wait, uint32_t branch_slot) argument
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdmavt_qp.h94 * RVT_S_SEND_ONE - send one packet, request ACK, then wait for ACK
310 wait_queue_head_t wait; member in struct:rvt_qp
441 wait_queue_head_t wait; member in struct:rvt_mcast
487 wake_up(&qp->wait);
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c36 #include <sys/wait.h>
125 if (wait(&status) < 0)
243 if (wait(&status) < 0) {
244 warn("wait");
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils_test.cpp30 #include <sys/wait.h>
338 atf::utils::wait(pid, exitstatus, expout, experr);
374 atf::utils::wait(child, 50, "Child output\n", "Child error\n");
378 atf::utils::wait(parent, 40,
/freebsd-11-stable/bin/rcp/
H A Dutil.c40 #include <sys/wait.h>
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dsafe_finger.c87 * Don't wait forever (Peter Wemm <peter@gecko.DIALix.oz.au>).
131 while ((wait_pid = wait(&finger_status)) != -1 && wait_pid != finger_pid)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h68 #include <sys/wait.h>
/freebsd-11-stable/lib/libc/net/
H A Drcmdsh.c42 #include <sys/wait.h>
/freebsd-11-stable/lib/libc/rpc/
H A Drpc_soc.c162 struct timeval wait, int *sockp, u_int sendsz, u_int recvsz)
171 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, &wait);
177 struct timeval wait, int *sockp)
180 return clntudp_bufcreate(raddr, program, version, wait, sockp,
161 clntudp_bufcreate(struct sockaddr_in *raddr, u_long prog, u_long vers, struct timeval wait, int *sockp, u_int sendsz, u_int recvsz) argument
176 clntudp_create(struct sockaddr_in *raddr, u_long program, u_long version, struct timeval wait, int *sockp) argument
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dprivate.h114 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
/freebsd-11-stable/tests/sys/kern/pipe/
H A Dpipe_reverse_test.c28 #include <sys/wait.h>

Completed in 183 milliseconds

1234567891011>>