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

/vbox/include/VBox/vmm/
H A Dhm.h235 VMMR3_INT_DECL(void) HMR3CheckError(PVM pVM, int iStatusCode);
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp2921 * @param iStatusCode VBox status code.
2923 VMMR3_INT_DECL(void) HMR3CheckError(PVM pVM, int iStatusCode) argument
2928 switch (iStatusCode)
2999 if (iStatusCode == VERR_VMX_UNABLE_TO_START_VM)

Completed in 51 milliseconds