Searched refs:VMR3GetVM (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMREQ.cpp301 VMSetRuntimeError(VMR3GetVM(pUVM), 0 /*fFlags*/, "enum", "some %s string", "error");
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp438 VMMR3DECL(PVM) VMR3GetVM(PUVM pUVM) function
/vbox/include/VBox/vmm/
H A Dvmapi.h424 VMMR3DECL(PVM) VMR3GetVM(PUVM pUVM);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4796 VMSetError(VMR3GetVM(mpUVM), VERR_CFGM_NO_NODE, RT_SRC_POS,
4828 return VMSetError(VMR3GetVM(mpUVM), VERR_HOSTIF_INIT_FAILED, RT_SRC_POS, N_(
4836 return VMSetError(VMR3GetVM(mpUVM), VERR_HOSTIF_INIT_FAILED, RT_SRC_POS, N_(
4879 // return VMSetError(VMR3GetVM(mpUVM), VERR_INTERNAL_ERROR, RT_SRC_POS,
4915 return VMSetError(VMR3GetVM(mpUVM), VERR_INTERNAL_ERROR, RT_SRC_POS,
4930 return VMSetError(VMR3GetVM(mpUVM), VERR_INTERNAL_ERROR, RT_SRC_POS,
5030 return VMSetError(VMR3GetVM(mpUVM), VERR_HOSTIF_INIT_FAILED, RT_SRC_POS, N_(
5039 return VMSetError(VMR3GetVM(mpUVM), VERR_HOSTIF_INIT_FAILED, RT_SRC_POS, N_(
5290 return VMSetError(VMR3GetVM(mpUVM), VERR_INTERNAL_ERROR, RT_SRC_POS,
5315 return VMSetError(VMR3GetVM(mpUV
[all...]
H A DConsoleImpl.cpp6284 vrc = mptrExtPackManager->i_callAllVmPowerOnHooks(this, VMR3GetVM(ptrVM.rawUVM()));
7589 mptrExtPackManager->i_callAllVmPowerOffHooks(this, VMR3GetVM(pUVM));
/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp164 #include <VBox/vmm/vmapi.h> /* VMR3GetVM() */
1007 pVM = VMR3GetVM(pUVM);
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp2903 * @sa VMR3GetVM, VMR3RetainUVM
2922 VMMR3DECL(PVM) VMR3GetVM(PUVM pUVM) function

Completed in 100 milliseconds