Searched refs:resume (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless.h105 * is available then @a pause or @a resume will be called as soon as it starts
109 int resume();
H A DVBoxClient.h47 /** Special initialisation, if needed. @a pause and @a resume are
57 int (*resume)(struct VBCLSERVICE **ppInterface); member in struct:VBCLSERVICE
59 * to @a pause and @a resume are guaranteed to finish before this is called.
H A Dseamless.cpp274 int SeamlessMain::resume() function in class:SeamlessMain
399 static int resume(struct VBCLSERVICE **ppInterface) function
403 return pSelf->mSeamless.resume();
419 resume,
H A Ddisplay.cpp390 static int resume(struct VBCLSERVICE **ppInterface) function
412 resume,
H A Dmain.cpp153 * call the service @a pause() or @a resume() call-back if appropriate.
190 rc = (*g_pService)->resume(g_pService);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dntioto.c107 PRBool resume = PR_FALSE; variable
186 if ( resume ) {
244 resume = PR_TRUE;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DCpuBreakpoint.asm25 ; that code can resume normal execution after the breakpoint.
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainA-win.asm83 ; resume address in xAX, which we put in the "return" stack position.
102 ; the resume address. Then use the 'ret' instruction to resume process
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-triple-fault-1.asm141 ; @param ax Where to resume exeuction.
225 ; @returns ax = 0 on setup call, ax = 1 on resume return.
235 mov ax, .resume
279 .resume:
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm44 ; This differs from the normal setjmp in that it will resume VMMRZCallRing3 if we're
66 lea ecx, [esp + 4] ; (used in resume)
76 jnz .resume
195 ; Aborting resume.
208 .resume:
H A DVMMR0JmpA-amd64.asm41 ; This differs from the normal setjmp in that it will resume VMMRZCallRing3 if we're
82 lea r10, [rbp + 10h] ; (used in resume)
104 jnz .resume
183 ; Aborting resume.
204 .resume:
207 ;; @todo amd64/switch/resume sanity.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A DMacErrorHandling.h66 resume
120 the resume macro. If you do not use the resume macro and you wish
649 resume(exception)
652 resume will resume execution after the n/require/_action statement
654 order to use resume. If an action form of require was used then the
660 #define resume(exception) \ macro
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRCA.asm96 ; @param %1 The resume label.
465 ; Advance the EIP and resume.
542 ; Restore the IDT and stack, and resume the testcase code.
H A DtstX86-1A.asm245 at TRAPINFO.uResumePC, RTCCPTR_DEF %%resume
250 %%resume:
261 lea xAX, [REF(%%resume)]
269 %%resume:
294 at TRAPINFO.uResumePC, RTCCPTR_DEF %%resume
299 %%resume:
314 %%resume:
370 %%resume:
2626 at TRAPINFO.uResumePC, RTCCPTR_DEF %%resume
2631 %%resume
[all...]
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c241 .resume = VBoxDrvResume, /* after wakeup from deep sleep */
252 .resume = VBoxDrvResume,
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm394 mov esi, IMP(g_TRPMCPU) ; esi = TRPMCPU until resume!
599 cmp eax, byte VINF_SUCCESS ; If completely handled Then resume execution.
613 cmp eax, byte VINF_SUCCESS ; If completely handled Then resume execution.
884 mov esi, IMP(g_TRPMCPU) ; esi = TRPMCPU until resume!
1165 ; @remark It is *not* safe to resume the VMM after a double fault. (At least not
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h318 HRESULT resume();
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py2267 self.o.console.resume();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsxml2.idl2087 HRESULT resume();
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsxml2.idl2597 HRESULT resume();
H A Dmsxml6.idl2461 HRESULT resume();
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py717 'resume': lambda: console.resume(),
1293 cmdExistingVm(ctx, mach, 'resume', '')
3261 'resume':['Resume virtual machine', resumeCmd, 0],
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2500 HRESULT Console::resume() function in class:Console
2508 tr("Cannot resume the machine as it is not paused (machine state: %s)"),
3123 tr("Could not resume the machine execution (%Rrc)"),
3324 * @param pfSuspend where to store the information if we need to resume
6309 tr("Could not resume the machine execution (%Rrc)"),
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 3352 milliseconds