Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14-stable/sys/crypto/aesni/
HDaesni_wrap.c112 __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/
HDsocfpga_a10_manager.c114 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 …]
HDsocfpga_manager.c175 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/
HDrpoll.c496 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/
HDlibzfs_util_os.c132 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/
HDblacklistd.c412 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/
HDsys_bsd.c44 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()
HDutilities.c819 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/
HDsys_bsd.c60 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()
HDutilities.c864 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/
HDsbpf.c55 initdevice(char *device, int tout) in initdevice() argument
120 timeout = tout; in initdevice()
HDsnit.c60 initdevice(char *device, int tout) in initdevice() argument
82 timeout = tout; in initdevice()
HDsockraw.c37 initdevice(char *device, int tout) in initdevice() argument
HDsdlpi.c55 initdevice(char *device, int tout) in initdevice() argument
/freebsd-14-stable/tools/tools/net80211/w00t/prga/
HDprga.c335 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/
HDt_rpc.c111 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/
HDpmap_rmt.c80 struct timeval tout, u_long *port_ptr) in pmap_rmtcall() argument
104 &r, tout); in pmap_rmtcall()
/freebsd-14-stable/contrib/bsddialog/lib/
HDbarbox.c611 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/
HDdb_command.c789 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/
HDat45d.c214 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/
HDexpand.c372 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/
HDdwmmc.c816 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/
HDredir.c574 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/
HDudp_pingpong.c434 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/
HDrefclock_gpsdjson.c2001 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()

12