Searched refs:waitfor (Results 1 - 25 of 32) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/networkmap/
H A Dshutils.h38 extern int waitfor(int fd, int timeout);
H A Dshutils.c87 waitfor(int fd, int timeout) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/networkmap/
H A Dshutils.h38 extern int waitfor(int fd, int timeout);
H A Dshutils.c87 waitfor(int fd, int timeout) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/networkmap/
H A Dshutils.h38 extern int waitfor(int fd, int timeout);
H A Dshutils.c87 waitfor(int fd, int timeout) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dshutils.h59 extern int waitfor(int fd, int timeout);
H A Dshutils.c199 waitfor(int fd, int timeout) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dshutils.h59 extern int waitfor(int fd, int timeout);
H A Dshutils.c199 waitfor(int fd, int timeout) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dshutils.h59 extern int waitfor(int fd, int timeout);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/init/
H A Dinit.c426 static void waitfor(pid_t pid) function
428 /* waitfor(run(x)): protect against failed fork inside run() */
457 waitfor(pid);
754 * which we waitfor() elsewhere! waitfor() must have
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/init/
H A Dinit.c426 static void waitfor(pid_t pid) function
428 /* waitfor(run(x)): protect against failed fork inside run() */
457 waitfor(pid);
754 * which we waitfor() elsewhere! waitfor() must have
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/init/
H A Dinit.c426 static void waitfor(pid_t pid) function
428 /* waitfor(run(x)): protect against failed fork inside run() */
457 waitfor(pid);
754 * which we waitfor() elsewhere! waitfor() must have
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dssh.c2430 if(conn->waitfor & KEEP_RECV)
2433 if(conn->waitfor & KEEP_SEND)
2478 conn->waitfor = 0;
2481 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?KEEP_RECV:0) |
2487 conn->waitfor = sshc->orig_waitfor;
H A Durldata.h932 int waitfor; /* current READ/WRITE bits to wait for */ member in struct:connectdata
H A Dtransfer.c1307 if(conn->waitfor) {
1308 /* if waitfor is set, get the RECV and SEND bits from that but keep the
1311 keepon |= conn->waitfor & (KEEP_RECV|KEEP_SEND);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dssh.c2430 if(conn->waitfor & KEEP_RECV)
2433 if(conn->waitfor & KEEP_SEND)
2478 conn->waitfor = 0;
2481 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?KEEP_RECV:0) |
2487 conn->waitfor = sshc->orig_waitfor;
H A Durldata.h932 int waitfor; /* current READ/WRITE bits to wait for */ member in struct:connectdata
H A Dtransfer.c1307 if(conn->waitfor) {
1308 /* if waitfor is set, get the RECV and SEND bits from that but keep the
1311 keepon |= conn->waitfor & (KEEP_RECV|KEEP_SEND);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dssh.c2430 if(conn->waitfor & KEEP_RECV)
2433 if(conn->waitfor & KEEP_SEND)
2478 conn->waitfor = 0;
2481 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?KEEP_RECV:0) |
2487 conn->waitfor = sshc->orig_waitfor;
H A Durldata.h932 int waitfor; /* current READ/WRITE bits to wait for */ member in struct:connectdata
H A Dtransfer.c1307 if(conn->waitfor) {
1308 /* if waitfor is set, get the RECV and SEND bits from that but keep the
1311 keepon |= conn->waitfor & (KEEP_RECV|KEEP_SEND);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c246 * @param waitfor Flags to wait for.
252 u8 waitfor, int timeout_hz)
269 if (res & waitfor) {
251 dvb_ca_en50221_wait_if_status(struct dvb_ca_private *ca, int slot, u8 waitfor, int timeout_hz) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c246 * @param waitfor Flags to wait for.
252 u8 waitfor, int timeout_hz)
269 if (res & waitfor) {
251 dvb_ca_en50221_wait_if_status(struct dvb_ca_private *ca, int slot, u8 waitfor, int timeout_hz) argument

Completed in 312 milliseconds

12