/vbox/src/VBox/Additions/x11/VBoxClient/ |
H A D | seamless.h | 105 * is available then @a pause or @a resume will be called as soon as it starts 109 int resume();
|
H A D | VBoxClient.h | 47 /** 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 D | seamless.cpp | 274 int SeamlessMain::resume() function in class:SeamlessMain 399 static int resume(struct VBCLSERVICE **ppInterface) function 403 return pSelf->mSeamless.resume(); 419 resume,
|
H A D | display.cpp | 390 static int resume(struct VBCLSERVICE **ppInterface) function 412 resume,
|
H A D | main.cpp | 153 * 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 D | ntioto.c | 107 PRBool resume = PR_FALSE; variable 186 if ( resume ) { 244 resume = PR_TRUE;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/ |
H A D | CpuBreakpoint.asm | 25 ; that code can resume normal execution after the breakpoint.
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPR3HardenedMainA-win.asm | 83 ; 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 D | bootsector2-triple-fault-1.asm | 141 ; @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 D | VMMR0JmpA-x86.asm | 44 ; 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 D | VMMR0JmpA-amd64.asm | 41 ; 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 D | MacErrorHandling.h | 66 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 D | tstMicroRCA.asm | 96 ; @param %1 The resume label. 465 ; Advance the EIP and resume. 542 ; Restore the IDT and stack, and resume the testcase code.
|
H A D | tstX86-1A.asm | 245 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 D | SUPDrv-linux.c | 241 .resume = VBoxDrvResume, /* after wakeup from deep sleep */ 252 .resume = VBoxDrvResume,
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | TRPMRCHandlersA.asm | 394 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 D | ConsoleImpl.h | 318 HRESULT resume();
|
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | vboxwrappers.py | 2267 self.o.console.resume();
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | msxml2.idl | 2087 HRESULT resume();
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | msxml2.idl | 2597 HRESULT resume();
|
H A D | msxml6.idl | 2461 HRESULT resume();
|
/vbox/src/VBox/Frontends/VBoxShell/ |
H A D | vboxshell.py | 717 'resume': lambda: console.resume(), 1293 cmdExistingVm(ctx, mach, 'resume', '') 3261 'resume':['Resume virtual machine', resumeCmd, 0],
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 2500 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 D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |