Searched refs:MAX_PLUGINS (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.h46 #define MAX_PLUGINS 10 macro
H A Dwr_libusb.c99 static plugin_info_t p_info[MAX_PLUGINS];
227 if (++pindex == MAX_PLUGINS) {
308 * Will load at most MAX_PLUGINS
310 while (pindex < MAX_PLUGINS) {
943 int ret_find_busses[MAX_PLUGINS];

Completed in 14 milliseconds