Lines Matching defs:pvUser

1588  * @param pvUser       pointer to Console
1593 DECLCALLBACK(void) Console::i_saveStateFileExec(PSSMHANDLE pSSM, void *pvUser)
1597 Console *that = static_cast<Console *>(pvUser);
1642 * @param pvUser pointer to Console
1651 Console::i_loadStateFileExec(PSSMHANDLE pSSM, void *pvUser, uint32_t uVersion, uint32_t uPass)
1659 Console *that = static_cast<Console *>(pvUser);
1670 * @param pvUser pointer to Console
5908 static int onlineMergeMediumProgress(void *pvUser, unsigned uPercentage)
5911 IProgress *pProgress = static_cast<IProgress *>(pvUser);
8146 DECLCALLBACK(void) Console::i_vmstateChangeCallback(PUVM pUVM, VMSTATE enmState, VMSTATE enmOldState, void *pvUser)
8151 Console *that = static_cast<Console *>(pvUser);
9081 * @param pvUser Pointer to an IProgress instance.
9085 DECLCALLBACK(int) Console::i_stateProgressCallback(PUVM pUVM, unsigned uPercent, void *pvUser)
9087 IProgress *pProgress = static_cast<IProgress *>(pvUser);
9104 Console::i_genericVMSetErrorCallback(PUVM pUVM, void *pvUser, int rc, RT_SRC_POS_DECL,
9107 Utf8Str *pErrorText = (Utf8Str *)pvUser;
9132 * @param pvUser The user argument, pointer to the Console instance.
9140 Console::i_setVMRuntimeErrorCallback(PUVM pUVM, void *pvUser, uint32_t fFlags,
9147 Console *that = static_cast<Console *>(pvUser);
9389 static void faultToleranceProgressCancelCallback(void *pvUser)
9391 PUVM pUVM = (PUVM)pvUser;
9402 * @param pvUser Pointer to a VMPowerUpTask structure.
9408 DECLCALLBACK(int) Console::i_powerUpThread(RTTHREAD Thread, void *pvUser)
9412 std::auto_ptr<VMPowerUpTask> task(static_cast<VMPowerUpTask *>(pvUser));
9935 * @param pvUser Pointer to the VMTask structure.
9941 DECLCALLBACK(int) Console::i_powerDownThread(RTTHREAD Thread, void *pvUser)
9945 std::auto_ptr<VMPowerDownTask> task(static_cast<VMPowerDownTask *>(pvUser));