Searched refs:papLeds (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | ConsoleImpl.h | 685 void i_attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds,
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 10143 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 D | ConsoleImpl2.cpp | 746 void Console::i_attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds, argument 755 InsertConfigInteger(pCfg, "papLeds", (uintptr_t)papLeds);
|
Completed in 83 milliseconds