Home
last modified time | relevance | path

Searched refs:pollfds (Results 1 – 2 of 2) sorted by relevance

/hurd/
A Dhurdselect.c47 struct pollfd *pollfds, in _hurd_select() argument
80 if (nfds < 0 || (pollfds == NULL && nfds > FD_SETSIZE)) in _hurd_select()
145 if (pollfds) in _hurd_select()
154 if (pollfds[i].fd >= 0) in _hurd_select()
157 if (pollfds[i].events & POLLIN) in _hurd_select()
159 if (pollfds[i].events & POLLOUT) in _hurd_select()
161 if (pollfds[i].events & POLLPRI) in _hurd_select()
164 d[i].io_port = pollfds[i].fd; in _hurd_select()
573 if (pollfds) in _hurd_select()
604 pollfds[i].revents = revents; in _hurd_select()
/hurd/hurd/
A Dfd.h280 extern int _hurd_select (int nfds, struct pollfd *pollfds,

Completed in 6 milliseconds