Searched refs:penmEventType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibCpuHotPlug.cpp81 * @param penmEventType Where to store the event type on success.
85 VBGLR3DECL(int) VbglR3CpuHotPlugWaitForEvent(VMMDevCpuEventType *penmEventType, uint32_t *pidCpuCore, uint32_t *pidCpuPackage) argument
87 AssertPtrReturn(penmEventType, VERR_INVALID_POINTER);
112 *penmEventType = Req.enmEventType;
/vbox/include/VBox/
H A DVBoxGuestLib.h700 VBGLR3DECL(int) VbglR3CpuHotPlugWaitForEvent(VMMDevCpuEventType *penmEventType, uint32_t *pidCpuCore, uint32_t *pidCpuPackage);

Completed in 2730 milliseconds