Searched defs:vmR3ReqProcessOneU (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DVMReq.cpp43 static int vmR3ReqProcessOneU(PUVM pUVM, PVMREQ pReq);
943 rc = vmR3ReqProcessOneU(pUVM, pReq);
1170 int rc2 = vmR3ReqProcessOneU(pUVM, pReq);
1192 static int vmR3ReqProcessOneU(PUVM pUVM, PVMREQ pReq) function
1194 LogFlow(("vmR3ReqProcessOneU: pReq=%p type=%d fFlags=%#x\n", pReq, pReq->enmType, pReq->fFlags));
1329 LogFlow(("vmR3ReqProcessOneU: Completed request %p: rcReq=%Rrc rcRet=%Rrc - freeing it\n",
1336 LogFlow(("vmR3ReqProcessOneU: Completed request %p: rcReq=%Rrc rcRet=%Rrc - notifying waiting thread\n",

Completed in 46 milliseconds