Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dpoll_windows.c73 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 …]
Dpoll_windows.h58 #define MAX_FDS 256 macro