Searched refs:pollfd (Results 51 - 75 of 110) sorted by relevance

12345

/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_syscalls.c311 __thr_poll(struct pollfd *fds, unsigned int nfds, int timeout)
330 __thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec *
/freebsd-10.2-release/sbin/dhclient/
H A Ddispatch.c149 struct pollfd *fds;
155 fds = malloc(nfds * sizeof(struct pollfd));
/freebsd-10.2-release/sys/rpc/
H A Dsvc.h692 struct pollfd;
693 extern void svc_getreq_poll(struct pollfd *, int);
/freebsd-10.2-release/crypto/openssl/crypto/rand/
H A Drand_unix.c320 struct pollfd pset;
/freebsd-10.2-release/lib/libpcap/
H A Dpcap-netmap.c111 struct pollfd pfd = { .fd = p->fd, .events = POLLIN, .revents = 0 };
/freebsd-10.2-release/lib/libc/isc/
H A Deventlib_p.h238 struct pollfd *pollfds; /* Allocated as needed */
/freebsd-10.2-release/contrib/netbsd-tests/kernel/
H A Dt_pty.c190 struct pollfd pfd;
/freebsd-10.2-release/contrib/libpcap/tests/
H A Dselpolltest.c191 struct pollfd fd;
/freebsd-10.2-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc352 struct pollfd __pfd[1];
/freebsd-10.2-release/tools/regression/poll/
H A Dpipepoll.c92 struct pollfd pfd;
/freebsd-10.2-release/tools/tools/netrate/netreceive/
H A Dnetreceive.c104 struct pollfd fds;
/freebsd-10.2-release/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y54 extern struct pollfd readfd;
724 struct pollfd fds[2];
865 struct pollfd fds[3];
1053 struct pollfd slave_pty;
1464 struct pollfd rfd[2];
/freebsd-10.2-release/contrib/ofed/libsdp/src/
H A Dport.c154 typedef int (*poll_func_t) (struct pollfd * ufds,
2181 int poll(struct pollfd *ufds, nfds_t nfds, int timeout)
2187 struct pollfd *poll_fds = NULL;
2188 struct pollfd *poll_fd_ptr = NULL;
2217 (struct pollfd *) malloc((nfds + extra) * sizeof(struct pollfd));
2220 "Error poll: malloc of extended pollfd array failed\n");
/freebsd-10.2-release/lib/libc/rpc/
H A Dsvc.c744 struct pollfd *pfdp;
751 struct pollfd *p = &pfdp[i];
/freebsd-10.2-release/sys/sys/
H A Dsyscallsubr.h49 struct pollfd;
168 int kern_poll(struct thread *td, struct pollfd *fds, u_int nfds,
/freebsd-10.2-release/contrib/tnftp/
H A Dtnftp.h138 struct pollfd { struct
/freebsd-10.2-release/lib/libnetgraph/
H A Dmsg.c238 struct pollfd rfds;
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c112 static int check_rmtcalls(struct pollfd *, int);
1071 struct pollfd pollfds[FD_SETSIZE];
1077 register struct pollfd *p;
1144 check_rmtcalls(struct pollfd *pfds, int nfds)
/freebsd-10.2-release/usr.bin/whois/
H A Dwhois.c289 struct pollfd *fds;
/freebsd-10.2-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c110 static int check_rmtcalls(struct pollfd *, int);
1099 struct pollfd pollfds[FD_SETSIZE];
1105 register struct pollfd *p;
1170 check_rmtcalls(struct pollfd *pfds, int nfds)
/freebsd-10.2-release/contrib/netcat/
H A Dnetcat.c693 struct pollfd pfd;
804 struct pollfd pfd[4];
1036 struct pollfd pfd;
/freebsd-10.2-release/sys/compat/svr4/
H A Dsvr4_proto.h171 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
/freebsd-10.2-release/usr.sbin/faithd/
H A Dftp.c80 struct pollfd pfd[6];
320 struct pollfd pfd[1];
384 struct pollfd pfd[1];
/freebsd-10.2-release/contrib/ntp/ntpdate/
H A Dntpdate.c121 struct pollfd fdmask[MAX_AF];
543 struct pollfd* rdfdes;
1891 struct pollfd fds[MAX_AF];
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dnfsd.c150 struct pollfd set[4];

Completed in 378 milliseconds

12345