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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp919 * @param pAvailable Bitmap indicating the available ports. Set bit == available port.
921 static DECLCALLBACK(unsigned) ohciRhGetAvailablePorts(PVUSBIROOTHUBPORT pInterface, PVUSBPORTBITMAP pAvailable) argument
927 memset(pAvailable, 0, sizeof(*pAvailable));
935 ASMBitSet(pAvailable, iPort + 1);

Completed in 73 milliseconds