lib/libc/asr/asr.c
219
while ((r = poll(fds, 1, timeout)) == -1 && errno == EINTR) {
lib/libc/asr/res_send_async.c
609
nfds = poll(&pfd, 1, 0);
lib/libc/hidden/poll.h
24
PROTO_CANCEL(poll);
lib/libc/net/rcmd.c
211
if (poll(pfd, 2, INFTIM) < 1 ||
lib/libc/rpc/pmap_rmt.c
321
switch (poll(pfd, 1, timo)) {
lib/libc/rpc/svc_run.c
63
nready = poll(pfd, svc_max_pollfd, INFTIM);
lib/libc/sys/w_poll.c
27
ret = HIDDEN(poll)(fds, nfds, timeout);
lib/libc/sys/w_poll.c
31
DEF_CANCEL(poll);
lib/libcurses/tty/lib_twait.c
278
result = poll(fds, (size_t) count, milliseconds);
lib/libcurses/tty/tty_update.c
387
if (poll(fds, (size_t) 1, 0) > 0) {
lib/libevent/poll.c
141
res = poll(pop->event_set, nfds, msec);
lib/libfido2/src/hid_openbsd.c
124
if ((n = poll(&pfd, 1, 100)) == -1) {
lib/libossaudio/ossaudio.c
237
n = poll(pfds, n, 0);
lib/libskey/skeylogin.c
587
while ((n = poll(pfd, 1, timeout)) == -1 &&
lib/libsndio/mio.c
97
while (poll(pfd, nfds, -1) == -1) {
lib/libsndio/sio.c
255
while (poll(pfd, nfds, -1) == -1) {
lib/libsndio/sioctl.c
77
while (poll(pfds, nfds, -1) < 0) {
libexec/ftpd/ftpd.c
481
if (poll(pfds, n, INFTIM) == -1) {
libexec/getty/subr.c
415
if (poll(pfd, 1, 5 * 1000) <= 0)
libexec/lockspool/lockspool.c
92
if (poll(&pfd, 1, INFTIM) == -1) {
libexec/rpc.rstatd/rstatd.c
169
nready = poll(pfd, svc_max_pollfd, INFTIM);
libexec/spamd/spamd.c
1632
n = poll(pfd, PFD_FIRSTCON + numcon, timeout);
regress/bin/ksh/edit/edit.c
107
nready = poll(&pfd, 1, timeout);
regress/lib/libc/sys/t_poll.c
178
ret = poll(&pfds[0], 1, 1);
regress/lib/libc/sys/t_poll.c
186
ret = poll(&pfds[1], 1, 1);
regress/lib/libc/sys/t_poll.c
195
ret = poll(pfds, 2, 1);
regress/lib/libc/sys/t_poll.c
207
ret = poll(pfds, 2, 1);
regress/lib/libc/sys/t_poll.c
233
ATF_REQUIRE_ERRNO(EFAULT, poll((struct pollfd *)-1, 1, -1) == -1);
regress/lib/libc/sys/t_poll.c
236
ATF_REQUIRE_ERRNO(EINVAL, poll(&pfd, 1, -2) == -1);
regress/lib/libc/sys/t_poll.c
57
(void)poll(&pfd, 1, 2000);
regress/lib/libc/sys/t_poll.c
70
(void)poll(&pfd, 1, INFTIM);
regress/lib/libc/sys/t_poll.c
84
(void)poll(&pfd, 1, INFTIM);
regress/lib/libpthread/cancel2/cancel2.c
57
result = poll(&pfd, 1, -1);
regress/lib/libpthread/dlopen/dlopen.c
262
retval[0] = poll(&pfd, 1, 3 * 1000);
regress/lib/libpthread/dlopen/dlopen.c
558
TESTSPEC(TEST_POLL, "poll", poll),
regress/lib/libpthread/poll/poll.c
114
ASSERTe(poll(p, 2, 0), == 1);
regress/lib/libpthread/poll/poll.c
126
ASSERTe(poll(p, 1, INFTIM), == 1);
regress/lib/libpthread/poll/poll.c
63
ASSERTe(poll(NULL, 0, 0), == 0);
regress/lib/libpthread/poll/poll.c
77
ASSERTe(poll(p, 2, 0), == 2); /* if 4 then bug in kernel not fixed */
regress/lib/libpthread/poll/poll.c
94
ASSERTe(poll(p, 2, 0), == 2); /* again, old kernels had this bug */
regress/lib/libpthread/socket/3/socket3.c
91
CHECKe(poll(&fds, 1, INFTIM));
regress/lib/libsndio/fd/fd.c
320
while (poll(pfd, nfds, 1000) < 0) {
regress/lib/libsndio/vol/vol.c
121
if (poll(pfd, 2, -1) < 0) {
regress/lib/libssl/dtls/dtlstest.c
733
if (poll(pfd, 2, poll_timeout(client, server)) == -1)
regress/sys/dev/video/videotest.c
456
r = poll(pfds, 1, POLL_TIMEOUT);
regress/sys/dev/video/videotest.c
536
r = poll(pfds, 1, POLL_TIMEOUT);
regress/sys/fifofs/fifotest.c
295
nready = poll(&pfd, 1, timeout);
regress/sys/kern/kqueue/kqueue-regress.c
279
ret = poll(pfd, 1, 0);
regress/sys/kern/kqueue/kqueue-regress.c
302
ret = poll(pfd, 1, 5000);
regress/sys/kern/poll/poll_close.c
48
ret = poll(pfd, 1, INFTIM);
regress/sys/kern/poll/poll_close.c
62
ret = poll(pfd, 1, INFTIM);
regress/sys/kern/poll/poll_iocond.c
325
ret = poll(pfd, 1, 1);
regress/sys/kern/poll/poll_iocond.c
336
ret = poll(pfd, 1, 1);
regress/sys/kern/poll/poll_iocond.c
353
ret = poll(pfd, 1, 0);
regress/sys/kern/poll/poll_iocond.c
444
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_iocond.c
484
ret = poll(pfd, 1, 1);
regress/sys/kern/poll/poll_iocond.c
507
ret = poll(pfd, 1, 1);
regress/sys/kern/poll/poll_iocond.c
531
ret = poll(pfd, 1, 1);
regress/sys/kern/poll/poll_iocond.c
557
ret = poll(pfd, 1, 1);
regress/sys/kern/poll/poll_iocond.c
575
ret = poll(pfd, 1, 0);
regress/sys/kern/poll/poll_iocond.c
616
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_iocond.c
625
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_iocond.c
634
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_iocond.c
664
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_iocond.c
677
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_iocond.c
690
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_iocond.c
703
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_iocond.c
731
ret = poll(pfd, 1, 1);
regress/sys/kern/poll/poll_iocond.c
738
ret = poll(pfd, 1, 1);
regress/sys/kern/poll/poll_iocond.c
755
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_iocond.c
797
ret = poll(pfd, 2, 1);
regress/sys/kern/poll/poll_regevent.c
55
ret = poll(pfd, 2, INFTIM);
regress/sys/kern/poll/pollnval.c
36
assert(poll(fds, 1, -1) == 1);
regress/sys/kern/poll/pollretval.c
20
r = poll(pfd, 100, INFTIM);
regress/sys/netinet/sendsrcaddr/runtest.c
259
nready = poll(pfd, 1, 2 * 1000);
regress/usr.sbin/bgpd/integrationtests/api-exabgp.c
68
if (poll(pfd, 2, 1000) == -1)
regress/usr.sbin/snmpd/agentx.c
3119
if ((ret = poll(&pfd, 1, timeout)) == -1)
regress/usr.sbin/snmpd/agentx.c
3149
if ((ret = poll(&pfd, 1, timeout)) == -1)
regress/usr.sbin/snmpd/snmp.c
319
if ((ret = poll(&pfd, 1, timeout)) == -1)
regress/usr.sbin/snmpd/snmp.c
645
if ((ret = poll(&pfd, 1, timeout)) == -1)
sbin/iked/pfkey.c
1403
n = poll(pfd, 1, PFKEY_REPLY_TIMEOUT / 1000);
sbin/ipsecctl/pfkey.c
1333
if ((n = poll(pfd, 1, -1)) == -1)
sbin/isakmpd/pf_key_v2.c
220
n = poll(pfd, 1, PF_KEY_REPLY_TIMEOUT / 1000);
sbin/ldattach/atomicio.c
102
(void)poll(&pfd, 1, -1);
sbin/ldattach/atomicio.c
60
(void)poll(&pfd, 1, -1);
sbin/ldattach/ldattach.c
77
nfds = poll(pfd, 2, INFTIM);
sbin/mountd/mountd.c
404
switch (poll(pfd, 1, INFTIM)) {
sbin/mountd/mountd.c
724
nready = poll(pfd, svc_max_pollfd, INFTIM);
sbin/ping/ping.c
815
if (poll(&pfd, 1, 0) <= 0)
sbin/ping/ping.c
923
if (poll(&pfd, 1, timeout) <= 0)
sbin/unwind/libunbound/util/netevent.c
465
pret = poll(&p, 1, SEND_BLOCKED_WAIT_TIMEOUT);
sbin/unwind/libunbound/util/netevent.c
519
pret = poll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
sbin/unwind/libunbound/util/netevent.c
780
pret = poll(&p, 1, SEND_BLOCKED_WAIT_TIMEOUT);
sbin/unwind/libunbound/util/netevent.c
834
pret = poll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
sbin/unwind/libunbound/util/tube.c
417
pret = poll(&fds, 1, msec);
sbin/unwind/libunbound/util/tube.c
448
ret = poll(&fds, 1, msec);
sys/arch/alpha/stand/nboot/promcons.c
61
int poll = (dev & 0x80) != 0;
sys/arch/alpha/stand/nboot/promcons.c
67
if (!poll)
sys/arch/alpha/stand/nboot/promcons.c
76
if (poll)
sys/arch/alpha/stand/nboot/promcons.c
80
if (poll)
sys/arch/loongson/dev/kb3310.c
522
ykbec_bell(void *arg, u_int pitch, u_int period, u_int volume, int poll)
sys/arch/loongson/dev/kb3310.c
537
if (poll) {
sys/arch/luna88k/stand/boot/bmc.c
119
int c, unit = 1, poll = (dev & 0x80) != 0;
sys/arch/luna88k/stand/boot/bmc.c
123
if (poll) {
sys/arch/luna88k/stand/boot/sio.c
156
int c, unit = dev & ~0x80, poll = (dev & 0x80) != 0;
sys/arch/luna88k/stand/boot/sio.c
160
if (poll) {
sys/arch/sparc64/dev/beep.c
216
beep_bell(void *vsc, u_int pitch, u_int period, u_int volume, int poll)
sys/arch/sparc64/dev/beeper.c
138
beeper_bell(void *vsc, u_int pitch, u_int period, u_int volume, int poll)
sys/dev/eisa/uha_eisa.c
146
sc->poll = u24_poll;
sys/dev/hid/hidkbd.c
692
hidkbd_bell(u_int pitch, u_int period, u_int volume, int poll)
sys/dev/hid/hidkbd.c
696
volume, poll);
sys/dev/ic/aic7xxx_openbsd.c
424
goto poll;
sys/dev/ic/aic7xxx_openbsd.c
463
poll:
sys/dev/ic/psp.c
207
ccp_wait(struct psp_softc *sc, uint32_t *status, int poll)
sys/dev/ic/psp.c
214
if (poll) {
sys/dev/ic/uha.c
389
if ((sc->poll)(sc, xs, mscp->timeout)) {
sys/dev/ic/uha.c
391
if ((sc->poll)(sc, xs, mscp->timeout))
sys/dev/ic/uhavar.h
48
int (*poll)(struct uha_softc *, struct scsi_xfer *, int);
sys/dev/isa/pcppi.c
267
pcppi_kbd_bell(void *arg, u_int pitch, u_int period, u_int volume, int poll)
sys/dev/isa/pcppi.c
273
poll ? PCPPI_BELL_POLL : 0);
sys/dev/isa/uha_isa.c
137
sc->poll = u14_poll;
sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c
3044
.poll = drm_poll,
sys/dev/pci/drm/amd/amdkfd/kfd_smi_events.c
59
.poll = kfd_smi_ev_poll,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
106
return dm_atomic_write_poll_read_aux(link, write, poll, read, poll_timeout_us, poll_mask_msb);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
84
const struct mod_hdcp_atomic_op_i2c *poll,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
92
return dm_atomic_write_poll_read_i2c(link, write, poll, read, poll_timeout_us, poll_mask_msb);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_hdcp.c
98
const struct mod_hdcp_atomic_op_aux *poll,
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
110
&& op_i2c_convert(&commands[1], poll, FUSED_REQUEST_POLL, ddc_line, over_aux)
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
125
const struct mod_hdcp_atomic_op_aux *poll,
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
137
&& op_aux_convert(&commands[1], poll, FUSED_REQUEST_POLL, ddc_line)
sys/dev/pci/drm/amd/display/dc/dc_fused_io.c
96
const struct mod_hdcp_atomic_op_i2c *poll,
sys/dev/pci/drm/amd/display/dc/dc_fused_io.h
15
const struct mod_hdcp_atomic_op_i2c *poll,
sys/dev/pci/drm/amd/display/dc/dc_fused_io.h
24
const struct mod_hdcp_atomic_op_aux *poll,
sys/dev/pci/drm/amd/display/modules/hdcp/hdcp_ddc.c
734
struct mod_hdcp_atomic_op_i2c poll = {
sys/dev/pci/drm/amd/display/modules/hdcp/hdcp_ddc.c
750
&poll,
sys/dev/pci/drm/amd/display/modules/inc/mod_hdcp.h
172
const struct mod_hdcp_atomic_op_i2c *poll,
sys/dev/pci/drm/amd/display/modules/inc/mod_hdcp.h
180
const struct mod_hdcp_atomic_op_aux *poll,
sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c
255
enum smu_message_type msg, bool *poll)
sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c
262
*poll = true;
sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c
290
*poll = false;
sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c
428
bool poll = true;
sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c
443
res = __smu_cmn_ras_filter_msg(smu, msg, &poll);
sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c
454
poll = false;
sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c
458
if (poll) {
sys/dev/pci/drm/drm_debugfs_crc.c
365
.poll = crtc_crc_poll,
sys/dev/pci/drm/drm_probe_helper.c
245
bool poll = false;
sys/dev/pci/drm/drm_probe_helper.c
259
poll = true;
sys/dev/pci/drm/drm_probe_helper.c
263
return poll;
sys/dev/pci/drm/drm_probe_helper.c
68
module_param_named(poll, drm_kms_helper_poll, bool, 0600);
sys/dev/pci/drm/i915/i915_driver.c
1732
.poll = drm_poll,
sys/dev/pci/drm/i915/i915_perf.c
3793
.poll = i915_perf_poll,
sys/dev/pci/drm/include/drm/drm_gem.h
488
.poll = drm_poll,\
sys/dev/pci/drm/radeon/radeon_drv.c
522
.poll = drm_poll,
sys/dev/pci/ixgbe.c
2677
uint32_t i, poll;
sys/dev/pci/ixgbe.c
2715
poll = ixgbe_pcie_timeout_poll(hw);
sys/dev/pci/ixgbe.c
2716
for (i = 0; i < poll; i++) {
sys/dev/pci/ixgbe.c
3795
uint32_t gcr_ext, hlreg0, i, poll;
sys/dev/pci/ixgbe.c
3821
poll = ixgbe_pcie_timeout_poll(hw);
sys/dev/pci/ixgbe.c
3822
for (i = 0; i < poll; i++) {
sys/dev/pci/pccbb.c
1220
struct cb_poll_str *poll = arg;
sys/dev/pci/pccbb.c
1221
struct cbb_pcmcia_softc *psc = (void *)poll->ct->v;
sys/dev/pci/pccbb.c
1228
switch (poll->level) {
sys/dev/pci/pccbb.c
1250
if ((*poll->func) (poll->arg) == 1) {
sys/dev/pci/pccbb.c
1251
++poll->count;
sys/dev/pci/pccbb.c
2367
struct pccbb_poll_str *poll = arg;
sys/dev/pci/pccbb.c
2368
struct pcic_handle *ph = poll->ph;
sys/dev/pci/pccbb.c
2375
switch (poll->level) {
sys/dev/pci/pccbb.c
2398
if ((*poll->func) (poll->arg) > 0) {
sys/dev/pci/pccbb.c
2399
++poll->count;
sys/dev/pckbc/pckbd.c
1221
pckbd_bell(u_int pitch, u_int period, u_int volume, int poll)
sys/dev/pckbc/pckbd.c
1226
volume, poll);
sys/dev/pckbc/pms.c
172
int poll;
sys/dev/pckbc/pms.c
426
if (sc->poll) {
sys/dev/pckbc/pms.c
767
sc->poll = 1;
sys/dev/pckbc/pms.c
835
if (sc->poll)
sys/dev/pckbc/pms.c
857
sc->poll = (newstate == PMS_STATE_SUSPENDED) ? 1 : 0;
sys/dev/wscons/wscons_callbacks.h
55
void (*poll)(dev_t, int),
sys/dev/wscons/wsdisplay.c
2144
wsdisplay_set_cons_kbd(int (*get)(dev_t), void (*poll)(dev_t, int),
sys/dev/wscons/wsdisplay.c
2149
wsdisplay_cons_kbd_pollc = poll;
sys/dev/wscons/wskbd.c
1425
wskbd_cnpollc(dev_t dev, int poll)
sys/dev/wscons/wskbd.c
1435
(wskbd_console_data.t_consaccesscookie, poll);
sys/dev/wscons/wskbdvar.h
104
void wskbd_cnpollc(dev_t dev, int poll);
sys/sys/poll.h
82
int poll(struct pollfd[], nfds_t, int);
usr.bin/aucat/aucat.c
1121
if (poll(pfds, ns + nm, -1) == -1) {
usr.bin/cvs/atomicio.c
57
(void)poll(&pfd, 1, -1);
usr.bin/ftp/ftp.c
1923
if ((nfnd = poll(pfd, 1, 10 * 1000)) <= 0) {
usr.bin/ftp/ftp.c
1951
if ((nfnd = poll(pfd, 1, 0)) == -1) {
usr.bin/ftp/ftp.c
2060
if ((nfnd = poll(pfd, nfds, 10 * 1000)) <= 0) {
usr.bin/mg/region.c
608
while ((nfds = poll(pfd, 1, TIMEOUT)) != -1 ||
usr.bin/mg/ttyio.c
225
if ((poll(pfd, 1, msec)) == 0)
usr.bin/nc/atomicio.c
55
(void)poll(&pfd, 1, -1);
usr.bin/nc/netcat.c
1015
if ((ret = poll(&pfd, 1, timeout)) == 1) {
usr.bin/nc/netcat.c
1155
num_fds = poll(pfd, 4, timeout);
usr.bin/nc/netcat.c
1397
if (poll(&pfd, 1, -1) == -1)
usr.bin/nc/netcat.c
792
if ((ret = poll(&pfd, 1, timeout)) == 1)
usr.bin/openssl/ocsp.c
1488
rv = poll(pfd, 1, req_timeout * 1000);
usr.bin/openssl/ocsp.c
1533
rv = poll(pfd, 1, req_timeout * 1000);
usr.bin/openssl/s_client.c
1406
i = poll(pfd, 3, ptimeout);
usr.bin/openssl/s_server.c
1582
i = poll(pfd, 2, ptimeout);
usr.bin/openssl/s_time.c
358
poll(pfd, 1, -1);
usr.bin/rsync/io.c
204
if ((c = poll(&pfd, 1, poll_timeout)) == -1) {
usr.bin/rsync/io.c
43
if (poll(&pfd, 1, 0) == -1) {
usr.bin/rsync/io.c
73
if ((c = poll(&pfd, 1, poll_timeout)) == -1) {
usr.bin/rsync/receiver.c
309
if ((c = poll(pfd, PFD__MAX, poll_timeout)) == -1) {
usr.bin/rsync/sender.c
448
if ((c = poll(pfd, 3, poll_timeout)) == -1) {
usr.bin/rsync/socket.c
109
switch (c = poll(&pfd, 1, poll_contimeout)) {
usr.bin/rusers/rusers.c
596
rval = poll(pfd, 2, 0);
usr.bin/sendbug/atomicio.c
55
(void)poll(&pfd, 1, -1);
usr.bin/sndioctl/sndioctl.c
1069
while (poll(pfds, nfds, -1) < 0) {
usr.bin/sndiod/file.c
389
res = poll(pfds, nfds, timo);
usr.bin/snmp/snmp.c
308
nfds = poll(&pfd, 1, to);
usr.bin/ssh/atomicio.c
123
(void)poll(&pfd, 1, -1);
usr.bin/ssh/atomicio.c
65
(void)poll(&pfd, 1, -1);
usr.bin/ssh/monitor.c
454
if (poll(pfd, pfd[1].fd == -1 ? 1 : 2, -1) == -1) {
usr.bin/ssh/monitor_fdpass.c
117
(void)poll(&pfd, 1, -1);
usr.bin/ssh/monitor_fdpass.c
74
(void)poll(&pfd, 1, -1);
usr.bin/ssh/mux.c
1571
(void)poll(&pfd, 1, -1);
usr.bin/ssh/sftp-client.c
2382
if ((r = poll(&pfd, 1, 0)) == -1) {
usr.bin/ssh/sftp-server.c
2012
if (poll(pfd, 2, -1) == -1) {
usr.bin/ssh/ssh-pkcs11-helper.c
267
if ((r = poll(pfd, 2, -1 /* INFTIM */)) <= 0) {
usr.bin/talk/ctl_transact.c
76
nready = poll(pfd, 1, CTL_WAIT * 1000);
usr.bin/talk/ctl_transact.c
95
nready = poll(pfd, 1, 0);
usr.bin/talk/io.c
81
nb = poll(fds, 2, A_LONG_TIME * 1000);
usr.bin/tcpbench/tcpbench.c
659
if ((ret = poll(&pfd, 1, -1)) == 1)
usr.bin/telnet/externs.h
193
int poll);
usr.bin/telnet/network.c
70
value = poll(pfd, 1, 0);
usr.bin/telnet/sys_bsd.c
529
if ((c = poll(pfd, TELNET_FD_NUM, dopoll ? 0 : INFTIM)) == -1) {
usr.bin/telnet/utilities.c
656
(void) poll(pfd, 1, INFTIM); /* wait for TTLOWAT */
usr.bin/telnet/utilities.c
660
(void) poll(pfd, 1, INFTIM); /* wait for TTLOWAT */
usr.bin/tftp/main.c
779
nfds = poll(pfd, 1, INFTIM);
usr.bin/tftp/tftp.c
186
nfds = poll(pfd, 1, rexmtval * 1000);
usr.bin/tftp/tftp.c
333
nfds = poll(pfd, 1, rexmtval * 1000);
usr.bin/top/top.c
732
if (poll(pfd, 1, (int)(delay * 1000)) > 0) {
usr.bin/vi/cl/cl_read.c
168
switch (poll(pfd, 1, timeout)) {
usr.bin/vi/ex/ex_script.c
203
switch (poll(pfd, 1, 5 * 1000)) {
usr.bin/vi/ex/ex_script.c
246
switch (poll(pfd, 1, 100)) {
usr.bin/vi/ex/ex_script.c
381
switch (poll(pfd, nfds, INFTIM)) {
usr.bin/vi/ex/ex_script.c
450
switch (poll(pfd, nfds, 0)) {
usr.bin/vi/ex/ex_script.c
539
if (poll(pfd, 1, 100) > 0) {
usr.sbin/bgpd/bgpd.c
366
if (poll(pfd, npfd, monotime_to_msec(timeout)) == -1) {
usr.sbin/bgpd/rde.c
275
if (poll(pfd, i, timeout) == -1) {
usr.sbin/bgpd/rtr.c
261
if (poll(pfd, i, monotime_to_msec(timeout)) == -1) {
usr.sbin/bgpd/session.c
462
if (poll(pfd, i, monotime_to_msec(timeout)) == -1) {
usr.sbin/dhcpd/dispatch.c
372
switch (poll(fds, nfds, to_msec)) {
usr.sbin/dhcpd/pfutils.c
75
if ((nfds = poll(pfd, 1, -1)) == -1)
usr.sbin/dhcrelay/dispatch.c
313
count = poll(fds, nfds, to_msec);
usr.sbin/dhcrelay6/dispatch.c
336
count = poll(fds, nfds, to_msec);
usr.sbin/iscsictl/iscsictl.c
172
poll = 1;
usr.sbin/iscsictl/iscsictl.c
190
if (poll)
usr.sbin/iscsictl/iscsictl.c
80
int ch, poll = 0, val = 0;
usr.sbin/ldomd/ds.c
743
nfds = poll(pfd, num_ds_conns, -1);
usr.sbin/map-mbone/mapper.c
905
count = poll(pfd, 1, timeout * 1000);
usr.sbin/mrinfo/mrinfo.c
422
count = poll(pfd, 1, tv.tv_sec * 1000);
usr.sbin/mrouted/main.c
253
if ((n = poll(pfd, nhandlers + 1, -1)) == -1) {
usr.sbin/mtrace/mtrace.c
445
count = poll(pfd, 1, tv.tv_sec * 1000);
usr.sbin/nsd/netio.c
196
rc = poll(fds, numfd, (have_timeout?minimum_timeout.tv_sec*1000+
usr.sbin/nsd/server.c
2334
ret = poll(&fd, 1, (timeout==-1)?-1:timeout*1000);
usr.sbin/ntpd/client.c
408
p->reply[p->shift].status.poll = msg.ppoll;
usr.sbin/ntpd/client.c
41
p->poll = t;
usr.sbin/ntpd/control.c
421
cp->poll = p->poll;
usr.sbin/ntpd/control.c
454
cs->poll = SENSOR_QUERY_INTERVAL;
usr.sbin/ntpd/ntp.c
363
if ((nfds = poll(pfd, i, timeout ? timeout * 1000 : 1)) == -1)
usr.sbin/ntpd/ntp_dns.c
114
if ((nfds = poll(pfd, 1, INFTIM)) == -1)
usr.sbin/ntpd/ntpd.c
318
if ((nfds = poll(pfd, i, timeout)) == -1)
usr.sbin/ntpd/ntpd.c
878
(long long)cpeer->next, (long long)cpeer->poll);
usr.sbin/ntpd/ntpd.c
923
(long long)csensor->next, (long long)csensor->poll);
usr.sbin/ntpd/ntpd.h
145
u_int8_t poll;
usr.sbin/ntpd/ntpd.h
170
time_t poll;
usr.sbin/ntpd/ntpd.h
278
time_t poll;
usr.sbin/ntpd/ntpd.h
291
time_t poll;
usr.sbin/radiusd/imsg_subr.c
43
retval = poll(fds, 1, millisec);
usr.sbin/radiusd/imsg_subr.c
69
retval = poll(fds, 1, millisec);
usr.sbin/rarpd/rarpd.c
367
if (poll(pfd, numfd, -1) == -1) {
usr.sbin/rbootd/rbootd.c
216
nsel = poll(pfd, 1, RmpConns ? RMP_TIMEOUT * 100 : -1);
usr.sbin/rdate/ntp.c
335
r = poll(pfd, 1, 1000 * MAX_DELAY / MAX_QUERIES);
usr.sbin/relayd/ca.c
363
switch (poll(pfd, 1, RELAY_TLS_PRIV_TIMEOUT)) {
usr.sbin/route6d/route6d.c
390
switch (poll(pfd, 2, INFTIM))
usr.sbin/rpki-client/filemode.c
817
if (poll(&pfd, 1, INFTIM) == -1) {
usr.sbin/rpki-client/http.c
2163
if (poll(pfds, i, timeout) == -1) {
usr.sbin/rpki-client/main.c
1364
if (poll(pfd, NPFD, polltim) == -1) {
usr.sbin/rpki-client/parser.c
1124
if (poll(&pfd, 1, INFTIM) == -1) {
usr.sbin/rpki-client/parser.c
1220
if (poll(&pfd, 1, INFTIM) == -1) {
usr.sbin/rpki-client/rrdp.c
592
if (poll(pfds, i, INFTIM) == -1) {
usr.sbin/smtpd/smtpd.c
1019
n = poll(pfd, 1, timeout);
usr.sbin/unbound/daemon/remote.c
4370
ret = poll(fds, nfds, timeout);
usr.sbin/unbound/util/netevent.c
465
pret = poll(&p, 1, SEND_BLOCKED_WAIT_TIMEOUT);
usr.sbin/unbound/util/netevent.c
519
pret = poll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
usr.sbin/unbound/util/netevent.c
780
pret = poll(&p, 1, SEND_BLOCKED_WAIT_TIMEOUT);
usr.sbin/unbound/util/netevent.c
834
pret = poll(NULL, 0, (SEND_BLOCKED_WAIT_TIMEOUT/10)<<(retries+1));
usr.sbin/unbound/util/tube.c
417
pret = poll(&fds, 1, msec);
usr.sbin/unbound/util/tube.c
448
ret = poll(&fds, 1, msec);
usr.sbin/vmd/atomicio.c
116
(void)poll(&pfd, 1, -1);
usr.sbin/vmd/atomicio.c
172
(void)poll(&pfd, 1, -1);
usr.sbin/vmd/atomicio.c
63
(void)poll(&pfd, 1, -1);
usr.sbin/vmd/i8259.c
38
uint8_t poll;
usr.sbin/vmd/i8259.c
472
pic->poll = 1;
usr.sbin/vmd/vm.c
969
nready = poll(pfd, 1, 0);
usr.sbin/wsmoused/mouse_protocols.c
252
while (poll(pfd, 1, 0) > 0)
usr.sbin/wsmoused/mouse_protocols.c
314
if (poll(pfd, 1, 200000 / 1000) <= 0) {
usr.sbin/wsmoused/mouse_protocols.c
326
if (poll(pfd, 1, 200000 / 1000) <= 0)
usr.sbin/wsmoused/mouse_protocols.c
348
if (poll(pfd, 1, 200000 / 1000) <= 0)
usr.sbin/wsmoused/mouse_protocols.c
369
if (poll(pfd, 1, 200000 / 1000) <= 0)
usr.sbin/wsmoused/mouse_protocols.c
714
if (poll(pfd, 1, INFTIM) <= 0)
usr.sbin/wsmoused/wsmoused.c
407
if (poll(pfd, 1, INFTIM) <= 0)
usr.sbin/ypbind/ypbind.c
517
nready = poll(pfd, width, 1000);
usr.sbin/ypserv/yppush/yppush.c
88
nready = poll(pfd, svc_max_pollfd, 60 * 1000);
usr.sbin/ypserv/ypserv/ypserv.c
363
nready = poll(pfd, svc_max_pollfd, INFTIM);