/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/tftp/ |
extern.h | 42 extern int tout;
|
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");
|
tftp.c | 562 if (tout) {
|
/src/usr.bin/make/unit-tests/ |
varname-circumflex.mk | 14 all: implicit.tout 43 .SUFFIXES: .tin .tout 45 .tin.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/sys/arch/arm/xilinx/ |
zynq_usb.c | 217 ulpi_wakeup(struct zynqehci_softc *sc, int tout) 226 for (i = 0; (tout < 0) || (i < tout); i++) { 235 if ((tout > 0) && (i >= tout)) { 243 ulpi_wait(struct zynqehci_softc *sc, int tout) 249 for (i = 0; (tout < 0) | (i < tout); i++) { 257 if ((tout > 0) && (i >= tout)) { [all...] |
/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/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;
|
externs.h | 82 tout, /* Terminal output file descriptor */
|
utilities.c | 841 set[0].fd = 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/lib/libc/rpc/ |
pmap_rmt.c | 92 struct timeval tout, u_long *port_ptr) 116 &r, tout);
|
rpcb_clnt.c | 1073 struct timeval tout, /* Timeout value for this call */ 1102 (xdrproc_t) xdr_rpcb_rmtcallres, (char *)(void *)&r, 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/lib/libc/gen/ |
getpass.c | 87 int tout) 152 if (tout) { 157 switch (poll(&pfd, 1, tout * 1000)) {
|
/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)
|
/src/lib/libpthread/ |
pthread_cancelstub.c | 698 struct timespec tout, *tp; local in function:__sigtimedwait50 701 tout = *timeout; 702 tp = &tout;
|
/src/usr.sbin/sysinst/ |
msg.mi.fr | 227 Par d�faut, tout l'espace sera allou� � la partition racine principale, 806 Souhaitez-vous poursuivre malgr� tout le processus d'installation 1482 d�di�e' : elle r�initialise compl�tement le $3, ce qui efface tout syst�me 1499 {Utilisation de tout le disque}
|