Searched refs:VMERROR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DVMInternal.h72 typedef struct VMERROR struct
90 } VMERROR, *PVMERROR; typedef in typeref:struct:VMERROR
/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp89 * We're already on the EMT thread and can safely create a VMERROR chunk.
99 * Copies the error to a VMERROR structure.
103 * APIs for retrieving the VMERROR copy later.
127 size_t cb = sizeof(VMERROR)
141 pErr->off = sizeof(VMERROR);

Completed in 102 milliseconds