Searched defs:exclusive (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/libusb/wrapper/src/
H A Dwr_libusb.c52 * the plugin bus is supported, unsupported, or exclusive.
55 * In the exclusive case all others plugins will be disabled
727 boolean_t exclusive = 0; local
802 /* first plugin to set exclusive */
803 if (exclusive != 1) {
805 exclusive = 1;
869 if (exclusive && p_info[pindex].exclusive_flag == 1) {
873 if (exclusive && p_info[pindex].exclusive_flag != 1) {

Completed in 15 milliseconds