/src/lib/libc/compat/rpc/ |
compat_pmap_rmtcall.c | 65 struct timeval tout; variable in typeref:struct:timeval 66 timeval50_to_timeval(&tout50, &tout); 68 outproc, out, tout, portp);
|
compat_rpcb.c | 70 struct timeval tout; variable in typeref:struct:timeval 71 timeval50_to_timeval(&tout50, &tout); 73 outproc, outbuf, tout, nb);
|
/src/usr.bin/systat/ |
icmp.c | 122 u_long tin, tout; local in function:showicmp 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/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/usr.bin/telnet/ |
sys_bsd.c | 72 tout, /* Output file descriptor */ variable in typeref:typename:int 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 in function:measure 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/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 in function:imxehci_reset 370 for (tout = RESET_TIMEOUT; tout > 0; tout--) [all...] |
/src/usr.bin/make/unit-tests/ |
varname-circumflex.mk | 14 all: implicit.tout 43 .SUFFIXES: .tin .tout 45 .tin.tout:
|
/src/lib/libpthread/ |
pthread_cancelstub.c | 698 struct timespec tout, *tp; local in function:__sigtimedwait50 701 tout = *timeout; 702 tp = &tout;
|
/src/sbin/iscsid/ |
iscsid_discover.c | 110 struct timespec tout = { 5, 0 }; local in function:get_isns_target_info 134 retval = isns_send_trans(t, &tout, &status); 215 retval = isns_send_trans(t, &tout, &status); 329 struct timespec tout = { 5, 0 }; local in function:deregister_isns_server 351 retval = isns_send_trans(t, &tout, &status); 373 struct timespec tout = { 5, 0 }; local in function:register_isns_server 396 retval = isns_send_trans(t, &tout, &status); 579 struct timespec tout = { 5, 0 }; local in function:update_isns_server_info 611 if ((retval = isns_send_trans(t, &tout, &status)) != 0) {
|
/src/usr.bin/tftp/ |
main.c | 80 int tout=0; variable in typeref:typename:int 168 { "tout", tohelp, settimeoutopt }, 202 tout = 1; 806 tout = !tout; 807 (void)printf("Timeout option %s.\n", tout ? "on" : "off");
|
/src/libexec/tftpd/ |
tftpd.c | 496 unsigned long tout; local in function:timeout_handler 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)
|