Home
last modified time | relevance | path

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.c162 static uint_t ugen_devt_cache_index; variable
4758 for (index = ugen_devt_cache_index, count = 0; in ugen_devt2state()
4777 ugen_devt_cache_index++; in ugen_devt2state()
4778 ugen_devt_cache_index %= UGEN_DEVT_CACHE_SIZE; in ugen_devt2state()
4779 ugen_devt_cache[ugen_devt_cache_index].cache_dev = dev; in ugen_devt2state()
4780 ugen_devt_cache[ugen_devt_cache_index].cache_state = in ugen_devt2state()
4823 ugen_devt_cache_index = 0; in ugen_free_devt()