Searched refs:pollfd (Results 76 - 100 of 152) sorted by relevance

1234567

/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c242 struct pollfd pfd;
317 struct pollfd pfd;
/freebsd-11-stable/sys/rpc/
H A Dsvc.h692 struct pollfd;
693 extern void svc_getreq_poll(struct pollfd *, int);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_syscalls.c329 __thr_poll(struct pollfd *fds, unsigned int nfds, int timeout)
348 __thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec *
/freebsd-11-stable/sbin/dhclient/
H A Ddispatch.c168 struct pollfd *fds;
174 fds = malloc(nfds * sizeof(struct pollfd));
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc352 struct pollfd __pfd[1];
/freebsd-11-stable/lib/libc/isc/
H A Deventlib_p.h237 struct pollfd *pollfds; /* Allocated as needed */
/freebsd-11-stable/tools/regression/poll/
H A Dpipepoll.c92 struct pollfd pfd;
/freebsd-11-stable/tools/tools/netrate/netreceive/
H A Dnetreceive.c104 struct pollfd fds;
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c159 struct pollfd hv_vss_poll_fd[1];
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc330 struct pollfd fds[2];
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c308 struct pollfd fds[2];
/freebsd-11-stable/tests/sys/audit/
H A Dfile-delete.c36 static struct pollfd fds[1];
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_unix.c320 struct pollfd pset;
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c190 struct pollfd pfd;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-netmap.c96 struct pollfd pfd = { .fd = p->fd, .events = POLLIN, .revents = 0 };
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dselpolltest.c266 struct pollfd fd;
/freebsd-11-stable/contrib/less/
H A Dos.c82 struct pollfd poller = { fd, events, 0 };
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y55 extern struct pollfd readfd;
725 struct pollfd fds[2];
866 struct pollfd fds[3];
1054 struct pollfd slave_pty;
1465 struct pollfd rfd[2];
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc.c710 svc_getreq_poll(struct pollfd *pfdp, int pollretval)
716 struct pollfd *p = &pfdp[i];
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h51 struct pollfd;
191 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h138 struct pollfd { struct
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c98 static struct pollfd *udp_svc_fds;
2927 static struct pollfd *rs_fds_alloc(nfds_t nfds)
2929 static __thread struct pollfd *rfds;
2946 struct pollfd fds;
3010 static int rs_poll_check(struct pollfd *fds, nfds_t nfds)
3028 static int rs_poll_arm(struct pollfd *rfds, struct pollfd *fds, nfds_t nfds)
3058 static int rs_poll_events(struct pollfd *rfds, struct pollfd *fds, nfds_t nfds)
3091 int rpoll(struct pollfd *fd
[all...]
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c110 static int check_rmtcalls(struct pollfd *, int);
1102 struct pollfd pollfds[FD_SETSIZE];
1108 register struct pollfd *p;
1173 check_rmtcalls(struct pollfd *pfds, int nfds)
/freebsd-11-stable/lib/libnetgraph/
H A Dmsg.c235 struct pollfd rfds;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp1042 CHECK_TYPE_SIZE(pollfd); variable
1043 CHECK_SIZE_AND_OFFSET(pollfd, fd);
1044 CHECK_SIZE_AND_OFFSET(pollfd, events);
1045 CHECK_SIZE_AND_OFFSET(pollfd, revents);

Completed in 314 milliseconds

1234567