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

/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp142 pErr->offFile = pErr->offFunction = 0;
153 pErr->offFunction = pErr->off;
/vbox/src/VBox/VMM/include/
H A DVMInternal.h85 uint32_t offFunction; member in struct:VMERROR
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp3784 if (pErr->offFunction)
3785 pszFunction = (const char *)pErr + pErr->offFunction;

Completed in 81 milliseconds