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

/vbox/src/VBox/Main/src-all/
H A DPCIDeviceAttachmentImpl.cpp29 LONG aGuestAddress,
31 : HostAddress(aHostAddress), GuestAddress(aGuestAddress),
65 LONG aGuestAddress,
69 m = new Data(aDevName, aHostAddress, aGuestAddress, fPhysical);
124 HRESULT PCIDeviceAttachment::getGuestAddress(LONG *aGuestAddress) argument
126 *aGuestAddress = m->GuestAddress;
27 Data(const Bstr &aDevName, LONG aHostAddress, LONG aGuestAddress, BOOL afPhysical) argument
62 init(IMachine *aParent, const Bstr &aDevName, LONG aHostAddress, LONG aGuestAddress, BOOL fPhysical) argument

Completed in 42 milliseconds