HomeSort by: relevance | last modified time | path
    Searched refs:INFTIM (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/bsd/iscsi/dist/include/
compat.h 72 /* Added for busybox, which doesn't define INFTIM */
73 #ifndef INFTIM
74 #define INFTIM -1
  /src/external/bsd/blocklist/test/
srvtest.c 59 #ifndef INFTIM
60 #define INFTIM -1
230 if (poll(pfd, __arraycount(pfd), INFTIM) == -1)
  /src/games/tetris/
input.c 87 timeout = INFTIM;
  /src/sys/sys/
poll.h 67 #define INFTIM -1
  /src/tests/kernel/kqueue/write/
t_ttypty.c 81 RL(poll(&pfd, 1, INFTIM));
  /src/external/mpl/dhcp/dist/common/
nit.c 91 sio.ic_timout = INFTIM;
100 sio.ic_timout = INFTIM;
139 sio.ic_timout = INFTIM;
248 sio.ic_timout = INFTIM;
dlpi.c 295 if (strioctl (sock, DLIOCRAW, INFTIM, 0, 0) < 0) {
356 if (strioctl (info -> wfdesc, PFIOCSETF, INFTIM,
483 if (strioctl (info -> rfdesc, PFIOCSETF, INFTIM,
  /src/libexec/httpd/
daemon-bozo.c 62 #ifndef INFTIM
63 #define INFTIM -1
275 if (poll(httpd->fds, (unsigned)httpd->nsock, INFTIM) == -1) {
  /src/tests/lib/librumphijack/
h_client.c 112 if ((rv = poll(pfd, 2, INFTIM)) != 1)
  /src/usr.sbin/mopd/common/
loop-bsd.c 130 if (poll(set, n, INFTIM) < 0)
  /src/lib/librumpuser/
rumpuser_port.h 223 #ifndef INFTIM
224 #define INFTIM (-1)
  /src/external/bsd/openldap/dist/include/ac/
socket.h 255 # ifndef INFTIM
256 # define INFTIM (-1)
  /src/external/bsd/tmux/dist/
compat.h 225 #ifndef INFTIM
226 #define INFTIM -1
  /src/tests/kernel/kqueue/read/
t_ttypty.c 90 RL(poll(&pfd, 1, INFTIM));
  /src/usr.sbin/rbootd/
rbootd.c 208 nsel = poll(set, 1, RmpConns ? RMP_TIMEOUT * 1000 : INFTIM);
  /src/usr.bin/rsh/
rsh.c 368 rewrite: if (poll(fdp, 1, INFTIM) == -1) {
411 if (poll(fdp, nfds, INFTIM) == -1) {
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 286 * If the actual timeout is zero, pass INFTIM
290 timeout = (n > 0) ? actualtimeout : INFTIM;
364 timeout = INFTIM;
  /src/external/bsd/libpcap/dist/
pcap-snit.c 260 si.ic_timout = INFTIM;
368 si.ic_timout = INFTIM;
  /src/games/hunt/hunt/
playit.c 216 nfds = poll(set, 2, INFTIM);
  /src/usr.sbin/mld6query/
mld6.c 147 if ((i = poll(set, 1, INFTIM)) < 0)
  /src/usr.sbin/ndbootd/config/
ndbootd-bpf.c 227 switch (poll(set, 1, INFTIM)) {
  /src/external/bsd/openldap/dist/libraries/libldap/
os-local.c 251 int timeout = INFTIM;
  /src/tests/lib/libc/sys/
t_eventfd.c 388 ATF_REQUIRE(poll(fds, 1, INFTIM) == 1);
408 ATF_REQUIRE(poll(fds, 1, INFTIM) == 1);
  /src/usr.bin/telnet/
utilities.c 845 (void) poll(set, 1, INFTIM);
849 (void) poll(set, 1, INFTIM);
sys_bsd.c 573 if ((c = poll(set, 3, dopoll ? 0 : INFTIM)) < 0) {

Completed in 37 milliseconds

1 2 3