Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysproto.h574 struct poll_args { struct
575 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
576 char nfds_l_[PADL_(u_int)]; u_int nfds; char nfds_r_[PADR_(u_int)];
577 char timeout_l_[PADL_(int)]; int timeout; char timeout_r_[PADR_(int)];