Searched refs:poll (Results 151 - 175 of 242) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_event316 316:AUE_DARWIN_POLL:poll(2):no
376 43012:AUE_POLL:poll(2):no
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h855 * poll - Poll driver for association information
866 void (*poll)(void *priv); member in struct:wpa_driver_ops
H A Ddriver_ndis.c1446 int poll; local
1472 poll = drv->mode == IEEE80211_MODE_IBSS;
1475 poll = 1;
1479 if (poll) {
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_bcast.c59 #include <sys/poll.h>
517 } /* end of poll results switch */
H A Dsvc.c51 #include <sys/poll.h>
/freebsd-9.3-release/sys/dev/adb/
H A Dadb_mouse.c35 #include <sys/poll.h>
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_pipe.c36 #include <sys/poll.h>
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dsound.h64 #include <sys/poll.h>
/freebsd-9.3-release/sys/fs/fifofs/
H A Dfifo_vnops.c45 #include <sys/poll.h>
/freebsd-9.3-release/sys/kern/
H A Dtty_pts.c51 #include <sys/poll.h>
425 * poll events on this side is the opposite of the slave
/freebsd-9.3-release/sys/netsmb/
H A Dsmb_trantcp.c36 #include <sys/poll.h>
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_request.h486 u_int32 poll; /* system poll interval */ member in struct:info_sys
584 u_int32 peeraddr; /* address to poll */
586 u_char version; /* version number to poll with */
587 u_char minpoll; /* min host poll interval */
588 u_char maxpoll; /* max host poll interval */
596 u_int32 peeraddr; /* address to poll */
598 u_char version; /* version number to poll with */
599 u_char minpoll; /* min host poll interval */
600 u_char maxpoll; /* max host poll interva
[all...]
/freebsd-9.3-release/include/
H A DMakefile36 LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console.c41 #include <sys/poll.h>
1272 if (poll(fds, nfds, 1000) <= 0)
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c126 #include <sys/poll.h>
411 status = poll(&pfd, 1, 1000);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Ducm.c40 #include <linux/poll.h>
1228 .poll = ib_ucm_poll,
H A Ducma.c36 #include <linux/poll.h>
1293 .poll = ucma_poll,
H A Duser_mad.c43 #include <linux/poll.h>
880 .poll = ib_umad_poll,
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c46 #include <sys/poll.h>
1128 switch (poll_ret = poll(pollfds, nfds, 30 * 1000)) {
1133 * other outside event) and not caused by poll().
1142 fprintf(stderr, "poll returned read fds < ");
1152 * poll() returned, there can be no more so we
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY250 Missing include for <sys/filio.h> on Solaris for poll work
287 poll support on FreeBSD/NetBSD needs to use selrecord/selwakeup
313 Add poll support for platforms I can build on: NetBSD, FreeBSD, Solaris, Linux
341 support select/poll on NetBSD
/freebsd-9.3-release/sys/pc98/cbus/
H A Dsio.c250 bool_t poll; /* nonzero if polling is required */ member in struct:com_s
1778 com->poll = com->no_irq;
1889 com->poll = FALSE;
3322 if (com->poll || com->poll_output) {
3356 && (com->state >= (CS_BUSY | CS_TTGO) || com->poll)) {
/freebsd-9.3-release/contrib/bmake/
H A Djob.c149 #include <poll.h>
151 #ifndef USE_SELECT /* no poll.h */
448 * We mark the input side of the pipe non-blocking; we poll(2) the
504 * select()/poll().
2087 nready = poll(fds + 1 - wantToken, nfds - 1 + wantToken, POLL_MSEC);
2091 Punt("poll: %s", strerror(errno));
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh226 static d_poll_t ${1}poll;
236 .d_poll = ${1}poll,
922 ${1}poll(struct cdev *dev, int which, struct thread *td)
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Drtadvd.c71 #include <poll.h>
340 if ((i = poll(set, sizeof(set)/sizeof(set[0]),
346 syslog(LOG_ERR, "poll() failed: %s",
/freebsd-9.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c316 printf("offsetof(poll) = %d\n",
317 (int) offsetof(struct info_sys, poll));

Completed in 342 milliseconds

12345678910