Searched refs:poll (Results 176 - 200 of 360) sorted by relevance

1234567891011>>

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c44 #include <linux/poll.h>
338 .poll = ib_uverbs_comp_event_poll,
347 .poll = ib_uverbs_async_event_poll,
/freebsd-current/lib/libfetch/
H A Dcommon.c45 #include <poll.h>
1320 * poll() -> read(), we do the following:
1327 * call poll().
1363 if (poll(&pfd, 1, deltams) < 0) {
1470 if (poll(&pfd, 1, deltams) < 0) {
/freebsd-current/contrib/sendmail/libmilter/
H A Dworker.c33 int tm_p[2]; /* poll control pipe */
61 /* poll check periodicity (default 10000 - 10 s) */
358 int pcnt = 0; /* error count for poll() failures */
429 ** Initialize poll set.
430 ** Insert into the poll set the file descriptors of
500 r = poll(pfd, nfd, POLL_TIMEOUT);
731 ** to poll set.
/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c271 result = poll(fds, (size_t) count, milliseconds);
476 * Both 'poll()' and 'select()' return the number of file descriptors
/freebsd-current/sys/contrib/xen/arch-x86/hvm/
H A Dsave.h335 uint8_t poll:1; member in struct:hvm_hw_vpic
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp28 #include <poll.h>
/freebsd-current/sys/dev/vt/
H A Dvt_sysmouse.c47 #include <sys/poll.h>
/freebsd-current/sys/netgraph/
H A Dng_device.c46 #include <sys/poll.h>
/freebsd-current/tests/sys/fifo/
H A Dfifo_kqueue.c35 #include <poll.h>
/freebsd-current/tests/sys/kern/pipe/
H A Dpipe_kqueue_test.c35 #include <poll.h>
/freebsd-current/sys/fs/fuse/
H A Dfuse_device.c83 #include <sys/poll.h>
154 /* wakup poll()ers */
/freebsd-current/sys/netsmb/
H A Dsmb_dev.c42 #include <sys/poll.h>
/freebsd-current/sys/dev/hyperv/input/
H A Dhv_kbdc.c39 #include <sys/poll.h>
/freebsd-current/sys/dev/tcp_log/
H A Dtcp_log_dev.c37 #include <sys/poll.h>
430 * It only makes sense to poll for reading. So, again, prod the
/freebsd-current/sys/dev/xen/evtchn/
H A Devtchn_dev.c48 #include <sys/poll.h>
/freebsd-current/sys/x86/acpica/
H A Dacpi_apm.c36 #include <sys/poll.h>
/freebsd-current/sys/kern/
H A Dsys_procdesc.c73 #include <sys/poll.h>
H A Dkern_devctl.c40 #include <sys/poll.h>
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp32 #include <poll.h>
/freebsd-current/stand/userboot/test/
H A Dtest.c533 .poll = test_poll,
/freebsd-current/sys/dev/sound/pcm/
H A Dsound.h62 #include <sys/poll.h>
/freebsd-current/contrib/ofed/libibumad/
H A Dumad.c37 #include <sys/poll.h>
838 if ((n = poll(&ufds, 1, timeout_ms)) == 1)
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h253 if (wpa_s->driver->poll) {
254 wpa_s->driver->poll(wpa_s->drv_priv);
/freebsd-current/contrib/ldns/
H A Dnet.c34 #include <poll.h>
178 ret = poll(pfds, 1, (int)(timeout.tv_sec * 1000
/freebsd-current/lib/libusb/
H A Dlibusb20.c32 #include <poll.h>
1104 if (poll(pfd, 1, timeout)) {

Completed in 250 milliseconds

1234567891011>>