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

1 2 3 4 5 6 7 8 91011>>

  /src/tests/libexec/ld.elf_so/helper_dso2/
h_helper_dso2.c 30 #include <poll.h>
44 poll(NULL, 0, -1);
56 poll(NULL, 0, -1);
  /src/tests/libexec/ld.elf_so/helper_dso1/
h_helper_dso1.c 30 #include <poll.h>
49 poll(NULL, 0, -1);
61 poll(NULL, 0, -1);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
cros-ec-sbs.dtsi 50 sbs,poll-retry-count = <1>;
at91-natte.dtsi 74 poll-interval = <20000>;
90 poll-interval = <20000>;
106 poll-interval = <20000>;
122 poll-interval = <20000>;
138 poll-interval = <20000>;
154 poll-interval = <20000>;
170 poll-interval = <20000>;
186 poll-interval = <20000>;
  /src/sbin/ping/
ping_hostops.c 38 #include <poll.h>
47 .op_poll = poll,
ping_rumpops.c 37 #include <poll.h>
  /src/tests/lib/libevent/
t_event.sh 44 atf_test_case poll
46 atf_set "descr" "Test libevent with poll backend"
65 atf_add_test_case poll
  /src/sbin/ping6/
ping6_hostops.c 38 #include <poll.h>
48 .op_poll = poll,
ping6_rumpops.c 37 #include <poll.h>
  /src/usr.sbin/traceroute/
traceroute_hostops.c 39 #include <poll.h>
48 .op_poll = poll,
traceroute_rumpops.c 37 #include <poll.h>
prog_ops.h 34 #include <poll.h>
86 #define prog_poll poll
  /src/lib/libc/sys/
ppoll.c 36 #include <sys/poll.h>
  /src/sys/arch/macppc/dev/
cudavar.h 56 void (*poll)(void *); /* poll until the chip is idle */ member in struct:cuda_attach_args
  /src/sys/dev/hdmicec/
hdmicec_if.h 40 int (*poll)(void *, int events, lwp_t *l); member in struct:hdmicec_hw_if
  /src/usr.bin/nc/
atomicio.c 32 #include <poll.h>
57 (void)poll(&pfd, 1, -1);
  /src/sys/compat/sys/
poll.h 1 /* $NetBSD: poll.h,v 1.2 2009/01/11 02:45:50 christos Exp $ */
36 #include <sys/poll.h>
  /src/sys/dev/wscons/
wscons_callbacks.h 55 void (*poll)(dev_t, int),
  /src/usr.sbin/timed/timedc/
timedc.h 37 #include <sys/poll.h>
  /src/usr.bin/talk/
ctl_transact.c 44 #include <poll.h>
82 nready = poll(set, 1, CTL_WAIT * 1000);
101 /* an immediate poll */
102 nready = poll(set, 1, 0);
  /src/sys/arch/hp300/stand/common/
hpib.c 121 int (*poll)(int); local in function:hpibswait
125 poll = fhpibppoll;
127 poll = nhpibppoll;
128 while (((*poll)(unit) & slave) == 0)
  /src/games/boggle/boggle/
timer.c 46 #include <sys/poll.h>
108 return (poll(set, 1, tdelay));
  /src/games/tetris/
input.c 43 #include <sys/poll.h>
65 * Do a `read wait': poll for reading from stdin, with timeout *tvp.
70 * If tvp is nil, wait forever, but return if poll is interrupted.
91 switch (poll(set, 1, timeout)) {
98 stop("poll failed, help");
  /src/sbin/mount_nfs/
udp_xfer.c 39 #include <sys/poll.h>
95 if (poll(&pfd, 1, tleft * 1000) != 1)
  /src/usr.bin/telnet/
network.c 47 #include <poll.h>
89 value = poll(set, 1, 0);
93 perror("poll");

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>