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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h57 #define INFTIM (-1) /* not standard */ macro
/freebsd-11-stable/sys/sys/
H A Dpoll.h92 #define INFTIM (-1) macro
/freebsd-11-stable/contrib/blacklist/test/
H A Dsrvtest.c57 #ifndef INFTIM
58 #define INFTIM -1 macro
212 if (poll(pfd, __arraycount(pfd), INFTIM) == -1)
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_ttypty.c81 RL(poll(&pfd, 1, INFTIM));
/freebsd-11-stable/contrib/libbegemot/
H A Drpoll.c77 * declare INFTIM.
79 # if defined(USE_SELECT) || !defined(INFTIM)
80 # define INFTIM (-1) macro
541 tout = INFTIM;
550 ret = poll(pfd, regs_used, tout == INFTIM ? INFTIM : (tout / 1000));
557 if(tout != INFTIM) {
564 SELECT_CAST(&nxset), (tout==INFTIM) ? NULL : &tv);
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dh_client.c110 if ((rv = poll(pfd, 2, INFTIM)) != 1)
/freebsd-11-stable/usr.bin/talk/
H A Dio.c115 nb = poll(fds, 2, INFTIM);
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c89 RL(poll(&pfd, 1, INFTIM));
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c67 (void)poll(&pfd, 1, INFTIM);
81 (void)poll(&pfd, 1, INFTIM);
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h134 #if !defined(INFTIM)
135 # define INFTIM -1 macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-snit.c255 si.ic_timout = INFTIM;
359 si.ic_timout = INFTIM;
/freebsd-11-stable/usr.bin/whois/
H A Dwhois.c347 timeout = INFTIM;
400 } while (timeout == INFTIM && count != 0);
/freebsd-11-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-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc350 result = poll(fds, NUM_ELEMENTS(fds), /*timeout*/INFTIM);
/freebsd-11-stable/lib/libnetgraph/
H A Dmsg.c241 n = poll(&rfds, 1, INFTIM);
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c385 if ((n = poll(set, 2, INFTIM)) < 0) {
/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsold.c321 e = poll(set, 2, timeout ? (timeout->tv_sec * 1000 + timeout->tv_nsec / 1000 / 1000) : INFTIM);
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c1409 timeout = INFTIM;
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c1053 deltams = INFTIM;
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.c332 timeout->tv_nsec / 1000 / 1000) : INFTIM)) < 0) {
/freebsd-11-stable/sys/kern/
H A Dsys_generic.c1336 if (uap->timeout != INFTIM) {
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c487 switch (poll(set, 2, INFTIM))

Completed in 284 milliseconds