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

12

/freebsd-12-stable/sys/dev/flash/
H A Dat45d.c217 struct timeval now, tout; local
220 getmicrouptime(&tout);
221 tout.tv_sec += 3;
224 if (now.tv_sec > tout.tv_sec)
/freebsd-12-stable/sys/dev/mmc/host/
H A Ddwmmc.c777 int tout; local
785 tout = 1000;
787 if (tout-- < 0) {
805 tout = 1000;
807 if (tout-- < 0) {
817 tout = 1000;
819 if (tout-- < 0) {
/freebsd-12-stable/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-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h72 tout, /* Terminal output file descriptor */
/freebsd-12-stable/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c436 recv_pkt(struct test_ctx *tcp, int fdidx, const char *face, int tout) argument
442 pr = poll(&tcp->pfds[fdidx], 1, tout);
/freebsd-12-stable/contrib/telnet/telnet/
H A Dexterns.h115 tout, /* Terminal output file descriptor */
/freebsd-12-stable/sys/rpc/
H A Drpcb_clnt.c1146 xdrres, resp, tout, addr_ptr)
1154 struct timeval tout; /* Timeout value for this call */
1183 (xdrproc_t) xdr_rpcb_rmtcallres, (char *)(void *)&r, tout);
/freebsd-12-stable/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-12-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c1058 struct timeval tout; local
1093 tout.tv_sec = 0;
1094 tout.tv_usec = 0;
1096 &tout, sizeof(struct timeval)) == -1) {
/freebsd-12-stable/contrib/file/src/
H A Dcompress.c397 struct timeval tout = {0, 100 * 1000}; local
407 selrv = select(fd + 1, &check, NULL, NULL, &tout);
/freebsd-12-stable/lib/libc/rpc/
H A Drpcb_clnt.c1103 * tout - Timeout value for this call
1109 xdrproc_t xdrres, caddr_t resp, struct timeval tout,
1138 (xdrproc_t) xdr_rpcb_rmtcallres, (char *)(void *)&r, tout);
1107 rpcb_rmtcall(const struct netconfig *nconf, const char *host, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, struct timeval tout, const struct netbuf *addr_ptr) argument
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c3853 int tout = 50; local
3879 ECORE_F_STATE_STARTED && tout--) {
3953 int tout = 5000; /* wait for 5 secs tops */ local
3955 while (tout--) {
14241 int tout = 5000; local
14249 while (tout && REG_RD(sc, IGU_REG_RESET_MEMORIES)) {
14250 tout--;

Completed in 309 milliseconds

12