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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c161 static uint_t ugen_devt_cache_index; variable
4742 for (index = ugen_devt_cache_index, count = 0;
4761 ugen_devt_cache_index++;
4762 ugen_devt_cache_index %= UGEN_DEVT_CACHE_SIZE;
4763 ugen_devt_cache[ugen_devt_cache_index].cache_dev = dev;
4764 ugen_devt_cache[ugen_devt_cache_index].cache_state =
4807 ugen_devt_cache_index = 0;

Completed in 50 milliseconds