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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp434 * @param pszOperationFmt The operation that failed. Typically giving the
438 static int txsReplyRC(PCTXSPKTHDR pPktHdr, int rcOperation, const char *pszOperationFmt, ...) argument
445 va_start(va, pszOperationFmt);
446 RTStrPrintfV(szOperation, sizeof(szOperation), pszOperationFmt, va);
1478 * @param pszOperationFmt The operation that failed. Typically giving the
1482 static int txsExecReplyRC(PTXSEXEC pTxsExec, int rcOperation, const char *pszOperationFmt, ...) argument
1488 va_start(va, pszOperationFmt);
1489 RTStrPrintfV(szOperation, sizeof(szOperation), pszOperationFmt, va);

Completed in 880 milliseconds