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

12345678910

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c476 (void) poll(NULL, 0, MILLISEC / 2);
/freebsd-9.3-release/contrib/tnftp/src/
H A Dutil.c1322 * a poll(2).
1413 /* loop until poll ! EINTR */
1416 if (rv == 0) { /* poll (connect) timed out */
1421 if (rv == -1) { /* poll error */
1460 * Internal version of poll(2), to allow reimplementation by select(2)
1467 return poll(fds, nfds, timeout);
1470 /* implement poll(2) using select(2) */
1500 } else if (timeout == 0) { /* poll once */
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_vc.c61 #include <sys/poll.h>
H A Dsvc_vc.c50 #include <sys/poll.h>
/freebsd-9.3-release/lib/libusb/
H A Dlibusb10.c34 #include <poll.h>
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_target.c39 #include <sys/poll.h>
357 /* Only sleep if the user didn't poll for write. */
1125 * Notify users sleeping via poll(), kqueue(), and
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2.h32 #include <linux/poll.h>
/freebsd-9.3-release/sys/dev/drm/
H A DdrmP.h66 #include <sys/poll.h>
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwdev.c51 #include <sys/poll.h>
H A Dif_fwe.c119 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
H A Dif_fwip.c126 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
/freebsd-9.3-release/sys/dev/ipmi/
H A Dipmi.c38 #include <sys/poll.h>
/freebsd-9.3-release/sys/kern/
H A Dvfs_default.c56 #include <sys/poll.h>
538 * Return true for select/poll.
554 * Implement poll for local filesystems that support it.
/freebsd-9.3-release/sys/net/
H A Dif_tap.c50 #include <sys/poll.h>
983 * the poll interface, this is only useful on reads
H A Dif_tun.c13 * UCL. This driver is based much more on read/write/poll mode of
36 #include <sys/poll.h>
941 * tunpoll - the poll interface, this is only useful on reads
/freebsd-9.3-release/sys/security/audit/
H A Daudit_pipe.c42 #include <sys/poll.h>
1028 * Audit pipe poll.
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A DMakefile.in130 @POLL_BACKEND_TRUE@am__append_16 = poll.c
197 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
202 @POLL_BACKEND_TRUE@am__objects_3 = poll.lo
240 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
1474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c93 #include <sys/poll.h>
3109 (void) poll(NULL, 0, 100);
5056 (void) poll(NULL, 0, 100); /* wait a moment, then force a restart */
5318 (void) poll(NULL, 0, 100);
5334 (void) poll(NULL, 0, (int)NSEC2MSEC(delta));
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h830 extern int poll(struct pollfd *, long unsigned int, int);
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c140 #include <poll.h>
1306 * "handle->fd" is a socket, so "select()" and "poll()"
3726 timeout = 0; /* non-blocking mode - poll to pick up errors */
3728 ret = poll(&pollinfo, 1, timeout);
3731 "can't poll on packet socket: %s",
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c130 #include <poll.h>
1129 cc = poll(fdmaskp, 1, timeout);
1138 warn("poll");
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr.c53 #include <poll.h>
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dengine.c1878 n = poll(&pfd, 1, MI_RD_CMD_TO);
/freebsd-9.3-release/sys/cddl/dev/fbt/
H A Dfbt.c50 #include <sys/poll.h>
/freebsd-9.3-release/sys/dev/drm2/
H A DdrmP.h64 #include <sys/poll.h>

Completed in 512 milliseconds

12345678910