Searched refs:poll (Results 276 - 300 of 324) sorted by relevance

<<111213

/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbd.c249 .poll = atkbd_poll,
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c39 #include <sys/poll.h>
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c34 #include <sys/poll.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp10 #include <poll.h>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp35 #include <poll.h>
/freebsd-11-stable/lib/libusb/
H A Dlibusb10.c33 #include <poll.h>
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dengine.c1886 n = poll(&pfd, 1, MI_RD_CMD_TO);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c34 #include <sys/poll.h> /* POLLIN, POLLOUT */
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs.c79 static void mvs_legacy_intr(device_t dev, int poll);
839 mvs_legacy_intr(device_t dev, int poll) argument
857 if (poll)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c96 #include <sys/poll.h>
3323 (void) poll(NULL, 0, 100);
5390 (void) poll(NULL, 0, 100); /* wait a moment, then force a restart */
5743 (void) poll(NULL, 0, 100);
5771 (void) poll(NULL, 0, (int)NSEC2MSEC(delta));
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c341 if (poll(fds, (size_t) 1, 0) > 0) {
/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.c62 #include <sys/poll.h>
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h65 #include <sys/poll.h>
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pass.c45 #include <sys/poll.h>
/freebsd-11-stable/sys/kern/
H A Dsys_pipe.c110 #include <sys/poll.h>
1269 * wake up select/poll.
1313 * wake up select/poll.
H A Dsys_generic.c61 #include <sys/poll.h>
1173 * Convert a select bit set to poll flags.
1225 * socket calls selrecord() twice for each poll() call
1428 /* poll is not restarted after signals... */
1611 * OpenBSD poll system call.
1732 * between thread calling select()/poll() and file descriptor
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c2158 .poll = &ukbd_poll,
H A Datp.c78 #include <sys/poll.h>
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c47 #include <sys/poll.h>
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c56 #include <poll.h>
487 switch (poll(set, 2, INFTIM))
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c138 #include <poll.h>
322 int poll_timeout; /* timeout to use in poll() */
1421 * Set the timeout to be used in poll() with memory-mapped packet capture.
1477 * The workaround is to have poll() time out very quickly,
1500 * Non-blocking mode; we call poll() to pick up error
1631 * Set the timeout to use in poll() before
1696 * "handle->fd" is a socket, so "select()" and "poll()"
4955 /* Update the timeout to use in poll(). */
5015 * The timeout is 0 in non-blocking mode, so poll()
5018 ret = poll(
[all...]
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c573 * Callback for poll based presence detection.
748 int i, poll = 0; local
773 poll = 1;
790 if (poll) {
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c42 #include <poll.h>
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c55 #include <poll.h>
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h64 #include <sys/poll.h>

Completed in 632 milliseconds

<<111213