Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/arm/linux/
HDlinux_proto.h426 struct linux_poll_args { struct
427 char fds_l_[PADL_(struct pollfd*)]; struct pollfd* fds; char fds_r_[PADR_(struct pollfd*)];
428 char nfds_l_[PADL_(unsigned int)]; unsigned int nfds; char nfds_r_[PADR_(unsigned int)];
429 char timeout_l_[PADL_(long)]; long timeout; char timeout_r_[PADR_(long)];
/freebsd-13-stable/sys/amd64/linux/
HDlinux_proto.h54 struct linux_poll_args { struct
55 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
56 char nfds_l_[PADL_(u_int)]; u_int nfds; char nfds_r_[PADR_(u_int)];
57 char timeout_l_[PADL_(int)]; int timeout; char timeout_r_[PADR_(int)];
/freebsd-13-stable/sys/i386/linux/
HDlinux_proto.h518 struct linux_poll_args { struct
519 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
520 char nfds_l_[PADL_(unsigned int)]; unsigned int nfds; char nfds_r_[PADR_(unsigned int)];
521 char timeout_l_[PADL_(long)]; long timeout; char timeout_r_[PADR_(long)];
/freebsd-13-stable/sys/amd64/linux32/
HDlinux32_proto.h521 struct linux_poll_args { struct
522 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
523 char nfds_l_[PADL_(unsigned int)]; unsigned int nfds; char nfds_r_[PADR_(unsigned int)];
524 char timeout_l_[PADL_(int)]; int timeout; char timeout_r_[PADR_(int)];