Symbol: pollfd
bin/sh/output.c
376
struct pollfd pfd;
crypto/libressl/apps/nc/atomicio.c
44
struct pollfd pfd;
crypto/libressl/apps/nc/netcat.c
1042
struct pollfd pfd;
crypto/libressl/apps/nc/netcat.c
1145
struct pollfd pfd[4];
crypto/libressl/apps/nc/netcat.c
1401
struct pollfd pfd;
crypto/libressl/apps/nc/netcat.c
811
struct pollfd pfd;
crypto/libressl/apps/openssl/ocsp.c
1420
struct pollfd pfd[1];
crypto/libressl/apps/openssl/s_client.c
1344
struct pollfd pfd[3]; /* stdin, stdout, socket */
crypto/libressl/apps/openssl/s_server.c
1627
struct pollfd pfd[2];
crypto/libressl/apps/openssl/s_time.c
346
struct pollfd pfd[1];
crypto/openssh/atomicio.c
112
struct pollfd pfd;
crypto/openssh/atomicio.c
57
struct pollfd pfd;
crypto/openssh/channels.c
2674
u_int pollfd_offset, struct pollfd *pfd)
crypto/openssh/channels.c
2690
struct pollfd *pfd, u_int npfd)
crypto/openssh/channels.c
2792
channel_prepare_poll(struct ssh *ssh, struct pollfd **pfdp, u_int *npfd_allocp,
crypto/openssh/channels.c
2833
fd_ready(Channel *c, int p, struct pollfd *pfds, u_int npfd, int fd,
crypto/openssh/channels.c
2836
struct pollfd *pfd = &pfds[p];
crypto/openssh/channels.c
2861
channel_after_poll(struct ssh *ssh, struct pollfd *pfd, u_int npfd)
crypto/openssh/channels.h
331
struct pollfd;
crypto/openssh/channels.h
334
void channel_prepare_poll(struct ssh *, struct pollfd **,
crypto/openssh/channels.h
336
void channel_after_poll(struct ssh *, struct pollfd *, u_int);
crypto/openssh/clientloop.c
1446
struct pollfd *pfd = NULL;
crypto/openssh/clientloop.c
683
client_wait_until_can_do_something(struct ssh *ssh, struct pollfd **pfdp,
crypto/openssh/misc.c
318
struct pollfd pfd;
crypto/openssh/monitor.c
479
struct pollfd pfd[2];
crypto/openssh/monitor_fdpass.c
127
struct pollfd pfd;
crypto/openssh/monitor_fdpass.c
66
struct pollfd pfd;
crypto/openssh/mux.c
1510
struct pollfd pfd;
crypto/openssh/packet.c
1432
struct pollfd pfd;
crypto/openssh/packet.c
2133
struct pollfd pfd;
crypto/openssh/serverloop.c
146
int connection_in, int connection_out, struct pollfd **pfdp,
crypto/openssh/serverloop.c
321
struct pollfd *pfd = NULL;
crypto/openssh/sftp-client.c
2393
struct pollfd pfd;
crypto/openssh/sftp-server.c
2037
struct pollfd pfd[2];
crypto/openssh/ssh-agent.c
2013
after_poll(struct pollfd *pfd, size_t npfd, u_int maxfds)
crypto/openssh/ssh-agent.c
2067
prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds)
crypto/openssh/ssh-agent.c
2069
struct pollfd *pfd = *pfdp;
crypto/openssh/ssh-agent.c
2208
struct pollfd *pfd = NULL;
crypto/openssh/ssh-keyscan.c
812
read_wait = xcalloc(maxfd, sizeof(struct pollfd));
crypto/openssh/ssh-keyscan.c
98
struct pollfd *read_wait;
crypto/openssh/ssh-pkcs11-helper.c
328
struct pollfd pfd[2];
crypto/openssh/sshd.c
847
struct pollfd *pfd = NULL;
crypto/openssh/sshd.c
879
sizeof(struct pollfd));
games/grdc/grdc.c
228
static struct pollfd pfd = {
games/tetris/input.c
70
struct pollfd pfd[1];
include/rpc/svc.h
311
struct pollfd;
include/rpc/svc.h
312
extern void svc_getreq_poll(struct pollfd *, int);
lib/libc/isc/eventlib_p.h
237
struct pollfd *pollfds; /* Allocated as needed */
lib/libc/resolv/res_send.c
1004
pollfd.fd = s;
lib/libc/resolv/res_send.c
1005
pollfd.events = POLLRDNORM;
lib/libc/resolv/res_send.c
1006
n = poll(&pollfd, 1, polltimeout);
lib/libc/resolv/res_send.c
869
struct pollfd pollfd;
lib/libc/rpc/clnt_bcast.c
264
struct pollfd pfd[MAXBCAST];
lib/libc/rpc/clnt_vc.c
641
struct pollfd fd;
lib/libc/rpc/svc.c
620
svc_getreq_poll(struct pollfd *pfdp, int pollretval)
lib/libc/rpc/svc.c
626
struct pollfd *p = &pfdp[i];
lib/libc/rpc/svc_vc.c
446
struct pollfd pollfd;
lib/libc/rpc/svc_vc.c
470
pollfd.fd = sock;
lib/libc/rpc/svc_vc.c
471
pollfd.events = POLLIN;
lib/libc/rpc/svc_vc.c
472
pollfd.revents = 0;
lib/libc/rpc/svc_vc.c
473
switch (_poll(&pollfd, 1, milliseconds)) {
lib/libc/rpc/svc_vc.c
484
} while ((pollfd.revents & POLLIN) == 0);
lib/libdmsg/msg.c
424
struct pollfd fds[3];
lib/libfetch/common.c
1340
struct pollfd pfd;
lib/libfetch/common.c
1481
struct pollfd pfd;
lib/libnetgraph7/msg.c
237
struct pollfd rfds;
lib/libthread_xu/thread/thr_syscalls.c
109
extern int __sys_poll(struct pollfd *, unsigned, int);
lib/libthread_xu/thread/thr_syscalls.c
110
extern int __sys_ppoll(struct pollfd *, unsigned, const struct timespec *,
lib/libthread_xu/thread/thr_syscalls.c
138
int __poll(struct pollfd *, unsigned int, int);
lib/libthread_xu/thread/thr_syscalls.c
139
int __ppoll(struct pollfd *, unsigned int, const struct timespec *,
lib/libthread_xu/thread/thr_syscalls.c
439
__poll(struct pollfd *fds, unsigned int nfds, int timeout)
lib/libthread_xu/thread/thr_syscalls.c
455
__ppoll(struct pollfd *fds, unsigned int nfds, const struct timespec *ts,
lib/libusb/libusb10.h
131
void libusb10_add_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd, struct libusb20_device *pdev, int fd, short events);
lib/libusb/libusb10.h
132
void libusb10_remove_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd);
lib/libusb/libusb10.h
64
struct libusb_pollfd pollfd;
lib/libusb/libusb10_io.c
101
struct pollfd *fds;
lib/libusb/libusb10_io.c
125
fds[i].fd = pfd->pollfd.fd;
lib/libusb/libusb10_io.c
126
fds[i].events = pfd->pollfd.events;
lib/libusb/libusb10_io.c
425
struct libusb_super_pollfd *pollfd;
lib/libusb/libusb10_io.c
434
TAILQ_FOREACH(pollfd, &ctx->pollfds, entry)
lib/libusb/libusb10_io.c
442
TAILQ_FOREACH(pollfd, &ctx->pollfds, entry)
lib/libusb/libusb10_io.c
443
ret[i++] = &pollfd->pollfd;
lib/libusb/libusb10_io.c
51
libusb10_add_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd,
lib/libusb/libusb10_io.c
57
if (pollfd->entry.tqe_prev != NULL)
lib/libusb/libusb10_io.c
63
pollfd->pdev = pdev;
lib/libusb/libusb10_io.c
64
pollfd->pollfd.fd = fd;
lib/libusb/libusb10_io.c
65
pollfd->pollfd.events = events;
lib/libusb/libusb10_io.c
68
TAILQ_INSERT_TAIL(&ctx->pollfds, pollfd, entry);
lib/libusb/libusb10_io.c
76
libusb10_remove_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd)
lib/libusb/libusb10_io.c
81
if (pollfd->entry.tqe_prev == NULL)
lib/libusb/libusb10_io.c
85
TAILQ_REMOVE(&ctx->pollfds, pollfd, entry);
lib/libusb/libusb10_io.c
86
pollfd->entry.tqe_prev = NULL;
lib/libusb/libusb10_io.c
90
ctx->fd_removed_cb(pollfd->pollfd.fd, ctx->fd_cb_user_data);
lib/libusb/libusb20.c
1023
struct pollfd pfd[1];
libexec/getty/subr.c
636
struct pollfd set[1];
sbin/devd/devd.cc
890
struct pollfd pfd;
sbin/dhclient/dhclient.c
2204
struct pollfd pfd[1];
sbin/dhclient/dispatch.c
113
struct pollfd fds[2];
sbin/ping6/ping6.c
274
struct pollfd fdmaskp[1];
sbin/udevd/udevd.c
65
static struct pollfd fds[NFDS];
sbin/udevd/udevd_monitor.c
170
struct pollfd fds[1];
sys/kern/sys_generic.c
102
struct pollfd *fds;
sys/kern/sys_generic.c
112
static int dopoll(int nfds, struct pollfd *fds, struct timespec *ts,
sys/kern/sys_generic.c
1327
struct pollfd *pfd;
sys/kern/sys_generic.c
1433
struct pollfd *pfd;
sys/kern/sys_generic.c
1620
dopoll(int nfds, struct pollfd *fds, struct timespec *ts, int *res, int flags)
sys/kern/sys_generic.c
1623
struct pollfd sfds[64];
sys/kern/sys_generic.c
1641
bytes = sizeof(struct pollfd) * nfds;
sys/sys/poll.h
102
int poll(struct pollfd *, nfds_t, int);
sys/sys/poll.h
105
int ppoll(struct pollfd *, nfds_t, const struct timespec *,
sys/sys/sysproto.h
1394
struct pollfd * fds; char fds_[PAD_(struct pollfd *)];
sys/sys/sysproto.h
582
struct pollfd * fds; char fds_[PAD_(struct pollfd *)];
sys/sys/sysproto.h
673
struct pollfd * fds; char fds_[PAD_(struct pollfd *)];
test/interbench/hackbench.c
34
struct pollfd pollfd = { .fd = wakefd, .events = POLLIN };
test/interbench/hackbench.c
41
if (poll(&pollfd, 1, -1) != 1)
test/testcases/io/poll_1/poll_1.c
12
struct pollfd fds[1];
usr.bin/dsynth/build.c
3010
struct pollfd pfd;
usr.bin/window/wwiomux.c
69
static struct pollfd *pfd = NULL;
usr.bin/window/wwiomux.c
88
struct pollfd *npfd = pfd == NULL ?
usr.sbin/clog/clog.c
132
struct pollfd pfd;
usr.sbin/rpcbind/rpcb_svc_com.c
1098
struct pollfd pollfds[FD_SETSIZE];
usr.sbin/rpcbind/rpcb_svc_com.c
110
static int check_rmtcalls(struct pollfd *, int);
usr.sbin/rpcbind/rpcb_svc_com.c
1104
struct pollfd *p;
usr.sbin/rpcbind/rpcb_svc_com.c
1169
check_rmtcalls(struct pollfd *pfds, int nfds)
usr.sbin/rtadvd/control.c
65
struct pollfd pfds[1];
usr.sbin/rtadvd/rtadvd.c
180
struct pollfd set[PFD_MAX];
usr.sbin/rwhod/rwhod.c
164
struct pollfd pfd[1];
usr.sbin/sysvipcd/sysvipcd.c
51
struct pollfd poll_fds[MAX_CLIENTS];
usr.sbin/traceroute6/traceroute6.c
809
struct pollfd pfd[1];