Searched defs:PowerBusy (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c269 int PowerBusy; /* Busy counter */ member in struct:vboxusb_power_t
1053 if (pState->pPower->PowerBusy)
4136 pState->pPower->PowerBusy++;
4144 pState->pPower->PowerBusy--;
4169 Assert(pState->pPower->PowerBusy > 0);
4170 pState->pPower->PowerBusy--;

Completed in 54 milliseconds