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

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hwa/hwahc/
H A Dhwahc.h134 uint_t hwahc_open_count; member in struct:hwahc_state
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hwa/hwahc/
H A Dhwahc.c856 if ((flag & FEXCL) && (hwahcp->hwahc_open_count > 0)) {
869 hwahcp->hwahc_open_count++;
900 if (hwahcp->hwahc_open_count == 0) {
908 hwahcp->hwahc_open_count--;
3230 if (hwahcp->hwahc_open_count > 0) {

Completed in 106 milliseconds