Searched refs:poll (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c29 #include <sys/poll.h>
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pio.c41 #include <sys/poll.h>
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_bcast.c59 #include <sys/poll.h>
523 } /* end of poll results switch */
H A Dsvc.c51 #include <sys/poll.h>
/freebsd-11-stable/sys/netsmb/
H A Dsmb_trantcp.c36 #include <sys/poll.h>
/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwe.c109 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
/freebsd-11-stable/crypto/openssh/
H A Dmux.c55 #include <poll.h>
58 # include <sys/poll.h>
1469 (void)poll(&pfd, 1, -1);
1516 (void)poll(&pfd, 1, -1);
/freebsd-11-stable/sys/dev/adb/
H A Dadb_mouse.c35 #include <sys/poll.h>
H A Dadb_kbd.c213 .poll = akbd_poll,
/freebsd-11-stable/sys/dev/evdev/
H A Duinput.c39 #include <sys/poll.h>
389 debugf(state, "poll by thread %d", td->td_tid);
/freebsd-11-stable/sys/cddl/dev/profile/
H A Dprofile.c49 #include <sys/poll.h>
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_pipe.c37 #include <sys/poll.h>
/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c598 .poll = cb_poll,
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dchrome_kb.c665 .poll = &ckb_poll,
/freebsd-11-stable/sys/kern/
H A Dtty_pts.c52 #include <sys/poll.h>
422 * poll events on this side is the opposite of the slave
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h486 u_int32 poll; /* system poll interval */ member in struct:info_sys
586 u_int32 peeraddr; /* address to poll */
588 u_char version; /* version number to poll with */
589 u_char minpoll; /* min host poll interval */
590 u_char maxpoll; /* max host poll interval */
598 u_int32 peeraddr; /* address to poll */
600 u_char version; /* version number to poll with */
601 u_char minpoll; /* min host poll interval */
602 u_char maxpoll; /* max host poll interva
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.h61 #include <sys/poll.h>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp26 #include <poll.h>
/freebsd-11-stable/sys/dev/xen/evtchn/
H A Devtchn_dev.c51 #include <sys/poll.h>
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c131 #include <sys/poll.h>
156 /* poll */ ipfpoll,
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c123 #include <sys/poll.h>
408 status = poll(&pfd, 1, 1000);
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c45 #include <sys/poll.h>
1131 switch (poll_ret = poll(pollfds, nfds, 30 * 1000)) {
1136 * other outside event) and not caused by poll().
1145 fprintf(stderr, "poll returned read fds < ");
1155 * poll() returned, there can be no more so we
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_parser.c3200 yyerror("pollskewlist: poll value must be 3-17, inclusive");
3209 yyerror("pollskewlist: randomization limit must be <= half the poll interval");
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c265 #include <poll.h>
1016 if (poll(pfd, 1, waittime * 1000) > 0)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp25 #include <poll.h>
679 int ret = poll(fds, nfds, timeout);

Completed in 500 milliseconds

1234567891011>>