Searched refs:poll (Results 251 - 275 of 360) sorted by relevance

<<1112131415

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c39 #include <linux/poll.h>
1747 .poll = ucma_poll,
/freebsd-current/usr.sbin/ntp/ntpdc/
H A Dnl.c315 printf("offsetof(poll) = %d\n",
316 (int) offsetof(struct info_sys, poll));
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh218 static d_poll_t ${1}poll;
228 .d_poll = ${1}poll,
914 ${1}poll(struct cdev *dev, int which, struct thread *td)
/freebsd-current/contrib/capsicum-test/
H A Dcapability-fd.cc13 #include <poll.h>
588 int ret = poll(&pollfd, 1, 0);
/freebsd-current/crypto/openssh/
H A Dscp.c81 #include <poll.h>
84 # include <sys/poll.h>
H A Dserverloop.c54 #include <poll.h>
181 /* Prepare channel poll. First two pollfd entries are reserved */
/freebsd-current/usr.sbin/rtadvd/
H A Drtadvd.c70 #include <poll.h>
331 if ((i = poll(set, nitems(set),
337 syslog(LOG_ERR, "poll() failed: %s",
/freebsd-current/contrib/bmake/
H A Djob.c135 #include <poll.h>
137 #ifndef USE_SELECT /* no poll.h */
591 * We mark the input side of the pipe non-blocking; we poll(2) the
624 * Sends a token on the child exit pipe to wake us up from select()/poll().
2107 nready = poll(fds + 1 - wantToken, fdsLen - 1 + wantToken,
2112 Punt("poll: %s", strerror(errno));
/freebsd-current/contrib/tnftp/src/
H A Dutil.c1336 * a poll(2).
1427 /* loop until poll ! EINTR */
1430 if (rv == 0) { /* poll (connect) timed out */
1435 if (rv == -1) { /* poll error */
1474 * Internal version of poll(2), to allow reimplementation by select(2)
1481 return poll(fds, nfds, timeout);
1484 /* implement poll(2) using select(2) */
1514 } else if (timeout == 0) { /* poll once */
/freebsd-current/crypto/heimdal/lib/ipc/
H A Dserver.c1002 poll(fds, num_fds, -1);
/freebsd-current/sys/arm/ti/
H A Dti_adc.c45 #include <sys/poll.h>
/freebsd-current/sys/dev/netmap/
H A Dnetmap_monitor.c83 #include <sys/poll.h>
859 * (NIOCREGIF and poll()), but here we have to call it
H A Dnetmap_kloop.c702 /* We need 2 poll entries for TX and RX notifications coming
783 mask = filp->f_op->poll(filp,
871 * the poll context. */
/freebsd-current/sys/dev/gpio/
H A Dgpiokeys.c1022 .poll = &gpiokeys_poll,
H A Dgpioc.c42 #include <sys/poll.h>
/freebsd-current/sys/dev/evdev/
H A Dcdev.c38 #include <sys/poll.h>
316 debugf(client, "poll by thread %d", td->td_tid);
/freebsd-current/sys/dev/firewire/
H A Dfwdev.c47 #include <sys/poll.h>
H A Dif_fwip.c120 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
/freebsd-current/contrib/libevent/
H A DMakefile.in155 @POLL_BACKEND_TRUE@am__append_22 = poll.c
243 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
248 @POLL_BACKEND_TRUE@am__objects_3 = poll.lo
288 select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
492 ./$(DEPDIR)/poll.Plo ./$(DEPDIR)/select.Plo \
1789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@ # am--include-marker
2880 -rm -f ./$(DEPDIR)/poll.Plo
3006 -rm -f ./$(DEPDIR)/poll.Plo
/freebsd-current/sys/cddl/dev/fbt/
H A Dfbt.c48 #include <sys/poll.h>
/freebsd-current/sys/security/audit/
H A Daudit_pipe.c39 #include <sys/poll.h>
977 * Audit pipe poll.
/freebsd-current/lib/libc/rpc/
H A Dclnt_vc.c55 #include <sys/poll.h>
/freebsd-current/lib/libc/resolv/
H A Dres_send.c109 #include <poll.h>
976 Perror(statp, stderr, "poll", errno);
/freebsd-current/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c39 #include <sys/poll.h>
584 * hv_vss_daemon poll invokes this function to check if data is available
595 * if there is data ready, inform daemon's poll
664 * hv_vss_daemon poll invokes this function to check if data is available
675 * if there is data ready, inform daemon's poll
768 * We should wake up the daemon, in case it's doing poll().
H A Dhv_kvp.c46 #include <sys/poll.h>
567 /* We should wake up the daemon, in case it's doing poll() */
816 * hv_kvp_daemon poll invokes this function to check if data is available

Completed in 354 milliseconds

<<1112131415