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

/vbox/src/VBox/Main/include/
H A DConsoleImpl.h685 void i_attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds,
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp10143 PPDMLED *papLeds; member in struct:DRVMAINSTATUS
10181 ASMAtomicWritePtr(&pThis->papLeds[iLUN - pThis->iFirstLUN], pLed);
10272 if (pThis->papLeds)
10276 ASMAtomicWriteNullPtr(&pThis->papLeds[iLed]);
10295 if (!CFGMR3AreValuesValid(pCfg, "papLeds\0pmapMediumAttachments\0DeviceInstance\0pConsole\0First\0Last\0"))
10313 int rc = CFGMR3QueryPtr(pCfg, "papLeds", (void **)&pThis->papLeds);
10316 AssertMsgFailed(("Configuration error: Failed to query the \"papLeds\" value! rc=%Rrc\n", rc));
H A DConsoleImpl2.cpp746 void Console::i_attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds, argument
755 InsertConfigInteger(pCfg, "papLeds", (uintptr_t)papLeds);

Completed in 83 milliseconds