Home
last modified time | relevance | path

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

/hurd/
A Dhurdselect.c46 _hurd_select (int nfds, in _hurd_select() argument
68 } d[nfds]; in _hurd_select()
80 if (nfds < 0 || (pollfds == NULL && nfds > FD_SETSIZE)) in _hurd_select()
153 for (i = 0; i < nfds; ++i) in _hurd_select()
173 for (i = 0; i < nfds; ++i) in _hurd_select()
249 for (i = 0; i < nfds; ++i) in _hurd_select()
287 if (i < nfds) in _hurd_select()
295 if (nfds > _hurd_dtablesize) in _hurd_select()
296 nfds = _hurd_dtablesize; in _hurd_select()
575 for (i = 0; i < nfds; ++i) in _hurd_select()
/hurd/hurd/
A Dfd.h280 extern int _hurd_select (int nfds, struct pollfd *pollfds,

Completed in 6 milliseconds