Searched refs:INFTIM (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h57 #define INFTIM (-1) /* not standard */ macro
/freebsd-12-stable/sys/sys/
H A Dpoll.h94 #define INFTIM (-1) macro
/freebsd-12-stable/contrib/blacklist/test/
H A Dsrvtest.c57 #ifndef INFTIM
58 #define INFTIM -1 macro
212 if (poll(pfd, __arraycount(pfd), INFTIM) == -1)
/freebsd-12-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_ttypty.c81 RL(poll(&pfd, 1, INFTIM));
/freebsd-12-stable/contrib/libbegemot/
H A Drpoll.c66 * declare INFTIM.
68 # if defined(USE_SELECT) || !defined(INFTIM)
69 # define INFTIM (-1) macro
530 tout = INFTIM;
539 ret = poll(pfd, regs_used, tout == INFTIM ? INFTIM : (tout / 1000));
546 if(tout != INFTIM) {
553 SELECT_CAST(&nxset), (tout==INFTIM) ? NULL : &tv);
/freebsd-12-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c89 RL(poll(&pfd, 1, INFTIM));
/freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dh_client.c110 if ((rv = poll(pfd, 2, INFTIM)) != 1)
/freebsd-12-stable/usr.bin/talk/
H A Dio.c117 nb = poll(fds, 2, INFTIM);
/freebsd-12-stable/tools/test/gpioevents/
H A Dgpioevents.c297 if (timeout != INFTIM) {
335 if (timeout != INFTIM) {
475 int timeout = INFTIM;
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c67 (void)poll(&pfd, 1, INFTIM);
81 (void)poll(&pfd, 1, INFTIM);
/freebsd-12-stable/contrib/tnftp/
H A Dtnftp.h134 #if !defined(INFTIM)
135 # define INFTIM -1 macro
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-snit.c255 si.ic_timout = INFTIM;
359 si.ic_timout = INFTIM;
/freebsd-12-stable/usr.bin/whois/
H A Dwhois.c377 timeout = INFTIM;
430 } while (timeout == INFTIM && count != 0);
/freebsd-12-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c204 r = poll(hv_vss_poll_fd, 1, INFTIM);
H A Dhv_kvp_daemon.c1449 r = poll (hv_kvp_poll_fd, 1, INFTIM);
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc350 result = poll(fds, NUM_ELEMENTS(fds), /*timeout*/INFTIM);
/freebsd-12-stable/lib/libnetgraph/
H A Dmsg.c241 n = poll(&rfds, 1, INFTIM);
/freebsd-12-stable/lib/libpam/modules/pam_exec/
H A Dpam_exec.c354 if (poll(pfd, nfds, INFTIM) < 0) {
/freebsd-12-stable/contrib/tnftp/src/
H A Dutil.c1423 timeout = INFTIM;
/freebsd-12-stable/lib/libfetch/
H A Dcommon.c1059 deltams = INFTIM;
/freebsd-12-stable/sys/kern/
H A Dsys_generic.c1299 if (uap->timeout != INFTIM) {
/freebsd-12-stable/usr.sbin/rtadvd/
H A Drtadvd.c334 timeout->tv_nsec / 1000 / 1000) : INFTIM)) < 0) {
/freebsd-12-stable/usr.sbin/route6d/
H A Droute6d.c488 switch (poll(set, 2, INFTIM))

Completed in 250 milliseconds