Searched refs:offMessage (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DVMInternal.h87 uint32_t offMessage; member in struct:VMERROR
124 uint32_t offMessage; member in struct:VMRUNTIMEERROR
/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp158 pErr->offMessage = pErr->off;
345 pErr->offMessage = pErr->off;
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp3786 if (pErr->offMessage)
3787 pszMessage = (const char *)pErr + pErr->offMessage;
4181 if (pErr->offMessage)
4182 pszMessage = (const char *)pErr + pErr->offMessage;

Completed in 337 milliseconds