Lines Matching refs:pollfd
94 struct pollfd **, nfds_t *, struct bc_ifs *);
97 static SLPError mc_sendmsg(struct pollfd *, struct msghdr *,
99 static SLPError bc_sendmsg(struct pollfd *, struct msghdr *, struct bc_ifs *);
100 static void mc_recvmsg(struct pollfd *, nfds_t, slp_handle_impl_t *,
104 static void free_pfds(struct pollfd *, nfds_t);
110 struct pollfd [], nfds_t);
200 struct pollfd pfd[1]; in slp_uc_udp_send()
341 struct pollfd *pfd; in slp_mc_send()
701 struct pollfd **fds, nfds_t *nfds, in make_mc_target()
924 static SLPError mc_sendmsg(struct pollfd *fds, in mc_sendmsg()
965 static SLPError bc_sendmsg(struct pollfd *fds, struct msghdr *msg, in bc_sendmsg()
1006 static void mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp, in mc_recvmsg()
1105 static void free_pfds(struct pollfd *pfds, nfds_t nfds) { in free_pfds()
1161 struct pollfd pfd[], nfds_t nfds) { in wait_for_response()