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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h264 uint_t ug_instance; /* Instance number */ member in struct:ugen_state
310 _NOTE(DATA_READABLE_WITHOUT_LOCK(ugen_state::ug_instance))
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c206 ugenp->ug_instance = ddi_get_instance(dip);
1604 if (ugenp->ug_instance >= UGEN_MINOR_INSTANCE_LIMIT(ugenp)) {
1606 "instance number too high (%d)", ugenp->ug_instance);
1631 ugenp->ug_instance << UGEN_MINOR_INSTANCE_SHIFT(ugenp);
1688 ugenp->ug_instance << UGEN_MINOR_INSTANCE_SHIFT(ugenp);
4177 if (ugenp->ug_instance >= UGEN_MINOR_INSTANCE_LIMIT(ugenp)) {
4179 "instance number too high (%d)", ugenp->ug_instance);
4203 ugenp->ug_instance << UGEN_MINOR_INSTANCE_SHIFT(ugenp);

Completed in 67 milliseconds