Searched refs:uError (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvNamedPipe.cpp116 DWORD uError = GetLastError(); local
118 if ( uError == ERROR_PIPE_LISTENING
119 || uError == ERROR_PIPE_NOT_CONNECTED)
129 if (uError == ERROR_IO_PENDING)
131 uError = 0;
135 uError = GetLastError();
138 rc = RTErrConvertFromWin32(uError);
139 Log(("drvNamedPipeRead: ReadFile returned %d (%Rrc)\n", uError, rc));
212 DWORD uError = GetLastError(); local
214 if ( uError
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMBth.h29 PGM_BTH_DECL(int, VerifyAccessSyncPage)(PVMCPU pVCpu, RTGCPTR Addr, unsigned fPage, unsigned uError);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2955 DECLR3CALLBACKMEMBER(int, pfnR3BthVerifyAccessSyncPage,(PVMCPU pVCpu, RTGCPTR GCPtrPage, unsigned fFlags, unsigned uError));
2966 DECLRCCALLBACKMEMBER(int, pfnRCBthVerifyAccessSyncPage,(PVMCPU pVCpu, RTGCPTR GCPtrPage, unsigned fFlags, unsigned uError));
2977 DECLR0CALLBACKMEMBER(int, pfnR0BthVerifyAccessSyncPage,(PVMCPU pVCpu, RTGCPTR GCPtrPage, unsigned fFlags, unsigned uError));
3901 DECLR3CALLBACKMEMBER(int, pfnR3BthVerifyAccessSyncPage,(PVMCPU pVCpu, RTGCPTR GCPtrPage, unsigned fFlags, unsigned uError));
3910 DECLR0CALLBACKMEMBER(int, pfnR0BthVerifyAccessSyncPage,(PVMCPU pVCpu, RTGCPTR GCPtrPage, unsigned fFlags, unsigned uError));
3919 DECLRCCALLBACKMEMBER(int, pfnRCBthVerifyAccessSyncPage,(PVMCPU pVCpu, RTGCPTR GCPtrPage, unsigned fFlags, unsigned uError));
/vbox/include/iprt/nt/
H A Dnt.h2455 NTSYSAPI VOID NTAPI RtlSetLastWin32Error(ULONG uError);
2457 NTSYSAPI VOID NTAPI RtlRestoreLastWin32Error(ULONG uError);
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp9422 #define HMVMX_ERROR_BREAK(err) { uError = (err); break; }
9424 uError = (err); \
9429 uint32_t uError = VMX_IGS_ERROR; local
10017 if (uError == VMX_IGS_ERROR)
10018 uError = VMX_IGS_REASON_NOT_FOUND;
10021 pVCpu->hm.s.u32HMError = uError;
10022 return uError;

Completed in 243 milliseconds