Symbol: INFTIM
cddl/usr.sbin/zfsd/zfsd.cc
349
result = poll(fds, NUM_ELEMENTS(fds), /*timeout*/INFTIM);
lib/libfetch/common.c
1314
deltams = INFTIM;
lib/libnetgraph/msg.c
238
n = poll(&rfds, 1, INFTIM);
lib/libpam/modules/pam_exec/pam_exec.c
369
if (poll(pfd, nfds, INFTIM) < 0) {
lib/libusb/libusb10_hotplug.c
225
int timeout = INFTIM;
sbin/dhclient/dhclient.c
2875
if ((nfds = poll(pfd, 1, INFTIM)) == -1)
sys/compat/linux/linux_misc.c
2555
if (args->timeout != INFTIM) {
sys/kern/sys_generic.c
1530
if (uap->timeout != INFTIM) {
tests/sys/fs/fusefs/mockfs.cc
1048
nready = poll(fds, 1, INFTIM);
tests/sys/kern/ktls_test.c
210
ATF_REQUIRE_INTEQ(1, poll(&pfd, 1, INFTIM));
tests/sys/kern/listener_wakeup.c
173
rv = poll(&fds, 1, INFTIM);
tests/sys/kern/ssl_sendfile.c
283
1, INFTIM) == 1);
tests/sys/kern/unix_stream.c
152
nfds = poll(pfd, 1, ctx->timeout ? 1 : INFTIM);
tools/test/gpioevents/gpioevents.c
299
if (timeout != INFTIM) {
tools/test/gpioevents/gpioevents.c
337
if (timeout != INFTIM) {
tools/test/gpioevents/gpioevents.c
477
int timeout = INFTIM;
usr.bin/talk/io.c
111
nb = poll(fds, 2, INFTIM);
usr.bin/whois/whois.c
362
timeout = INFTIM;
usr.bin/whois/whois.c
415
} while (timeout == INFTIM && count != 0);
usr.sbin/ngctl/main.c
290
if (poll(pfds, 2, INFTIM) <= 0) {
usr.sbin/ngctl/main.c
398
if (poll(pfds, 3, INFTIM) < 0 && errno != EINTR)
usr.sbin/route6d/route6d.c
484
switch (poll(set, 2, INFTIM))
usr.sbin/rtadvd/rtadvd.c
335
timeout->tv_nsec / 1000 / 1000) : INFTIM)) < 0) {
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
288
if (poll(pfd, np, INFTIM) < 0)