Symbol: INFTIM
lib/libc/net/rcmd.c
211
if (poll(pfd, 2, INFTIM) < 1 ||
lib/libc/rpc/svc_run.c
63
nready = poll(pfd, svc_max_pollfd, INFTIM);
libexec/ftpd/ftpd.c
481
if (poll(pfds, n, INFTIM) == -1) {
libexec/lockspool/lockspool.c
92
if (poll(&pfd, 1, INFTIM) == -1) {
libexec/rpc.rstatd/rstatd.c
169
nready = poll(pfd, svc_max_pollfd, INFTIM);
libexec/spamd/spamd.c
1628
timeout = INFTIM;
regress/lib/libc/sys/t_poll.c
70
(void)poll(&pfd, 1, INFTIM);
regress/lib/libc/sys/t_poll.c
84
(void)poll(&pfd, 1, INFTIM);
regress/lib/libpthread/poll/poll.c
126
ASSERTe(poll(p, 1, INFTIM), == 1);
regress/lib/libpthread/socket/3/socket3.c
91
CHECKe(poll(&fds, 1, INFTIM));
regress/sys/fifofs/fifotest.c
29
#ifndef INFTIM
regress/sys/fifofs/fifotest.c
322
if (timeout == INFTIM)
regress/sys/fifofs/fifotest.c
74
runtest(argv[1], 0, INFTIM);
regress/sys/fifofs/fifotest.c
76
runtest(argv[1], O_NONBLOCK, INFTIM);
regress/sys/fifofs/fifotest.c
77
eoftest(argv[1], O_NONBLOCK, INFTIM);
regress/sys/kern/poll/poll_close.c
48
ret = poll(pfd, 1, INFTIM);
regress/sys/kern/poll/poll_close.c
62
ret = poll(pfd, 1, INFTIM);
regress/sys/kern/poll/poll_regevent.c
55
ret = poll(pfd, 2, INFTIM);
regress/sys/kern/poll/pollretval.c
20
r = poll(pfd, 100, INFTIM);
sbin/ldattach/ldattach.c
77
nfds = poll(pfd, 2, INFTIM);
sbin/mountd/mountd.c
404
switch (poll(pfd, 1, INFTIM)) {
sbin/mountd/mountd.c
724
nready = poll(pfd, svc_max_pollfd, INFTIM);
sbin/ping/ping.c
902
timeout = INFTIM;
sbin/ping/ping.c
918
timeout = INFTIM;
sys/kern/sys_generic.c
875
if (msec != INFTIM) {
usr.bin/kdump/kdump.c
1615
if (timeout == INFTIM)
usr.bin/snmp/snmp.c
307
to = INFTIM;
usr.bin/telnet/sys_bsd.c
529
if ((c = poll(pfd, TELNET_FD_NUM, dopoll ? 0 : INFTIM)) == -1) {
usr.bin/telnet/utilities.c
656
(void) poll(pfd, 1, INFTIM); /* wait for TTLOWAT */
usr.bin/telnet/utilities.c
660
(void) poll(pfd, 1, INFTIM); /* wait for TTLOWAT */
usr.bin/tftp/main.c
779
nfds = poll(pfd, 1, INFTIM);
usr.bin/vi/ex/ex_script.c
381
switch (poll(pfd, nfds, INFTIM)) {
usr.sbin/ntpd/ntp_dns.c
114
if ((nfds = poll(pfd, 1, INFTIM)) == -1)
usr.sbin/ntpd/ntpd.c
327
timeout = INFTIM;
usr.sbin/ntpd/ntpd.c
438
timeout = INFTIM;
usr.sbin/ntpd/ntpd.c
65
int timeout = INFTIM;
usr.sbin/route6d/route6d.c
390
switch (poll(pfd, 2, INFTIM))
usr.sbin/rpki-client/filemode.c
817
if (poll(&pfd, 1, INFTIM) == -1) {
usr.sbin/rpki-client/http.c
2115
timeout = INFTIM;
usr.sbin/rpki-client/http.c
2133
if (timeout == INFTIM || diff < timeout)
usr.sbin/rpki-client/http.c
2154
if (timeout == INFTIM || diff < timeout)
usr.sbin/rpki-client/main.c
1362
polltim = repo_check_timeout(INFTIM);
usr.sbin/rpki-client/parser.c
1124
if (poll(&pfd, 1, INFTIM) == -1) {
usr.sbin/rpki-client/parser.c
1220
if (poll(&pfd, 1, INFTIM) == -1) {
usr.sbin/rpki-client/repo.c
1502
if (timeout == INFTIM || diff < timeout)
usr.sbin/rpki-client/repo.c
1514
if (timeout == INFTIM || diff < timeout)
usr.sbin/rpki-client/rrdp.c
592
if (poll(pfds, i, INFTIM) == -1) {
usr.sbin/wsmoused/mouse_protocols.c
714
if (poll(pfd, 1, INFTIM) <= 0)
usr.sbin/wsmoused/wsmoused.c
407
if (poll(pfd, 1, INFTIM) <= 0)
usr.sbin/ypserv/ypserv/ypserv.c
363
nready = poll(pfd, svc_max_pollfd, INFTIM);