Searched refs:MAX_FDS (Results 1 – 4 of 4) sorted by relevance
56 osal_select_entry_t *readfds[MAX_FDS]; /* To check for read */58 osal_select_entry_t *writefds[MAX_FDS]; /* To check for write */60 osal_select_entry_t *exceptfds[MAX_FDS]; /* Check for errors */
46 #define MAX_FDS 40 macro
73 struct winfd poll_fd[MAX_FDS];80 } _poll_fd[MAX_FDS];107 if ((_index < 0) || (_index >= MAX_FDS)) { in cancel_io()139 if ((_index < 0) || (_index >= MAX_FDS)) { in cancel_io()164 for (i=0; i<MAX_FDS; i++) { in init_polling()183 for (i=0; i<MAX_FDS; i++) { in _fd_to_index_and_lock()233 for (i=0; i<MAX_FDS; i++) { in exit_polling()277 for (i=0; i<MAX_FDS; i++) { in usbi_pipe()351 for (i=0; i<MAX_FDS; i++) { in usbi_create_fd()436 for (i=0; i<MAX_FDS; i++) { in fd_to_winfd()[all …]
58 #define MAX_FDS 256 macro