| /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>;
|
| /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>
|
| /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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| poll.d | 15 module core.sys.posix.poll; 47 int poll(pollfd[], nfds_t, int); 61 int poll(pollfd*, nfds_t, int); 74 int poll(pollfd*, nfds_t, int); 87 int poll(pollfd*, nfds_t, int); 100 int poll(pollfd*, nfds_t, int); 113 int poll(pollfd*, nfds_t, int); 126 int poll(pollfd*, nfds_t, int); 139 int poll(pollfd*, nfds_t, int); 152 int poll(pollfd*, nfds_t, c_long) [all...] |
| /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/external/lgpl2/userspace-rcu/dist/tests/regression/ |
| urcutorture.c | 7 #include <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); 125 poll = fhpibppoll; 127 poll = nhpibppoll; 128 while (((*poll)(unit) & slave) == 0)
|
| /src/crypto/external/apache2/openssl/dist/ssl/rio/ |
| poll_builder.h | 21 * poll(2) and allows an arbitrarily large number of FDs to be polled for while 37 #error Unknown RIO poll method 42 * Initialises a new poll builder. 49 * Tears down a poll builder, freeing any heap allocations (if any) which may 55 * Adds a file descriptor to a poll builder. If want_read is 1, listens for 68 * Polls the set of file descriptors added to a poll builder. deadline is a
|
| /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)
|