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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp748 Console::MediumAttachmentMap *pmapMediumAttachments,
756 if (pmapMediumAttachments)
758 InsertConfigInteger(pCfg, "pmapMediumAttachments", (uintptr_t)pmapMediumAttachments);
746 i_attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds, uint64_t uFirst, uint64_t uLast, Console::MediumAttachmentMap *pmapMediumAttachments, const char *pcszDevice, unsigned uInstance) argument
H A DConsoleImpl.cpp10155 Console::MediumAttachmentMap *pmapMediumAttachments; member in struct:DRVMAINSTATUS
10199 if (pThis->pmapMediumAttachments)
10205 Console::MediumAttachmentMap::const_iterator end = pThis->pmapMediumAttachments->end();
10206 Console::MediumAttachmentMap::const_iterator it = pThis->pmapMediumAttachments->find(devicePath);
10235 pThis->pmapMediumAttachments->erase(devicePath);
10236 pThis->pmapMediumAttachments->insert(std::make_pair(devicePath, pNewMediumAtt));
10295 if (!CFGMR3AreValuesValid(pCfg, "papLeds\0pmapMediumAttachments\0DeviceInstance\0pConsole\0First\0Last\0"))
10320 rc = CFGMR3QueryPtrDef(pCfg, "pmapMediumAttachments", (void **)&pThis->pmapMediumAttachments, NULL);
10323 AssertMsgFailed(("Configuration error: Failed to query the \"pmapMediumAttachments\" valu
[all...]

Completed in 66 milliseconds