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

<<111213

/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c50 #include <sys/poll.h>
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c42 #include <sys/poll.h>
587 * hv_vss_daemon poll invokes this function to check if data is available
598 * if there is data ready, inform daemon's poll
667 * hv_vss_daemon poll invokes this function to check if data is available
678 * if there is data ready, inform daemon's poll
771 * We should wake up the daemon, in case it's doing poll().
H A Dhv_kvp.c49 #include <sys/poll.h>
570 /* We should wake up the daemon, in case it's doing poll() */
819 * hv_kvp_daemon poll invokes this function to check if data is available
/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c42 #include <sys/poll.h>
980 * Audit pipe poll.
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_target.c39 #include <sys/poll.h>
314 /* Only sleep if the user didn't poll for write. */
1072 * Notify users sleeping via poll(), kqueue(), and
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c703 /* We need 2 poll entries for TX and RX notifications coming
784 mask = filp->f_op->poll(filp,
872 * the poll context. */
H A Dnetmap_monitor.c82 #include <sys/poll.h>
854 * (NIOCREGIF and poll()), but here we have to call it
H A Dnetmap_bdg.c71 #include <sys/poll.h>
H A Dnetmap_vale.c40 #include <sys/poll.h>
609 * filtered on input (ioctl, poll or XXX).
/freebsd-11-stable/sys/kern/
H A Dvfs_default.c56 #include <sys/poll.h>
544 * Return true for select/poll.
560 * Implement poll for local filesystems that support it.
H A Dkern_conf.c42 #include <sys/poll.h>
/freebsd-11-stable/sys/net/
H A Dif_tap.c51 #include <sys/poll.h>
1020 * 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
37 #include <sys/poll.h>
1013 * tunpoll - the poll interface, this is only useful on reads
/freebsd-11-stable/sys/dev/uart/
H A Duart_kbd_sun.c136 .poll = sunkbd_poll_mode,
/freebsd-11-stable/sys/dev/gpio/
H A Dgpiokeys.c978 .poll = &gpiokeys_poll,
/freebsd-11-stable/sys/dev/evdev/
H A Dcdev.c39 #include <sys/poll.h>
317 debugf(client, "poll by thread %d", td->td_tid);
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi.c38 #include <sys/poll.h>
/freebsd-11-stable/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 \
1480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c777 * If a user is waiting on a datagram rsocket through poll or select, then
2013 * both calls may run simultaneously and need to poll the CQ for completions.
2095 * we only poll if we have room to store the receive or we need a send
2096 * buffer. To ensure fairness, we poll the CQs round robin, remembering
2984 poll(&fds, 1, 0);
3020 poll(&fds[i], 1, 0);
3086 * We need to poll *all* fd's that the user specifies at least once.
3120 ret = poll(rfds, nfds, timeout);
4228 poll(udp_svc_fds, svc->cnt + 1, -1);
4324 poll(
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h830 extern int poll(struct pollfd *, long unsigned int, int);
/freebsd-11-stable/sys/dev/usb/input/
H A Dwsp.c42 #include <sys/poll.h>
/freebsd-11-stable/sys/dev/cyapa/
H A Dcyapa.c116 #include <sys/poll.h>
163 int poll_thread_running; /* poll thread is running */
544 0, 0, "cyapa-poll");
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c49 #include <sys/poll.h>
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h2467 * poll - Poll driver for association information
2478 void (*poll)(void *priv); member in struct:wpa_driver_ops
4607 * EVENT_DRIVER_CLIENT_POLL_OK - Station responded to poll
4609 * This event indicates that the station responded to the poll
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.c57 #include <sys/poll.h>

Completed in 318 milliseconds

<<111213