Searched refs:PCIDeviceAttachment (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DPCIDeviceAttachmentImpl.cpp25 struct PCIDeviceAttachment::Data
45 DEFINE_EMPTY_CTOR_DTOR(PCIDeviceAttachment)
47 HRESULT PCIDeviceAttachment::FinalConstruct()
53 void PCIDeviceAttachment::FinalRelease()
62 HRESULT PCIDeviceAttachment::init(IMachine *aParent,
74 HRESULT PCIDeviceAttachment::i_loadSettings(IMachine *aParent,
82 HRESULT PCIDeviceAttachment::i_saveSettings(settings::HostPCIDeviceAttachment &data)
96 void PCIDeviceAttachment::uninit()
107 HRESULT PCIDeviceAttachment::getName(com::Utf8Str &aName)
113 HRESULT PCIDeviceAttachment
[all...]
/vbox/src/VBox/Main/include/
H A DPCIDeviceAttachmentImpl.h26 class ATL_NO_VTABLE PCIDeviceAttachment : class in inherits:PCIDeviceAttachmentWrap
31 DECLARE_EMPTY_CTOR_DTOR(PCIDeviceAttachment)
H A DMachineImpl.h321 typedef std::list<ComObjPtr<PCIDeviceAttachment> > PCIDeviceAssignmentList;
/vbox/src/VBox/Main/src-client/
H A DPCIRawDevImpl.cpp91 ComObjPtr<PCIDeviceAttachment> pda;
H A DBusAssignmentManager.cpp402 ComObjPtr<PCIDeviceAttachment> dev;
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6708 ComPtr<PCIDeviceAttachment> pAttach;
6716 ComObjPtr<PCIDeviceAttachment> pda;
6738 ComObjPtr<PCIDeviceAttachment> pAttach;
6794 for (std::list<ComObjPtr<PCIDeviceAttachment> >::const_iterator it = mHWData->mPCIDeviceAssignments.begin();
9033 ComObjPtr<PCIDeviceAttachment> pda;
10324 ComObjPtr<PCIDeviceAttachment> pda = *it;

Completed in 113 milliseconds