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

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c918 uchar_t found_usage_min, found_usage_max, found_usage; local
970 found_usage = 0;
991 if (found_usage >= USAGE_MAX) {
998 usage_id[found_usage] = usage;
999 found_usage++;
1042 for (j = 0; j < found_usage; j++) {
1056 ui->rptcnt /= found_usage;
1084 if (found_usage) {

Completed in 47 milliseconds