Searched defs:pcszDevice (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DPerformanceLinux.cpp67 void addRaidDisks(const char *pcszDevice, DiskList& listDisks);
467 void CollectorLinux::addRaidDisks(const char *pcszDevice, DiskList& listDisks) argument
484 if (!strcmp(pcszDevice, pszBufName))
/vbox/src/VBox/Main/xml/
H A DSettings.cpp4251 const char *pcszDevice; local
4255 case DeviceType_Floppy: pcszDevice = "Floppy"; break;
4256 case DeviceType_DVD: pcszDevice = "DVD"; break;
4257 case DeviceType_HardDisk: pcszDevice = "HardDisk"; break;
4258 case DeviceType_Network: pcszDevice = "Network"; break;
4259 default: /*case DeviceType_Null:*/ pcszDevice = "None"; break;
4265 pelmOrder->setAttribute("device", pcszDevice);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp749 const char *pcszDevice, unsigned uInstance)
760 AssertPtr(pcszDevice);
761 Utf8Str deviceInstance = Utf8StrFmt("%s/%u", pcszDevice, uInstance);
3550 const char *pcszDevice = "vga"; local
3553 InsertConfigNode(pDevices, pcszDevice, &pDev);
3557 hrc = pBusMgr->assignPCIDevice(pcszDevice, pInst); H();
3707 int Console::i_configMediumAttachment(const char *pcszDevice, argument
3753 pCtlInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "Devices/%s/%u/", pcszDevice, uInstance);
3758 pCtlInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "USB/%s/", pcszDevice, uInstance);
3799 &mapMediumAttachments, pcszDevice,
746 i_attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds, uint64_t uFirst, uint64_t uLast, Console::MediumAttachmentMap *pmapMediumAttachments, const char *pcszDevice, unsigned uInstance) argument
[all...]
H A DConsoleImpl.cpp3517 * @param pcszDevice The PDM device name.
3533 const char *pcszDevice,
3541 pThis, uInstance, pcszDevice, pcszDevice, enmBus, aMediumAtt, fForce));
3554 int rc = pThis->i_configMediumAttachment(pcszDevice,
3699 * @param pcszDevice The PDM device name.
3708 const char *pcszDevice,
3716 pThis, uInstance, pcszDevice, pcszDevice, enmBus, aMediumAtt));
3729 int rc = pThis->i_configMediumAttachment(pcszDevice,
3531 i_changeRemovableMedium(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, IMediumAttachment *aMediumAtt, bool fForce) argument
3706 i_attachStorageDevice(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, IMediumAttachment *aMediumAtt, bool fSilent) argument
3876 i_detachStorageDevice(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, IMediumAttachment *pMediumAtt, bool fSilent) argument
4390 const char *pcszDevice = i_convertControllerTypeToDev(enmCtrlType); local
4502 const char *pcszDevice = i_convertControllerTypeToDev(enmCtrlType); local
4625 const char *pcszDevice = i_convertControllerTypeToDev(enmCtrlType); local
5996 const char *pcszDevice = i_convertControllerTypeToDev(enmCtrlType); local
6134 const char *pcszDevice = i_convertControllerTypeToDev(enmController); local
9873 i_reconfigureMediumAttachment(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, bool fBuiltinIOCache, bool fSetupMerge, unsigned uMergeSource, unsigned uMergeTarget, IMediumAttachment *aMediumAtt, MachineState_T aMachineState, HRESULT *phrc) argument
[all...]

Completed in 86 milliseconds