Searched refs:mapStorageLeds (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2213 i_attachStatusDriver(pCtlInst, &mapStorageLeds[iLedScsi], 0, 15,
2237 i_attachStatusDriver(pCtlInst, &mapStorageLeds[iLedScsi], 0, 15,
2262 i_attachStatusDriver(pCtlInst, &mapStorageLeds[iLedSata], 0, cPorts - 1,
2279 i_attachStatusDriver(pCtlInst, &mapStorageLeds[iLedIde], 0, 3,
2303 i_attachStatusDriver(pCtlInst, &mapStorageLeds[iLedFloppy], 0, 1,
2332 i_attachStatusDriver(pCtlInst, &mapStorageLeds[iLedSas], 0, 7,
3798 i_attachStatusDriver(pCtlInst, &mapStorageLeds[iLedUsb], 0, 7,
H A DConsoleImpl.cpp403 RT_ZERO(mapStorageLeds);
2726 for (unsigned i = 0; i < RT_ELEMENTS(mapStorageLeds); ++i)
2728 SumLed.u32 |= readAndClearLed(mapStorageLeds[i]);
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h934 PPDMLED mapStorageLeds[cLedStorage]; member in class:Console

Completed in 1207 milliseconds