| /freebsd-14-stable/sys/crypto/aesni/ |
| HD | aesni_wrap.c | 112 __m128i tout[8]; in aesni_encrypt_ecb() local 123 blks->blk[6], blks->blk[7], tout); in aesni_encrypt_ecb() 124 top->blk[0] = tout[0]; in aesni_encrypt_ecb() 125 top->blk[1] = tout[1]; in aesni_encrypt_ecb() 126 top->blk[2] = tout[2]; in aesni_encrypt_ecb() 127 top->blk[3] = tout[3]; in aesni_encrypt_ecb() 128 top->blk[4] = tout[4]; in aesni_encrypt_ecb() 129 top->blk[5] = tout[5]; in aesni_encrypt_ecb() 130 top->blk[6] = tout[6]; in aesni_encrypt_ecb() 131 top->blk[7] = tout[7]; in aesni_encrypt_ecb() [all …]
|
| /freebsd-14-stable/sys/arm/altera/socfpga/ |
| HD | socfpga_a10_manager.c | 114 int tout; in fpga_wait_dclk_pulses() local 124 tout = 1000; in fpga_wait_dclk_pulses() 125 while (tout > 0) { in fpga_wait_dclk_pulses() 130 tout--; in fpga_wait_dclk_pulses() 133 if (tout == 0) { in fpga_wait_dclk_pulses() 147 int tout; in fpga_open() local 228 tout = 10; in fpga_open() 229 while (tout--) { in fpga_open() 240 if (tout == 0) { in fpga_open() 254 int tout; in fpga_close() local [all …]
|
| HD | socfpga_manager.c | 175 int tout; in fpgamgr_state_wait() local 177 tout = 1000; in fpgamgr_state_wait() 178 while (tout > 0) { in fpgamgr_state_wait() 181 tout--; in fpgamgr_state_wait() 184 if (tout == 0) { in fpgamgr_state_wait() 267 int tout; in fpga_wait_dclk_pulses() local 277 tout = 1000; in fpga_wait_dclk_pulses() 278 while (tout > 0) { in fpga_wait_dclk_pulses() 283 tout--; in fpga_wait_dclk_pulses() 286 if (tout == 0) { in fpga_wait_dclk_pulses()
|
| /freebsd-14-stable/contrib/libbegemot/ |
| HD | rpoll.c | 496 tval_t tout; in poll_dispatch() local 527 if((tout = tims[tfd[0]].when - now) < 0) in poll_dispatch() 528 tout = 0; in poll_dispatch() 530 tout = INFTIM; in poll_dispatch() 532 tout = 0; in poll_dispatch() 535 fprintf(stderr, "rpoll -- selecting with tout=%u", tout); in poll_dispatch() 539 ret = poll(pfd, regs_used, tout == INFTIM ? INFTIM : (tout / 1000)); in poll_dispatch() 546 if(tout != INFTIM) { in poll_dispatch() 547 tv.tv_sec = tout / 1000000; in poll_dispatch() 548 tv.tv_usec = tout % 1000000; in poll_dispatch() [all …]
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| HD | libzfs_util_os.c | 132 int tout = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC); in libzfs_load_module() local 133 if (tout == -1) { in libzfs_load_module() 137 timerfd_settime(tout, 0, &timeout, NULL); in libzfs_load_module() 142 {.fd = tout, .events = POLLIN}, in libzfs_load_module() 157 close(tout); in libzfs_load_module()
|
| /freebsd-14-stable/contrib/blocklist/bin/ |
| HD | blacklistd.c | 412 int c, tout, flags, flush, restore, ret; in main() local 423 tout = 0; in main() 465 tout = atoi(optarg) * 1000; in main() 490 if (tout == 0) in main() 491 tout = 5000; in main() 493 if (tout == 0) in main() 494 tout = 15000; in main() 551 ret = poll(pfd, (nfds_t)nfd, tout); in main()
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | sys_bsd.c | 44 tout, /* Output file descriptor */ variable 82 tout = fileno(stdout); in init_sys() 95 return write(tout, buf, n); in TerminalWrite() 510 ioctl(tout, FIONBIO, (char *)&onoff); in TerminalNewMode() 780 || tout >= FD_SETSIZE in process_rings() 788 FD_SET(tout, &obits); in process_rings() 973 if (FD_ISSET(tout, &obits)) { in process_rings() 974 FD_CLR(tout, &obits); in process_rings()
|
| HD | utilities.c | 819 if (tout >= FD_SETSIZE) in EmptyTerminal() 823 FD_SET(tout, &outs); in EmptyTerminal() 824 select(tout+1, 0, &outs, 0, in EmptyTerminal() 829 FD_SET(tout, &outs); in EmptyTerminal() 830 select(tout+1, 0, &outs, 0, in EmptyTerminal()
|
| /freebsd-14-stable/contrib/telnet/telnet/ |
| HD | sys_bsd.c | 60 tout, /* Output file descriptor */ variable 124 tout = fileno(stdout); in init_sys() 132 return write(tout, buf, n); in TerminalWrite() 676 ioctl(tout, FIONBIO, (char *)&onoff); in TerminalNewMode() 854 if (ttyout && tout > maxfd) in process_rings() 855 maxfd = tout; in process_rings() 882 FD_SET(tout, obitsp); in process_rings() 1061 if (FD_ISSET(tout, obitsp)) { in process_rings() 1062 FD_CLR(tout, obitsp); in process_rings()
|
| HD | utilities.c | 864 FD_SET(tout, &o); in EmptyTerminal() 865 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0, in EmptyTerminal() 870 FD_SET(tout, &o); in EmptyTerminal() 871 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0, in EmptyTerminal()
|
| /freebsd-14-stable/sbin/ipf/ipsend/ |
| HD | sbpf.c | 55 initdevice(char *device, int tout) in initdevice() argument 120 timeout = tout; in initdevice()
|
| HD | snit.c | 60 initdevice(char *device, int tout) in initdevice() argument 82 timeout = tout; in initdevice()
|
| HD | sockraw.c | 37 initdevice(char *device, int tout) in initdevice() argument
|
| HD | sdlpi.c | 55 initdevice(char *device, int tout) in initdevice() argument
|
| /freebsd-14-stable/tools/tools/net80211/w00t/prga/ |
| HD | prga.c | 335 int tout = 10*1000; in wait_ack() local 346 if (el >= tout) { in wait_ack() 361 el = tout - el; in wait_ack() 400 int tout = 20*1000; in wait_relay() local 415 if (el >= tout) { in wait_relay() 422 el = tout - el; in wait_relay()
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libc/rpc/ |
| HD | t_rpc.c | 111 static struct timeval tout = {1, 0}; variable 172 (xdrproc_t)xdr_int, (void *)&resp, tout); in rawtest() 223 (xdrproc_t)xdr_int, (void *)&resp, tout); in regtest() 230 (xdrproc_t)xdr_void, NULL, tout); in regtest()
|
| /freebsd-14-stable/lib/libc/rpc/ |
| HD | pmap_rmt.c | 80 struct timeval tout, u_long *port_ptr) in pmap_rmtcall() argument 104 &r, tout); in pmap_rmtcall()
|
| /freebsd-14-stable/contrib/bsddialog/lib/ |
| HD | barbox.c | 611 int retval, y, x, h, w, tout, sizebar; in bsddialog_pause() local 640 tout = sec; in bsddialog_pause() 646 perc = (float)tout * 100 / sec; in bsddialog_pause() 647 draw_bar(bar, 1, 1, sizebar, perc, true, tout); in bsddialog_pause() 659 tout--; in bsddialog_pause() 660 if (tout < 0) { in bsddialog_pause()
|
| /freebsd-14-stable/sys/ddb/ |
| HD | db_command.c | 789 db_expr_t old_radix, tout; in db_watchdog() local 794 err = db_expression(&tout); in db_watchdog() 801 tout = 0; in db_watchdog() 802 } else if ((tout & WD_INTERVAL) == WD_TO_NEVER) { in db_watchdog() 806 EVENTHANDLER_INVOKE(watchdog_list, tout, &i); in db_watchdog()
|
| /freebsd-14-stable/sys/dev/flash/ |
| HD | at45d.c | 214 struct timeval now, tout; in at45d_wait_ready() local 217 getmicrouptime(&tout); in at45d_wait_ready() 218 tout.tv_sec += 3; in at45d_wait_ready() 221 if (now.tv_sec > tout.tv_sec) in at45d_wait_ready()
|
| /freebsd-14-stable/tools/tools/net80211/w00t/expand/ |
| HD | expand.c | 372 int tout = 10*1000; in own() local 384 if (el >= tout) { in own() 393 el = tout - el; in own()
|
| /freebsd-14-stable/sys/dev/mmc/host/ |
| HD | dwmmc.c | 816 int tout; in dwmmc_setup_bus() local 824 tout = 1000; in dwmmc_setup_bus() 826 if (tout-- < 0) { in dwmmc_setup_bus() 844 tout = 1000; in dwmmc_setup_bus() 846 if (tout-- < 0) { in dwmmc_setup_bus() 856 tout = 1000; in dwmmc_setup_bus() 858 if (tout-- < 0) { in dwmmc_setup_bus()
|
| /freebsd-14-stable/tools/tools/net80211/w00t/redir/ |
| HD | redir.c | 574 int tout = (p->state == S_WAIT_BUDDY) ? tout_buddy : tout_ack; in own() local 586 if (el >= tout) { in own() 595 el = tout - el; in own()
|
| /freebsd-14-stable/tools/regression/sockets/udp_pingpong/ |
| HD | udp_pingpong.c | 434 recv_pkt(struct test_ctx *tcp, int fdidx, const char *face, int tout) in recv_pkt() argument 440 pr = poll(&tcp->pfds[fdidx], 1, tout); in recv_pkt()
|
| /freebsd-14-stable/contrib/ntp/ntpd/ |
| HD | refclock_gpsdjson.c | 2001 struct timeval tout; in gpsd_test_socket() local 2004 memset(&tout, 0, sizeof(tout)); in gpsd_test_socket() 2007 rc = select(up->fdt+1, NULL, &wset, NULL, &tout); in gpsd_test_socket()
|