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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp746 void Console::i_attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds, argument
755 InsertConfigInteger(pCfg, "papLeds", (uintptr_t)papLeds);
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));

Completed in 103 milliseconds