Home
last modified time | relevance | path

Searched defs:ppoll_args (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dsysproto.h1661 struct ppoll_args { struct
1662 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
1663 char nfds_l_[PADL_(u_int)]; u_int nfds; char nfds_r_[PADR_(u_int)];
1664 …(const struct timespec *)]; const struct timespec * ts; char ts_r_[PADR_(const struct timespec *)];
1665 char set_l_[PADL_(const sigset_t *)]; const sigset_t * set; char set_r_[PADR_(const sigset_t *)];