Searched refs:poll (Results 101 - 125 of 324) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr/
H A Dlibapr.mak91 -@erase "$(INTDIR)\poll.obj"
227 "$(INTDIR)\poll.obj" \
335 -@erase "$(INTDIR)\poll.obj"
471 "$(INTDIR)\poll.obj" \
579 -@erase "$(INTDIR)\poll.obj"
715 "$(INTDIR)\poll.obj" \
823 -@erase "$(INTDIR)\poll.obj"
959 "$(INTDIR)\poll.obj" \
1314 SOURCE=.\poll\unix\poll
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y38 #include <poll.h>
768 while (poll(fds, nfd, 500) == nfd) {
825 if ((result = poll(&fds[0], 2, 0)) != 0) {
827 err(2, "poll of file descriptors failed");
877 * doing input otherwise it will confuse the input poll
910 if (poll(fds, 2, 0) < 0)
911 err(2, "poll failed");
953 i = poll(&fds[0], 3, 1000);
1097 result = poll(&slave_pty, 1, 0);
1480 if (poll(rf
[all...]
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c79 #include <poll.h>
385 if ((n = poll(set, 2, INFTIM)) < 0) {
388 fatal(f, "poll", 1);
/freebsd-11-stable/sys/mips/cavium/octe/
H A Docte.c374 if (priv->poll == NULL)
376 priv->poll(ifp);
H A Dethernet-rgmii.c227 we call the poll function every time the RGMII inband status changes.
271 priv->poll = cvm_oct_rgmii_poll;
H A Dethernet-spi.c240 bring the system to a crawl, we only poll a single port
291 priv->poll = cvm_oct_spi_poll;
/freebsd-11-stable/usr.bin/whois/
H A Dwhois.c47 #include <sys/poll.h>
316 /* Add the socket to poll list */
322 * socket fd is owned by the fds[] poll array.
332 * Poll only if we have something to poll,
343 * If we are at the last address, poll until a connection is
351 * if we still have more untried resolved addresses, poll only
352 * once; otherwise, poll until all descriptors have errors,
358 n = poll(fds, i, timeout);
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistd.c58 #include <poll.h>
554 ret = poll(pfd, (nfds_t)nfd, tout);
556 (*lfun)(LOG_DEBUG, "received %d from poll()", ret);
561 (*lfun)(LOG_ERR, "poll (%m)");
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A DMakefile.am168 SYS_SRC += poll.c
H A Devport.c64 #include <poll.h>
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk137 poll.o \
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_syscalls.c84 #include <poll.h>
658 SLOT(poll);
/freebsd-11-stable/libexec/getty/
H A Dsubr.c45 #include <poll.h>
651 if (poll(set, 1, 5000) <= 0)
/freebsd-11-stable/sbin/dhclient/
H A Ddispatch.c53 #include <poll.h>
158 * Wait for packets to come in using poll(). When a packet comes in,
176 error("Can't allocate poll structures.");
199 * int for poll, while not polling with a
224 error("No live interfaces to poll on - exiting.");
227 count = poll(fds, nfds, to_msec);
235 error("poll: %m");
/freebsd-11-stable/sys/dev/hyperv/input/
H A Dhv_kbd.c42 #include <sys/poll.h>
465 .poll = hvkbd_poll,
/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c197 PUFFSOP_SET(pops, dtfs, node, poll);
235 /* often enough for testing poll */
/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_crom.c175 sc->fd.fc->poll(sc->fd.fc, -1, -1);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.c72 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
142 /* Re-enable polling in case the global poll config changed. */
1003 /* if we are connected and don't want to poll for disconnect
1040 bool poll = false; local
1049 poll = true;
1052 if (poll)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h269 int poll);
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp_var.h111 #include <poll.h>
/freebsd-11-stable/lib/libc/isc/
H A Deventlib_p.h75 #include <poll.h>
/freebsd-11-stable/sys/dev/mse/
H A Dmse_cbus.c79 #include <sys/poll.h>
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewirereg.h153 void (*poll) (struct firewire_comm *, int, int); member in struct:firewire_comm
/freebsd-11-stable/sys/kern/
H A Dsubr_log.c49 #include <sys/poll.h>
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_filio.c41 #include <sys/poll.h>

Completed in 235 milliseconds

1234567891011>>