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

/vbox/src/VBox/VMM/VMMAll/
H A DVMAll.cpp91 vmSetErrorCopy(pVM, rc, RT_SRC_POS_ARGS, pszFormat, args);
112 void vmSetErrorCopy(PVM pVM, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list args) function
/vbox/src/VBox/VMM/include/
H A DVMInternal.h455 void vmSetErrorCopy(PVM pVM, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list args);
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp3879 vmSetErrorCopy(pUVM->pVM, rc, RT_SRC_POS_ARGS, pszFormat, *pArgs);

Completed in 783 milliseconds