Searched refs:pollfd (Results 126 - 150 of 182) sorted by relevance

12345678

/freebsd-current/sys/i386/linux/
H A Dlinux_proto.h528 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
1075 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
1585 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_proto.h526 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
1077 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
1591 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
/freebsd-current/usr.bin/kdump/
H A Dkdump.c114 void ktrpollfd(struct pollfd *);
2254 ktrpollfd(struct pollfd *pfd)
2269 struct pollfd pfd;
2351 } else if (strcmp(name, "pollfd") == 0) {
/freebsd-current/contrib/bearssl/tools/
H A Dsslio.c381 struct pollfd pfd[3];
/freebsd-current/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c81 struct pollfd pfds[2];
/freebsd-current/lib/libc/rpc/
H A Dclnt_bcast.c269 struct pollfd pfd[MAXBCAST];
/freebsd-current/lib/libpam/modules/pam_exec/
H A Dpam_exec.c165 struct pollfd pfd[4];
/freebsd-current/crypto/openssh/
H A Dssh-agent.c2035 after_poll(struct pollfd *pfd, size_t npfd, u_int maxfds)
2089 prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds)
2091 struct pollfd *pfd = *pfdp;
2230 struct pollfd *pfd = NULL;
H A Dchannels.c2681 u_int pollfd_offset, struct pollfd *pfd)
2694 /* Prepare pollfd entries for a single channel */
2697 struct pollfd *pfd, u_int npfd)
2799 channel_prepare_poll(struct ssh *ssh, struct pollfd **pfdp, u_int *npfd_allocp,
2812 /* Allocate 4x pollfd for each channel (rfd, wfd, efd, sock) */
2832 /* Prepare pollfd */
2840 fd_ready(Channel *c, int p, struct pollfd *pfds, u_int npfd, int fd,
2843 struct pollfd *pfd = &pfds[p];
2851 fatal("channel %d: inconsistent %s fd=%d pollfd[%u].fd %d "
2856 fatal("channel %d: invalid %s pollfd[
[all...]
H A Dsshd.c1143 struct pollfd *pfd = NULL;
1180 sizeof(struct pollfd));
/freebsd-current/lib/libfetch/
H A Dcommon.c1303 struct pollfd pfd;
1444 struct pollfd pfd;
/freebsd-current/tools/tools/netmap/
H A Dpkt-gen.c1386 struct pollfd pfd = { .fd = targ->fd, .events = POLLIN };
1585 struct pollfd pfd = { .fd = targ->fd, .events = POLLIN };
1679 struct pollfd pfd = { .fd = targ->fd, .events = POLLOUT };
1926 struct pollfd pfd = { .fd = targ->fd, .events = POLLIN };
2047 struct pollfd pfd = { .fd = targ->fd, .events = POLLOUT };
2257 struct pollfd pfd = { .fd = targ->fd, .events = POLLIN };
/freebsd-current/sys/amd64/linux/
H A Dlinux_proto.h59 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
1008 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_proto.h603 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
/freebsd-current/sys/sys/
H A Dsysproto.h575 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
1662 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
/freebsd-current/contrib/tnftp/src/
H A Dftp.c521 struct pollfd pfd[2];
1655 struct pollfd pfd[1];
/freebsd-current/contrib/bmake/
H A Djob.c447 static struct pollfd *fds = NULL;
2145 * descriptor too, which at the moment is any pollfd other
2762 * pollfd number should be even.
2967 emul_poll(struct pollfd *fd, int nfd, int timeout)
/freebsd-current/crypto/heimdal/lib/ipc/
H A Dserver.c979 struct pollfd *fds;
/freebsd-current/contrib/ofed/libibumad/
H A Dumad.c832 struct pollfd ufds;
/freebsd-current/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1374 struct pollfd hv_kvp_poll_fd[1];
/freebsd-current/contrib/ldns/
H A Dnet.c167 struct pollfd pfds[2];
/freebsd-current/lib/libusb/
H A Dlibusb20.c1095 struct pollfd pfd[1];
/freebsd-current/sys/net/
H A Dnetmap_user.h556 #include <sys/poll.h> /* XXX needed to use the structure pollfd */
559 win_nm_poll(struct pollfd *fds, int nfds, int timeout)
/freebsd-current/tests/sys/audit/
H A Dnetwork.c48 static struct pollfd fds[1];
H A Dfile-attribute-modify.c45 static struct pollfd fds[1];

Completed in 712 milliseconds

12345678