Lines Matching refs:pollfd
92 struct pollfd **, nfds_t *, struct bc_ifs *);
95 static SLPError mc_sendmsg(struct pollfd *, struct msghdr *,
97 static SLPError bc_sendmsg(struct pollfd *, struct msghdr *, struct bc_ifs *);
98 static void mc_recvmsg(struct pollfd *, nfds_t, slp_handle_impl_t *,
102 static void free_pfds(struct pollfd *, nfds_t);
108 struct pollfd [], nfds_t);
198 struct pollfd pfd[1]; in slp_uc_udp_send()
339 struct pollfd *pfd; in slp_mc_send()
702 struct pollfd **fds, nfds_t *nfds, in make_mc_target()
925 static SLPError mc_sendmsg(struct pollfd *fds, in mc_sendmsg()
966 static SLPError bc_sendmsg(struct pollfd *fds, struct msghdr *msg, in bc_sendmsg()
1007 static void mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp, in mc_recvmsg()
1106 static void free_pfds(struct pollfd *pfds, nfds_t nfds) { in free_pfds()
1162 struct pollfd pfd[], nfds_t nfds) { in wait_for_response()