Searched refs:PRTSTREAM (Results 1 - 25 of 41) sorted by relevance

12

/vbox/include/iprt/
H A Dstream.h41 typedef struct RTSTREAM *PRTSTREAM; typedef in typeref:struct:RTSTREAM
44 extern RTDATADECL(PRTSTREAM) g_pStdIn;
47 extern RTDATADECL(PRTSTREAM) g_pStdErr;
50 extern RTDATADECL(PRTSTREAM) g_pStdOut;
62 RTR3DECL(int) RTStrmOpen(const char *pszFilename, const char *pszMode, PRTSTREAM *ppStream);
74 RTR3DECL(int) RTStrmOpenFV(const char *pszMode, PRTSTREAM *ppStream, const char *pszFilenameFmt, va_list args);
86 RTR3DECL(int) RTStrmOpenF(const char *pszMode, PRTSTREAM *ppStream, const char *pszFilenameFmt, ...);
94 RTR3DECL(int) RTStrmClose(PRTSTREAM pStream);
102 RTR3DECL(int) RTStrmError(PRTSTREAM pStream);
113 RTR3DECL(int) RTStrmClearError(PRTSTREAM pStrea
[all...]
/vbox/src/bldprogs/
H A Dscmdiff.h48 PRTSTREAM pDiff;
56 size_t cchTab, PRTSTREAM pDiff);
H A Dscmdiff.cpp375 size_t cchTab, PRTSTREAM pDiff)
/vbox/src/VBox/Devices/Network/
H A DPcap.h26 int PcapStreamHdr(PRTSTREAM pStream, uint64_t StartNanoTS);
27 int PcapStreamFrame(PRTSTREAM pStream, uint64_t StartNanoTS, const void *pvFrame, size_t cbFrame, size_t cbMax);
28 int PcapStreamGsoFrame(PRTSTREAM pStream, uint64_t StartNanoTS, PCPDMNETWORKGSO pGso,
H A DPcap.cpp106 int PcapStreamHdr(PRTSTREAM pStream, uint64_t StartNanoTS)
125 int PcapStreamFrame(PRTSTREAM pStream, uint64_t StartNanoTS, const void *pvFrame, size_t cbFrame, size_t cbMax)
148 int PcapStreamGsoFrame(PRTSTREAM pStream, uint64_t StartNanoTS, PCPDMNETWORKGSO pGso,
/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp146 RTDATADECL(PRTSTREAM) g_pStdIn = &g_StdIn;
149 RTDATADECL(PRTSTREAM) g_pStdErr = &g_StdErr;
152 RTDATADECL(PRTSTREAM) g_pStdOut = &g_StdOut;
162 static int rtStrmAllocLock(PRTSTREAM pStream)
202 DECLINLINE(void) rtStrmLock(PRTSTREAM pStream)
220 DECLINLINE(void) rtStrmUnlock(PRTSTREAM pStream)
240 RTR3DECL(int) RTStrmOpen(const char *pszFilename, const char *pszMode, PRTSTREAM *ppStream)
311 PRTSTREAM pStream = (PRTSTREAM)RTMemAlloc(sizeof(*pStream));
345 RTR3DECL(int) RTStrmOpenFV(const char *pszMode, PRTSTREAM *ppStrea
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.h172 void printUsage(USAGECATEGORY fCategory, uint32_t fSubCategory, PRTSTREAM pStrm);
179 void printUsageInternal(USAGECATEGORY fCategory, PRTSTREAM pStrm);
186 void showLogo(PRTSTREAM pStrm);
211 extern void usageGuestProperty(PRTSTREAM pStrm, const char *pcszSep1, const char *pcszSep2);
214 extern void usageGuestControl(PRTSTREAM pStrm, const char *pcszSep1, const char *pcszSep2, uint32_t fSubCategory);
H A DVBoxManageHelp.cpp34 void showLogo(PRTSTREAM pStrm)
49 void printUsage(USAGECATEGORY fCategory, uint32_t fSubCategory, PRTSTREAM pStrm)
H A DVBoxManage.cpp257 PRTSTREAM pStrm;
H A DVBoxManageGuestProp.cpp53 void usageGuestProperty(PRTSTREAM pStrm, const char *pcszSep1, const char *pcszSep2)
/vbox/src/VBox/Runtime/r3/linux/
H A DRTProcIsRunningByName-linux.cpp88 PRTSTREAM pStream;
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceInternal.h84 DECLR3CALLBACKMEMBER(void, pfnUsage,(PRTSTREAM pStream));
H A DTestExecServiceTcp.cpp774 DECLCALLBACK(void) txsTcpUsage(PRTSTREAM pStream)
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp66 static void tstIntNetError(PRTSTREAM pErrStrm, const char *pszFormat, ...)
89 static void tstIntNetTestFrame(void const *pvFrame, size_t cbFrame, PRTSTREAM pErrStrm, bool fGso)
177 static void doXmitFrame(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, void *pvFrame, size_t cbFrame, PRTSTREAM pFileRaw, PRTSTREAM pFileText)
239 static void doXmitTest(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, PCRTMAC pSrcMac, PRTSTREAM pFileRaw, PRTSTREAM pFileText)
364 static void doPingTest(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, PCRTMAC pSrcMac, PRTSTREAM pFileRaw, PRTSTREAM pFileText)
429 PRTSTREAM pFileRaw, PRTSTREAM pFileTex
[all...]
/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp77 PRTSTREAM hStrm;
115 static PRTSTREAM g_hStrmOutput = NULL;
210 PRTSTREAM hStrm;
1185 PRTSTREAM hStrm;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTHttp.cpp42 static int extractPCA3G5(RTHTTP hHttp, PRTSTREAM CAFile, uint8_t *pu8Buf, size_t cbBuf)
106 static int extractPCA3(RTHTTP hHttp, PRTSTREAM CAFile, uint8_t *pu8Buf, size_t cbBuf)
215 PRTSTREAM CAFile = NULL;
H A DtstRTDigest.cpp82 static char *MyGetNextSignificantLine(PRTSTREAM pFile, char *pszBuf, size_t cbBuf, uint32_t *piLine, int *prc)
453 PRTSTREAM pFile;
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp66 static RTEXITCODE HelpHelp(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel);
75 static RTEXITCODE HelpExtractExeSignerCert(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel)
245 static RTEXITCODE HelpVerifyExe(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel)
611 static RTEXITCODE HelpMakeTaInfo(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel)
630 return RTStrmWrite((PRTSTREAM)pvUser, pvBuf, cbToWrite);
780 PRTSTREAM pStrm;
821 static RTEXITCODE HelpVersion(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel)
855 RTEXITCODE (*pfnHelp)(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel);
877 static RTEXITCODE HelpHelp(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel)
/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp55 static int vmmR3ReportMsrRange(PVM pVM, uint32_t uMsr, uint64_t cMsrs, PRTSTREAM pReportStrm, uint32_t *pcMsrsFound)
140 static int vmmR3DoMsrQuickReport(PVM pVM, PRTSTREAM pReportStrm, bool fWithCpuId)
767 PRTSTREAM pOutStrm = ((PRTSTREAM *)pHlp)[-1];
798 PRTSTREAM pOutStrm;
805 PRTSTREAM pOutStrm;
838 PRTSTREAM pOutStrm;
/vbox/src/VBox/Runtime/common/misc/
H A Dmessage.cpp64 static int rtMsgWorker(PRTSTREAM pDst, const char *pszPrefix, const char *pszFormat, va_list va)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodnm.cpp202 static int rtDbgModNmScanFile(PRTDBGMODNM pThis, PRTSTREAM pStrm, bool fAddSymbols)
494 PRTSTREAM pStrm;
/vbox/src/VBox/ValidationKit/utils/usb/
H A DUsbTest.cpp158 static void usbTestUsage(PRTSTREAM pStrm)
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp525 PRTSTREAM pStrmStatus;
526 PRTSTREAM pStrmType;
743 PRTSTREAM pStrmInfo;
/vbox/src/VBox/Devices/Network/slirp/
H A Dresolv_conf_parser.c68 PRTSTREAM rcpp_stream;
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartCfg.cpp97 PRTSTREAM hStrmConfig;

Completed in 342 milliseconds

12