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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp433 * @param rcOperation The status code to report.
438 static int txsReplyRC(PCTXSPKTHDR pPktHdr, int rcOperation, const char *pszOperationFmt, ...) argument
440 if (RT_SUCCESS(rcOperation))
450 szOperation, rcOperation, pPktHdr->achOpcode);
1475 * @returns rcOperation and pTxsExec->rcReplySend.
1477 * @param rcOperation The status code to report.
1482 static int txsExecReplyRC(PTXSEXEC pTxsExec, int rcOperation, const char *pszOperationFmt, ...) argument
1484 AssertStmt(RT_FAILURE_NP(rcOperation), rcOperation = VERR_IPE_UNEXPECTED_INFO_STATUS); local
1494 szOperation, rcOperation, pTxsExe
[all...]

Completed in 976 milliseconds