Searched refs:poll (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/netbsd-tests/libexec/ld.elf_so/helper_dso2/
H A Dh_helper_dso2.c30 #include <poll.h>
44 poll(NULL, 0, -1);
56 poll(NULL, 0, -1);
/freebsd-10.3-release/lib/libc/sys/
H A Dpoll.c34 __FBSDID("$FreeBSD: releng/10.3/lib/libc/sys/poll.c 277317 2015-01-18 11:54:20Z kib $");
37 #include <sys/poll.h>
42 #pragma weak poll macro
44 poll(struct pollfd pfd[], nfds_t nfds, int timeout) function
H A Dppoll.c37 #include <sys/poll.h>
/freebsd-10.3-release/contrib/netbsd-tests/libexec/ld.elf_so/helper_dso1/
H A Dh_helper_dso1.c30 #include <poll.h>
49 poll(NULL, 0, -1);
61 poll(NULL, 0, -1);
/freebsd-10.3-release/tools/regression/poll/
H A Dsockpoll.c1 /* $FreeBSD: releng/10.3/tools/regression/poll/sockpoll.c 196554 2009-08-25 20:33:37Z jilles $ */
3 #include <sys/poll.h>
107 if (poll(&pfd0, 1, 0) == -1)
108 err(1, "poll");
110 if (poll(&pfd1, 1, 0) == -1)
111 err(1, "poll");
115 if (poll(&pfd0, 1, 0) == -1)
116 err(1, "poll");
118 if (poll(&pfd1, 1, 0) == -1)
119 err(1, "poll");
[all...]
H A Dpipepoll.c1 /* $FreeBSD: releng/10.3/tools/regression/poll/pipepoll.c 211940 2010-08-28 17:38:40Z kib $ */
3 #include <sys/poll.h>
64 printf("poll result %d expected %d. ",
105 if ((res = poll(&pfd, 1, 0)) < 0)
106 err(1, "poll");
123 if ((res = poll(&pfd, 1, 0)) < 0)
124 err(1, "poll");
131 if ((res = poll(&pfd, 1, 0)) < 0)
132 err(1, "poll");
136 if ((res = poll(
[all...]
/freebsd-10.3-release/contrib/netbsd-tests/lib/libevent/
H A Dt_event.sh44 atf_test_case poll
46 atf_set "descr" "Test libevent with poll backend"
65 atf_add_test_case poll
/freebsd-10.3-release/lib/libkse/thread/
H A Dthr_poll.c39 #include <poll.h>
49 __weak_reference(__poll, poll);
H A Dthr_select.c35 #include <poll.h>
/freebsd-10.3-release/sys/dev/random/
H A Drandomdev.h52 random_poll_func_t *poll; member in struct:random_adaptor
/freebsd-10.3-release/sys/ofed/include/linux/
H A Dpoll.h33 #include <sys/poll.h>
/freebsd-10.3-release/contrib/netcat/
H A Datomicio.c30 #include <poll.h>
55 (void)poll(&pfd, 1, -1);
/freebsd-10.3-release/contrib/apr/
H A Dbuild.conf17 dso file_io locks memory misc mmap network_io poll random
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h1 /* $OpenBSD: poll.h,v 1.11 2003/12/10 23:10:08 millert Exp $ */
28 /* OPENBSD ORIGINAL: sys/sys/poll.h */
59 int poll(struct pollfd *, nfds_t, int);
/freebsd-10.3-release/sbin/dhclient/
H A Dprivsep.h23 #include <poll.h>
/freebsd-10.3-release/contrib/apr/support/unix/
H A Dwaitio.c34 #include <poll.h>
37 #include <sys/poll.h>
51 rc = poll(&pfd, 1, timeout);
/freebsd-10.3-release/crypto/openssh/
H A Datomicio.c36 #include <poll.h>
39 # include <sys/poll.h>
72 (void)poll(&pfd, 1, -1);
129 (void)poll(&pfd, 1, -1);
H A Dmonitor_fdpass.c41 # include <poll.h>
44 # include <sys/poll.h>
93 (void)poll(&pfd, 1, -1);
150 (void)poll(&pfd, 1, -1);
/freebsd-10.3-release/contrib/apr/include/arch/unix/
H A Dapr_arch_poll_private.h21 #include <poll.h>
25 #include <sys/poll.h>
162 apr_status_t (*poll)(apr_pollset_t *, apr_interval_time_t, apr_int32_t *, const apr_pollfd_t **); member in struct:apr_pollset_provider_t
171 apr_status_t (*poll)(apr_pollcb_t *, apr_interval_time_t, apr_pollcb_cb_t, void *); member in struct:apr_pollcb_provider_t
/freebsd-10.3-release/sys/mips/cavium/octe/
H A Dcavium-ethernet.h59 void (*poll)(struct ifnet *ifp); /* Called periodically to check link status */ member in struct:__anon10861
/freebsd-10.3-release/usr.sbin/ftp-proxy/libevent/
H A DMakefile8 SRCS= buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c
/freebsd-10.3-release/usr.sbin/fifolog/fifolog_writer/
H A Dfifolog_writer.c36 #include <poll.h>
99 i = poll(pfd, 1, 1000);
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c39 #include <poll.h>
54 (void)poll(&pfd, 1, 2000);
67 (void)poll(&pfd, 1, INFTIM);
81 (void)poll(&pfd, 1, INFTIM);
153 "Basis functionality test for poll(2)");
175 ATF_REQUIRE_EQ_MSG(ret = poll(&pfds[0], 1, 1), 0,
183 ATF_REQUIRE_EQ_MSG(ret = poll(&pfds[1], 1, 1), 1,
192 ATF_REQUIRE_EQ_MSG(ret = poll(pfds, 2, 1), 1,
204 ATF_REQUIRE_EQ_MSG(ret = poll(pfds, 2, 1), 2,
218 atf_tc_set_md_var(tc, "descr", "Check errors from poll(
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/ipc/
H A Dhi_locl.h44 #include <sys/poll.h>
/freebsd-10.3-release/lib/libnetgraph/
H A Dinternal.h47 #include <poll.h>

Completed in 418 milliseconds

1234567891011>>