Searched defs:openbsd_poll_args (Results 1 – 1 of 1) sorted by relevance
672 struct openbsd_poll_args { struct673 struct pollfd * fds; char fds_[PAD_(struct pollfd *)];674 u_int nfds; char nfds_[PAD_(u_int)];675 int timeout; char timeout_[PAD_(int)];