Searched refs:tout (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-9.3-release/contrib/telnet/telnet/
H A Dutilities.c871 FD_SET(tout, &o);
872 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0,
877 FD_SET(tout, &o);
878 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0,
H A Dexterns.h119 tout, /* Terminal output file descriptor */
/freebsd-9.3-release/sys/dev/digi/
H A Ddigireg.h52 volatile u_short tout; member in struct:board_chan
H A Ddigi.c690 bc->tin = bc->tout;
1352 tail = bc->tout;
1377 tail = bc->tout;
/freebsd-9.3-release/sys/dev/ncv/
H A Dncr53c500.c754 int tout; local
760 tout = sc->sc_tmaxcnt;
762 while (reqlen >= FIFO_F_SZ && tout -- > 0)
789 while (reqlen > 0 && tout -- > 0)
820 int tout; local
825 tout = sc->sc_tmaxcnt;
828 while (reqlen >= FIFO_F_SZ && tout -- > 0)
852 while (reqlen > 0 && tout -- > 0)
/freebsd-9.3-release/tools/tools/net80211/w00t/redir/
H A Dredir.c576 int tout = (p->state == S_WAIT_BUDDY) ? tout_buddy : tout_ack; local
588 if (el >= tout) {
597 el = tout - el;
/freebsd-9.3-release/contrib/file/src/
H A Dcompress.c191 struct timeval tout = {0, 100 * 1000}; local
201 selrv = select(fd + 1, &check, NULL, NULL, &tout);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h72 tout, /* Terminal output file descriptor */
/freebsd-9.3-release/lib/libc/rpc/
H A Drpcb_clnt.c1129 xdrres, resp, tout, addr_ptr)
1137 struct timeval tout; /* Timeout value for this call */
1166 (xdrproc_t) xdr_rpcb_rmtcallres, (char *)(void *)&r, tout);
/freebsd-9.3-release/sys/rpc/
H A Drpcb_clnt.c1144 xdrres, resp, tout, addr_ptr)
1152 struct timeval tout; /* Timeout value for this call */
1181 (xdrproc_t) xdr_rpcb_rmtcallres, (char *)(void *)&r, tout);
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpclient.c1046 struct timeval tout; local
1080 tout.tv_sec = 0;
1081 tout.tv_usec = 0;
1083 &tout, sizeof(struct timeval)) == -1) {
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1982 struct timeval tout; local
1985 memset(&tout, 0, sizeof(tout));
1988 rc = select(up->fdt+1, NULL, &wset, NULL, &tout);
/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatmvar.h124 u_int tout; /* timeout value */ member in struct:herbrq
H A Dif_hatm.c1187 (rq->tout << HE_REGS_RBRQ_TIME) |
1361 kenv_getuint(sc, "rbrq0_tout", &sc->rbrq_0.tout,
1378 kenv_getuint(sc, "rbrq1_tout", &sc->rbrq_1.tout,
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.c3990 int tout = 50; local
4016 ECORE_F_STATE_STARTED && tout--) {
4090 int tout = 5000; /* wait for 5 secs tops */ local
4092 while (tout--) {
14458 int tout = 5000; local
14466 while (tout && REG_RD(sc, IGU_REG_RESET_MEMORIES)) {
14467 tout--;

Completed in 237 milliseconds

12