| /freebsd-10-stable/contrib/libbegemot/ |
| D | rpoll.c | 79 # if defined(USE_SELECT) || !defined(INFTIM) 80 # define INFTIM (-1) macro 541 tout = INFTIM; in poll_dispatch() 550 ret = poll(pfd, regs_used, tout == INFTIM ? INFTIM : (tout / 1000)); in poll_dispatch() 557 if(tout != INFTIM) { in poll_dispatch() 564 SELECT_CAST(&nxset), (tout==INFTIM) ? NULL : &tv); in poll_dispatch()
|
| /freebsd-10-stable/crypto/openssh/openbsd-compat/ |
| D | bsd-poll.h | 57 #define INFTIM (-1) /* not standard */ macro
|
| /freebsd-10-stable/sys/sys/ |
| D | poll.h | 92 #define INFTIM (-1) macro
|
| /freebsd-10-stable/contrib/tnftp/ |
| D | tnftp.h | 134 #if !defined(INFTIM) 135 # define INFTIM -1 macro
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_poll.c | 67 (void)poll(&pfd, 1, INFTIM); in child2() 81 (void)poll(&pfd, 1, INFTIM); in child3()
|
| /freebsd-10-stable/contrib/libpcap/ |
| D | pcap-snit.c | 236 si.ic_timout = INFTIM; in nit_setflags() 322 si.ic_timout = INFTIM; in pcap_activate_snit()
|
| /freebsd-10-stable/usr.bin/whois/ |
| D | whois.c | 338 timeout = INFTIM; in whois() 390 } while (timeout == INFTIM && count != 0); in whois()
|
| /freebsd-10-stable/contrib/netbsd-tests/kernel/kqueue/write/ |
| D | t_ttypty.c | 81 RL(poll(&pfd, 1, INFTIM)); in h_check()
|
| /freebsd-10-stable/contrib/netbsd-tests/kernel/kqueue/read/ |
| D | t_ttypty.c | 89 RL(poll(&pfd, 1, INFTIM)); in h_check()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/librumphijack/ |
| D | h_client.c | 110 if ((rv = poll(pfd, 2, INFTIM)) != 1) in main()
|
| /freebsd-10-stable/contrib/hyperv/tools/ |
| D | hv_vss_daemon.c | 204 r = poll(hv_vss_poll_fd, 1, INFTIM); in main()
|
| D | hv_kvp_daemon.c | 1449 r = poll (hv_kvp_poll_fd, 1, INFTIM); in main()
|
| /freebsd-10-stable/lib/libnetgraph/ |
| D | msg.c | 244 n = poll(&rfds, 1, INFTIM); in NgDeliverMsg()
|
| /freebsd-10-stable/usr.sbin/faithd/ |
| D | faithd.c | 398 error = poll(pfd, sizeof(pfd)/sizeof(pfd[0]), INFTIM); in play_service()
|
| /freebsd-10-stable/usr.sbin/rtsold/ |
| D | rtsold.c | 365 e = poll(set, 2, timeout ? (timeout->tv_sec * 1000 + timeout->tv_nsec / 1000 / 1000) : INFTIM); in main()
|
| /freebsd-10-stable/lib/libfetch/ |
| D | common.c | 1053 deltams = INFTIM; in fetch_read()
|
| /freebsd-10-stable/contrib/tnftp/src/ |
| D | util.c | 1409 timeout = INFTIM; in ftp_connect()
|
| /freebsd-10-stable/usr.sbin/rtadvd/ |
| D | rtadvd.c | 333 timeout->tv_nsec / 1000 / 1000) : INFTIM)) < 0) { in main()
|
| /freebsd-10-stable/sys/kern/ |
| D | sys_generic.c | 1311 if (uap->timeout != INFTIM) { in sys_poll()
|
| /freebsd-10-stable/sbin/dhclient/ |
| D | dhclient.c | 2755 if ((nfds = poll(pfd, 1, INFTIM)) == -1) in fork_privchld()
|
| /freebsd-10-stable/usr.sbin/route6d/ |
| D | route6d.c | 488 switch (poll(set, 2, INFTIM)) in main()
|