Searched refs:mapStorageLeds (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl2.cpp | 2213 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 D | ConsoleImpl.cpp | 403 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 D | ConsoleImpl.h | 934 PPDMLED mapStorageLeds[cLedStorage]; member in class:Console
|
Completed in 2598 milliseconds