Home
last modified time | relevance | path

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

12

/freebsd/sys/crypto/aesni/
H A Daesni_wrap.c111 __m128i tout[8]; in aesni_encrypt_ecb() local
122 blks->blk[6], blks->blk[7], tout); in aesni_encrypt_ecb()
123 top->blk[0] = tout[0]; in aesni_encrypt_ecb()
124 top->blk[1] = tout[1]; in aesni_encrypt_ecb()
125 top->blk[2] = tout[2]; in aesni_encrypt_ecb()
126 top->blk[3] = tout[3]; in aesni_encrypt_ecb()
127 top->blk[4] = tout[4]; in aesni_encrypt_ecb()
128 top->blk[5] = tout[5]; in aesni_encrypt_ecb()
129 top->blk[6] = tout[6]; in aesni_encrypt_ecb()
130 top->blk[7] = tout[7]; in aesni_encrypt_ecb()
[all …]
/freebsd/contrib/libbegemot/
H A Drpoll.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/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_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/contrib/blocklist/bin/
H A Dblacklistd.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/crypto/heimdal/appl/telnet/telnet/
H A Dsys_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()
H A Dutilities.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()
H A Dexterns.h72 tout, /* Terminal output file descriptor */
/freebsd/contrib/telnet/telnet/
H A Dsys_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()
H A Dutilities.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()
H A Dexterns.h115 tout, /* Terminal output file descriptor */
/freebsd/sbin/ipf/ipsend/
H A Dsbpf.c51 initdevice(char *device, int tout) in initdevice() argument
116 timeout = tout; in initdevice()
H A Dsnit.c56 initdevice(char *device, int tout) in initdevice() argument
78 timeout = tout; in initdevice()
H A Dsockraw.c34 initdevice(char *device, int tout) in initdevice() argument
H A Dsdlpi.c51 initdevice(char *device, int tout) in initdevice() argument
/freebsd/tools/tools/net80211/w00t/prga/
H A Dprga.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/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_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/contrib/bsddialog/lib/
H A Dbarbox.c623 int retval, tout; in bsddialog_pause()
639 tout = *seconds; in bsddialog_pause()
645 b.perc = (float)tout * 100 / *seconds; in bsddialog_pause()
646 b.label = tout; in bsddialog_pause()
651 tout--; in bsddialog_pause()
652 if (tout < 0) { in bsddialog_pause()
709 *seconds = MAX(tout, 0);
574 int retval, tout; bsddialog_pause() local
/freebsd/lib/libc/rpc/
H A Dpmap_rmt.c76 struct timeval tout, u_long *port_ptr) in pmap_rmtcall() argument
100 &r, tout); in pmap_rmtcall()
/freebsd/sys/ddb/
H A Ddb_command.c794 db_expr_t old_radix, tout; in db_watchdog()
799 err = db_expression(&tout); in db_watchdog()
806 tout = 0; in db_watchdog()
807 } else if ((tout & WD_INTERVAL) == WD_TO_NEVER) { in db_watchdog()
811 EVENTHANDLER_INVOKE(watchdog_list, tout, &i); in db_gdb()
789 db_expr_t old_radix, tout; db_watchdog() local
/freebsd/sys/dev/flash/
H A Dat45d.c213 struct timeval now, tout; in at45d_wait_ready() local
216 getmicrouptime(&tout); in at45d_wait_ready()
217 tout.tv_sec += 3; in at45d_wait_ready()
220 if (now.tv_sec > tout.tv_sec) in at45d_wait_ready()
/freebsd/tools/tools/net80211/w00t/expand/
H A Dexpand.c372 int tout = 10*1000; in own() local
384 if (el >= tout) { in own()
393 el = tout - el; in own()
/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c815 int tout; in dwmmc_setup_bus() local
823 tout = 1000; in dwmmc_setup_bus()
825 if (tout-- < 0) { in dwmmc_setup_bus()
843 tout = 1000; in dwmmc_setup_bus()
845 if (tout-- < 0) { in dwmmc_setup_bus()
855 tout = 1000; in dwmmc_setup_bus()
857 if (tout-- < 0) { in dwmmc_setup_bus()
/freebsd/tools/tools/net80211/w00t/redir/
H A Dredir.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/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c433 recv_pkt(struct test_ctx *tcp, int fdidx, const char *face, int tout) in recv_pkt() argument
439 pr = poll(&tcp->pfds[fdidx], 1, tout); in recv_pkt()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_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