Searched refs:wait (Results 51 - 75 of 569) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h44 #include <linux/wait.h>
543 sdp_alloc_mb(struct socket *sk, u8 mid, int size, int wait) argument
548 MGETHDR(mb, wait, MT_DATA);
558 sdp_alloc_mb_data(struct socket *sk, int wait) argument
560 return sdp_alloc_mb(sk, SDP_MID_DATA, 0, wait);
564 sdp_alloc_mb_disconnect(struct socket *sk, int wait) argument
566 return sdp_alloc_mb(sk, SDP_MID_DISCONN, 0, wait);
581 sdp_alloc_mb_chrcvbuf_ack(struct socket *sk, int size, int wait) argument
586 mb = sdp_alloc_mb(sk, SDP_MID_CHRCVBUF_ACK, sizeof(*resp_size), wait);
596 sdp_alloc_mb_srcavail(struct socket *sk, u32 len, u32 rkey, u64 vaddr, int wait) argument
613 sdp_alloc_mb_srcavail_cancel(struct socket *sk, int wait) argument
619 sdp_alloc_mb_rdmardcompl(struct socket *sk, u32 len, int wait) argument
634 sdp_alloc_mb_sendsm(struct socket *sk, int wait) argument
[all...]
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dvidconsole.c582 int wait; local
593 /* wait until the controller can accept a command */
594 for (wait = PROBE_MAXWAIT; wait > 0; --wait) {
604 if (wait <= 0)
610 /* wait for a response */
611 for (wait = PROBE_MAXWAIT; wait > 0; --wait) {
[all...]
/freebsd-9.3-release/sys/kern/
H A Duipc_mbuf2.c270 m_dup1(struct mbuf *m, int off, int len, int wait) argument
283 n = m_getcl(wait, m->m_type, M_PKTHDR);
285 n = m_getcl(wait, m->m_type, 0);
288 n = m_gethdr(wait, m->m_type);
290 n = m_get(wait, m->m_type);
295 if (copyhdr && !m_dup_pkthdr(n, m, wait)) {
317 m_tag_alloc(uint32_t cookie, int type, int len, int wait) argument
321 MBUF_CHECKSLEEP(wait);
324 t = malloc(len + sizeof(struct m_tag), M_PACKET_TAGS, wait);
/freebsd-9.3-release/contrib/cvs/lib/
H A Drename.c61 while (wait (&status) != pid)
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-common.h2 with other subprocesses), and wait for it. Shared logic.
119 int (*wait) (struct pex_obj *, long /* child */, int * /* status */, member in struct:pex_funcs
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DUnix.h47 # include <sys/wait.h>
/freebsd-9.3-release/gnu/lib/libodialog/TESTS/
H A Dmenu3.c24 #include <sys/wait.h>
H A Dradio1.c24 #include <sys/wait.h>
H A Dradio3.c24 #include <sys/wait.h>
/freebsd-9.3-release/lib/libulog/
H A Dulog_login_pseudo.c30 #include <sys/wait.h>
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_ha.h187 int wait)
197 int wait)
186 ctl_ha_msg_recv(ctl_ha_channel channel, void *buffer, unsigned int size, int wait) argument
196 ctl_ha_msg_send(ctl_ha_channel channel, void *buffer, unsigned int size, int wait) argument
/freebsd-9.3-release/sys/netnatm/
H A Dnatm_pcb.c65 npcb_alloc(int wait) argument
70 npcb = malloc(sizeof(*npcb), M_PCB, wait | M_ZERO);
/freebsd-9.3-release/tools/regression/mqueue/mqtest2/
H A Dmqtest2.c4 #include <sys/wait.h>
85 wait(&status);
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dexterns.h35 # define WAIT_T union wait
63 # define WAIT_T union wait
/freebsd-9.3-release/lib/libc/sys/
H A DMakefile.inc122 unlink.2 utimes.2 utrace.2 uuidgen.2 vfork.2 wait.2 write.2
217 MLINKS+=wait.2 wait3.2 wait.2 wait4.2 wait.2 waitpid.2 \
218 wait.2 waitid.2 wait.2 wait6.2
/freebsd-9.3-release/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c67 int32_t n, s, count, wait, flood, echo_size, numeric; local
87 wait = 1; /* sec */
114 wait = strtol(optarg, &endp, 10);
115 if (wait <= 0 || *endp != '\0')
228 a.tv_sec = wait;
278 "[-c count] [-i wait] [-S source] [-s size]\n");
284 fprintf(stderr, " -i wait Delay between packets (sec)\n");
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgnu-nat.c82 /* The number of wait requests we've sent, and expect replies from. */
159 /* The results of the last wait an inf did. */
184 struct inf_wait wait; /* What to return from target_wait. */
340 else if (proc == inf->wait.thread && inf->wait.exc.reply && !force)
620 if (proc == inf->wait.thread)
654 inf->wait.status.kind = TARGET_WAITKIND_SPURIOUS;
655 inf->wait.thread = 0;
656 inf->wait.exc.handler = MACH_PORT_NULL;
657 inf->wait
183 struct inf_wait wait; /* What to return from target_wait. */ member in struct:inf
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h176 * Possible optimizations (wait for profile data to see if/where we
217 wait_queue_head_t wait; member in struct:mthca_cq
241 wait_queue_head_t wait; member in struct:mthca_srq
283 wait_queue_head_t wait; member in struct:mthca_qp
/freebsd-9.3-release/tools/regression/file/closefrom/
H A Dclosefrom.c38 #include <sys/wait.h>
227 if (wait(NULL) < 0)
228 fail_err("wait");
245 if (wait(NULL) < 0)
246 fail_err("wait");
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dcondition.c50 * for the wait condition
198 * we are waiting we need to release it and reacquire it as soon as the wait
202 * result of the wait. Note that EnterCriticalSection will wait to acquire
206 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) { function
212 * Get the thread events needed for the wait
236 return (wait(cond, mutex, INFINITE));
257 return (wait(cond, mutex, milliseconds));
/freebsd-9.3-release/sys/dev/kbd/
H A Dkbdreg.h128 typedef int kbd_read_t(keyboard_t *kbd, int wait);
130 typedef u_int kbd_read_char_t(keyboard_t *kbd, int wait);
181 #define kbdd_read(kbd, wait) \
182 (*kbdsw[(kbd)->kb_index]->read)((kbd), (wait))
185 #define kbdd_read_char(kbd, wait) \
186 (*kbdsw[(kbd)->kb_index]->read_char)((kbd), (wait))
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h83 union wait;
233 #define wait_arg_t union wait
/freebsd-9.3-release/contrib/llvm/tools/lli/Unix/
H A DRemoteTargetExternal.inc18 #include <sys/wait.h>
89 wait(NULL);
/freebsd-9.3-release/contrib/opie/
H A Dpopen.c68 #include <sys/wait.h>
202 while ((pid = wait(&status)) != child_pid && (pid != -1));
/freebsd-9.3-release/lib/libc/net/
H A Drcmdsh.c41 #include <sys/wait.h>
166 (void)wait(NULL);

Completed in 181 milliseconds

1234567891011>>