Searched refs:poll (Results 126 - 150 of 360) sorted by relevance

1234567891011>>

/freebsd-current/lib/libusb/
H A Dlibusb10_hotplug.c31 #include <poll.h>
H A Dlibusb10_io.c32 #include <poll.h>
141 err = poll(fds, nfds, timeout);
/freebsd-current/lib/libc/isc/
H A Deventlib_p.h76 #include <poll.h>
/freebsd-current/lib/libc/include/
H A Dun-namespace.h66 #undef poll macro
H A Dnamespace.h85 #define poll _poll macro
/freebsd-current/sys/dev/isl/
H A Disl.c48 #include <sys/poll.h>
/freebsd-current/sys/dev/dcons/
H A Ddcons_crom.c181 sc->fd.fc->poll(sc->fd.fc, -1, -1);
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc_helper.c70 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
140 /* Re-enable polling in case the global poll config changed. */
1001 /* if we are connected and don't want to poll for disconnect
1038 bool poll = false; local
1047 poll = true;
1050 if (poll)
/freebsd-current/sys/dev/firewire/
H A Dfirewirereg.h153 void (*poll) (struct firewire_comm *, int, int); member in struct:firewire_comm
/freebsd-current/usr.sbin/ypldap/
H A Dypldap_dns.c35 #include <poll.h>
/freebsd-current/sys/dev/snp/
H A Dsnp.c36 #include <sys/poll.h>
/freebsd-current/sys/kern/
H A Dsubr_log.c46 #include <sys/poll.h>
/freebsd-current/usr.sbin/ypbind/
H A Dyp_ping.c80 #include <sys/poll.h>
/freebsd-current/tests/sys/kern/
H A Dsocket_msg_trunc.c37 #include <poll.h>
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h198 /* To synchronise that only one poll is ever running. */
200 /* If trying to schedule while poll is running. Need to re-schedule. */
202 /* When shutting down forcefully prevent anything from running task/poll. */
211 int (*poll)(struct napi_struct *, int); member in struct:napi_struct
/freebsd-current/contrib/ofed/librdmacm/
H A Dpreload.c78 int (*poll)(struct pollfd *fds, nfds_t nfds, int timeout); member in struct:socket_calls
401 real.poll = dlsym(RTLD_NEXT, "poll");
428 rs.poll = dlsym(RTLD_DEFAULT, "rpoll");
674 * calls select/poll waiting to receive data from the client.
881 int poll(struct pollfd *fds, nfds_t nfds, int timeout) function
892 return real.poll(fds, nfds, timeout);
/freebsd-current/crypto/openssh/regress/
H A Dnetcat.c59 #include <poll.h>
62 # include <sys/poll.h>
691 if ((ret = poll(&pfd, 1, timeout)) == 1) {
702 err(1, "poll failed");
839 /* poll */
840 num_fds = poll(pfd, 4, timeout);
842 /* treat poll errors */
894 /* read something - poll net out */
910 /* buffer no longer full - poll stdin again */
925 /* read something - poll stdou
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Deloop.c18 #error Do not define both of poll and epoll
22 #error Do not define both of poll and kqueue
31 #include <poll.h>
492 * Exceptions are always checked when using poll, but I suppose it's
1142 res = poll(eloop.pollfds, num_poll_fds,
1172 "poll"
1327 poll(&pfd, 1, -1);
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c1077 if (rxq && rxq->napi.poll)
1132 if (!rxq->napi.poll) {
1133 int (*poll)(struct napi_struct *, int) = iwl_pcie_napi_poll;
1136 poll = iwl_pcie_napi_poll_msix;
1139 poll);
1237 if (rxq->napi.poll) {
/freebsd-current/contrib/libbegemot/
H A Drpoll.c30 * These functions try to hide the poll/select/setitimer interface from the
57 # include <poll.h>
154 struct pollfd *pfd; /* pointer to corresponding poll() structure */
173 static struct pollfd * pfd; /* fd list for poll() */
315 * Build the structures used by poll() or select()
484 * If wait is true the poll blocks until somewhat happens.
539 ret = poll(pfd, regs_used, tout == INFTIM ? INFTIM : (tout / 1000));
559 _panic("poll/select: %s", strerror(errno));
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c758 * The parameter specifies whether this is a poll operation,
770 int poll) /* If 0, then block until something to do */
804 (poll == 0)? (struct timeval *)0 : &TimeValue)) < 0) {
763 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) argument
/freebsd-current/contrib/bearssl/tools/
H A Dsslio.c42 #include <poll.h>
334 * itself (for both read and write). This is done with a poll()
575 n = poll(pfd, u, -1);
580 perror("ERROR: poll()");
745 fprintf(stderr, "ERROR: poll() misbehaves\n");
/freebsd-current/contrib/ntp/sntp/libevent/
H A DMakefile.am206 SYS_SRC += poll.c
/freebsd-current/sys/dev/hyperv/input/
H A Dhv_kbd.c43 #include <sys/poll.h>
735 .poll = hvkbd_poll,
/freebsd-current/contrib/libevent/
H A DMakefile.am206 SYS_SRC += poll.c

Completed in 376 milliseconds

1234567891011>>