Home
last modified time | relevance | path

Searched refs:INFTIM (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/blocklist/test/
H A Dsrvtest.c59 #ifndef INFTIM
60 #define INFTIM -1 macro
230 if (poll(pfd, __arraycount(pfd), INFTIM) == -1) in main()
/freebsd/contrib/libbegemot/
H A Drpoll.c68 # if defined(USE_SELECT) || !defined(INFTIM)
69 # define INFTIM (-1) macro
530 tout = INFTIM; in poll_dispatch()
539 ret = poll(pfd, regs_used, tout == INFTIM ? INFTIM : (tout / 1000)); in poll_dispatch()
546 if(tout != INFTIM) { in poll_dispatch()
553 SELECT_CAST(&nxset), (tout==INFTIM) ? NULL : &tv); in poll_dispatch()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h71 #define INFTIM (-1) /* not standard */ macro
/freebsd/sys/sys/
H A Dpoll.h93 #define INFTIM (-1) macro
/freebsd/contrib/tnftp/
H A Dtnftp.h134 #if !defined(INFTIM)
135 # define INFTIM -1 macro
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c299 if (timeout != INFTIM) { in run_select()
337 if (timeout != INFTIM) { in run_kqueue()
477 int timeout = INFTIM; in main()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c67 (void)poll(&pfd, 1, INFTIM); in child2()
81 (void)poll(&pfd, 1, INFTIM); in child3()
/freebsd/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_ttypty.c81 RL(poll(&pfd, 1, INFTIM)); in h_check()
/freebsd/contrib/libpcap/
H A Dpcap-snit.c255 si.ic_timout = INFTIM; in nit_setflags()
363 si.ic_timout = INFTIM; in pcap_activate_snit()
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dh_client.c110 if ((rv = poll(pfd, 2, INFTIM)) != 1) in main()
/freebsd/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c89 RL(poll(&pfd, 1, INFTIM)); in h_check()
/freebsd/usr.bin/talk/
H A Dio.c111 nb = poll(fds, 2, INFTIM); in talk()
/freebsd/usr.bin/whois/
H A Dwhois.c362 timeout = INFTIM; in connect_to_any_host()
415 } while (timeout == INFTIM && count != 0); in connect_to_any_host()
/freebsd/usr.sbin/ngctl/
H A Dmain.c290 if (poll(pfds, 2, INFTIM) <= 0) { in Monitor()
398 if (poll(pfds, 3, INFTIM) < 0 && errno != EINTR) in DoInteractive()
/freebsd/contrib/hyperv/tools/
H A Dhv_vss_daemon.c204 r = poll(hv_vss_poll_fd, 1, INFTIM); in main()
H A Dhv_kvp_daemon.c1446 r = poll (hv_kvp_poll_fd, 1, INFTIM); in main()
/freebsd/tests/sys/kern/
H A Dlistener_wakeup.c173 rv = poll(&fds, 1, INFTIM); in sleep_poll()
H A Dunix_stream.c153 nfds = poll(pfd, 1, ctx->timeout ? 1 : INFTIM); in check_poll()
H A Dssl_sendfile.c283 1, INFTIM) == 1); in SSL_read_b()
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.cc349 result = poll(fds, NUM_ELEMENTS(fds), /*timeout*/INFTIM); in EventLoop()
/freebsd/lib/libnetgraph/
H A Dmsg.c238 n = poll(&rfds, 1, INFTIM); in NgDeliverMsg()
/freebsd/lib/libusb/
H A Dlibusb10_hotplug.c225 int timeout = INFTIM; in libusb_hotplug_scan()
/freebsd/usr.sbin/virtual_oss/virtual_bt_speaker/
H A Dbt_speaker.c288 if (poll(pfd, np, INFTIM) < 0) in process_connection()
/freebsd/lib/libpam/modules/pam_exec/
H A Dpam_exec.c369 if (poll(pfd, nfds, INFTIM) < 0) { in _pam_exec()
/freebsd/contrib/tnftp/src/
H A Dutil.c1423 timeout = INFTIM; in ftp_connect()

12