/freebsd/contrib/libbegemot/ |
H A D | rpoll.c | 68 # 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/contrib/blocklist/test/ |
H A D | srvtest.c | 57 #ifndef INFTIM 58 #define INFTIM -1 macro 212 if (poll(pfd, __arraycount(pfd), INFTIM) == -1) in main()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-poll.h | 75 #define INFTIM (-1) /* not standard */ macro
|
/freebsd/sys/sys/ |
H A D | poll.h | 93 #define INFTIM (-1) macro
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 134 #if !defined(INFTIM) 135 # define INFTIM -1 macro
|
/freebsd/tools/test/gpioevents/ |
H A D | gpioevents.c | 299 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 D | t_poll.c | 67 (void)poll(&pfd, 1, INFTIM); in child2() 81 (void)poll(&pfd, 1, INFTIM); in child3()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-snit.c | 255 si.ic_timout = INFTIM; in nit_setflags() 363 si.ic_timout = INFTIM; in pcap_activate_snit()
|
/freebsd/contrib/netbsd-tests/kernel/kqueue/write/ |
H A D | t_ttypty.c | 81 RL(poll(&pfd, 1, INFTIM)); in h_check()
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | h_client.c | 110 if ((rv = poll(pfd, 2, INFTIM)) != 1) in main()
|
/freebsd/contrib/netbsd-tests/kernel/kqueue/read/ |
H A D | t_ttypty.c | 89 RL(poll(&pfd, 1, INFTIM)); in h_check()
|
/freebsd/usr.bin/talk/ |
H A D | io.c | 111 nb = poll(fds, 2, INFTIM); in talk()
|
/freebsd/usr.bin/whois/ |
H A D | whois.c | 362 timeout = INFTIM; in connect_to_any_host() 415 } while (timeout == INFTIM && count != 0); in connect_to_any_host()
|
/freebsd/contrib/hyperv/tools/ |
H A D | hv_vss_daemon.c | 204 r = poll(hv_vss_poll_fd, 1, INFTIM); in main()
|
H A D | hv_kvp_daemon.c | 1446 r = poll (hv_kvp_poll_fd, 1, INFTIM); in main()
|
/freebsd/tests/sys/kern/ |
H A D | listener_wakeup.c | 173 rv = poll(&fds, 1, INFTIM); in sleep_poll()
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | zfsd.cc | 349 result = poll(fds, NUM_ELEMENTS(fds), /*timeout*/INFTIM); in EventLoop()
|
/freebsd/lib/libnetgraph/ |
H A D | msg.c | 238 n = poll(&rfds, 1, INFTIM); in NgDeliverMsg()
|
/freebsd/lib/libpam/modules/pam_exec/ |
H A D | pam_exec.c | 369 if (poll(pfd, nfds, INFTIM) < 0) { in _pam_exec()
|
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 1423 timeout = INFTIM; in ftp_connect()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | mockfs.cc | 1015 nready = poll(fds, 1, INFTIM); in write_response()
|
/freebsd/lib/libfetch/ |
H A D | common.c | 1312 deltams = INFTIM; in fetch_read()
|
/freebsd/usr.sbin/rtadvd/ |
H A D | rtadvd.c | 333 timeout->tv_nsec / 1000 / 1000) : INFTIM)) < 0) { in main()
|
/freebsd/sys/kern/ |
H A D | sys_generic.c | 1491 if (uap->timeout != INFTIM) { in sys_poll()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 2578 if (args->timeout != INFTIM) { in linux_poll()
|