HomeSort by: relevance | last modified time | path
    Searched defs:tout (Results 1 - 18 of 18) sorted by relevancy

  /src/lib/libc/compat/rpc/
compat_pmap_rmtcall.c 65 struct timeval tout; local
66 timeval50_to_timeval(&tout50, &tout);
68 outproc, out, tout, portp);
compat_rpcb.c 70 struct timeval tout; local
71 timeval50_to_timeval(&tout50, &tout);
73 outproc, outbuf, tout, nb);
  /src/usr.bin/systat/
icmp.c 122 u_long tin, tout; local
125 for (i = tin = tout = 0; i <= ICMP_MAXTYPE; i++) {
127 tout += curstat[ICMP_STAT_OUTHIST + i];
133 mvwprintw(wnd, 2, 35, "%9lu", tout);
  /src/external/ibm-public/postfix/dist/src/tls/
tls_scache.h 44 time_t tout; member in struct:TLS_TICKET_KEY
  /src/sys/arch/arm/imx/
imxusb.c 253 ulpi_wakeup(struct imxehci_softc *sc, int tout)
263 while (tout-- > 0) {
272 if (tout == 0)
279 ulpi_wait(struct imxehci_softc *sc, int tout)
286 while (tout-- > 0) {
294 if (tout == 0)
363 int tout; local
370 for (tout = RESET_TIMEOUT; tout > 0; tout--)
    [all...]
  /src/usr.bin/telnet/
sys_bsd.c 72 tout, /* Output file descriptor */ variable
82 tout = fileno(stdout);
92 return write(tout, buf, n);
420 ioctl(tout, FIONBIO, &onoff);
568 set[1].fd = tout;
  /src/usr.sbin/timed/timed/
measure.c 84 struct timeval tdone, tcur, ttrans, twait, tout; local
138 mstotvround(&tout, maxmsec);
139 timeradd(&tdone, &tout, &tdone); /* when we give up */
143 tout.tv_sec = 0;
144 tout.tv_usec = 0;
180 timersub(&ttrans, &tcur, &tout);
181 if (tout.tv_sec < 0)
182 tout.tv_sec = 0;
184 count = poll(set, 1, tout.tv_sec * 1000 + tout.tv_usec / 1000)
    [all...]
  /src/lib/libpthread/
pthread_cancelstub.c 698 struct timespec tout, *tp; local
701 tout = *timeout;
702 tp = &tout;
  /src/sbin/iscsid/
iscsid_discover.c 110 struct timespec tout = { 5, 0 }; local
134 retval = isns_send_trans(t, &tout, &status);
215 retval = isns_send_trans(t, &tout, &status);
329 struct timespec tout = { 5, 0 }; local
351 retval = isns_send_trans(t, &tout, &status);
373 struct timespec tout = { 5, 0 }; local
396 retval = isns_send_trans(t, &tout, &status);
579 struct timespec tout = { 5, 0 }; local
611 if ((retval = isns_send_trans(t, &tout, &status)) != 0) {
  /src/tests/lib/libc/rpc/
t_rpc.c 94 static struct timeval tout = {1, 0}; variable in typeref:struct:timeval
155 (xdrproc_t)xdr_int, (void *)&resp, tout);
202 (xdrproc_t)xdr_int, (void *)&resp, tout);
209 (xdrproc_t)xdr_void, NULL, tout);
  /src/external/bsd/blocklist/bin/
blocklistd.c 429 int c, tout, flags, flush, restore, ret; local
440 tout = 0;
482 tout = atoi(optarg) * 1000;
507 if (tout == 0)
508 tout = 5000;
510 if (tout == 0)
511 tout = 15000;
569 ret = poll(pfd, (nfds_t)nfd, tout);
  /src/usr.bin/tftp/
main.c 80 int tout=0; variable
168 { "tout", tohelp, settimeoutopt },
202 tout = 1;
806 tout = !tout;
807 (void)printf("Timeout option %s.\n", tout ? "on" : "off");
  /src/external/bsd/ppp/dist/pppd/
tty.c 1032 struct timeval levelt, tout, *top; local
1137 tout.tv_sec = 0;
1138 tout.tv_usec = 10000;
1143 top = &tout;
1150 top = &tout;
  /src/external/bsd/unbound/dist/testcode/
delayer.c 721 struct timeval tout; local
725 tout = *now;
726 dl_tv_add(&tout, tcp_timeout);
732 p->timeout = tout;
741 p->timeout = tout;
753 p->timeout = tout;
768 p->timeout = tout;
  /src/libexec/tftpd/
tftpd.c 496 unsigned long tout; local
501 tout = strtoul(val, &endp, 10);
502 if ((tout == ULONG_MAX && errno == ERANGE) || *endp) {
511 if (tout < 1 || tout > 255) {
520 rexmtval = tout;
522 "timeout%c%lu%c", 0, tout, 0)) > 0)
  /src/external/bsd/file/dist/src/
compress.c 430 struct timeval tout = {0, 100 * 1000}; local
440 selrv = select(fd + 1, &check, NULL, NULL, &tout);
  /src/external/bsd/ntp/dist/ntpd/
refclock_gpsdjson.c 2003 struct timeval tout; local
2006 memset(&tout, 0, sizeof(tout));
2009 rc = select(up->fdt+1, NULL, &wset, NULL, &tout);
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 1341 struct timeval tout = { 0, 0 }; local
1361 tout.tv_sec = 0;
1364 tout.tv_sec = si->si_bindconf.sb_timeout_api;
1368 &tout, &msg ) ) > 0 )

Completed in 48 milliseconds