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

/freebsd-11.0-release/sys/dev/usb/serial/
H A Duvisor.c123 #define UVISOR_MAX_CONN 8 macro
129 } __packed connections[UVISOR_MAX_CONN];
160 } __packed connections[UVISOR_MAX_CONN];
429 if (np > UVISOR_MAX_CONN) {
430 np = UVISOR_MAX_CONN;

Completed in 50 milliseconds