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

/vbox/src/VBox/Main/include/
H A DConsoleImpl.h935 PPDMLED mapNetworkLeds[36]; /**< @todo adapt this to the maximum network card count */ member in class:Console
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp404 RT_ZERO(mapNetworkLeds);
2734 for (unsigned i = 0; i < RT_ELEMENTS(mapNetworkLeds); ++i)
2735 SumLed.u32 |= readAndClearLed(mapNetworkLeds[i]);
H A DConsoleImpl2.cpp2579 i_attachStatusDriver(pInst, &mapNetworkLeds[ulInstance], 0, 0, NULL, NULL, 0);

Completed in 3433 milliseconds