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

/vbox/include/iprt/
H A Dpipe.h79 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags);
81 /** @name RTPipeFromNative flags.
H A Dmangling.h1091 # define RTPipeFromNative RT_MANGLER(RTPipeFromNative) macro
/vbox/src/VBox/Runtime/r3/posix/
H A DRTHandleGetStandard-posix.cpp114 rc = RTPipeFromNative(&h.u.hPipe, fd,
H A Dpipe-posix.cpp243 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags) function
/vbox/src/VBox/Runtime/r3/win/
H A DRTHandleGetStandard-win.cpp108 rc = RTPipeFromNative(&h.u.hPipe, (RTHCUINTPTR)hNative,
H A Dpipe-win.cpp433 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags) function
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPipe.cpp63 rc = RTPipeFromNative(&hPipe, (RTHCINTPTR)iNative, RTPIPE_N_READ);
65 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPipeFromNative(,%s,READ) -> %Rrc\n", pszPipe, rc);
140 rc = RTPipeFromNative(&hPipe, (RTHCINTPTR)iNative, RTPIPE_N_WRITE);
142 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPipeFromNative(,%s,WRITE) -> %Rrc\n", pszPipe, rc);
/vbox/src/VBox/Runtime/r3/os2/
H A Dpipe-os2.cpp263 RTDECL(int) RTPipeFromNative(PRTPIPE phPipe, RTHCINTPTR hNativePipe, uint32_t fFlags) function
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp339 rc = RTPipeFromNative(&pTest->hXmlPipe, iNativeTestPipe, RTPIPE_N_WRITE);
344 RTStrmPrintf(g_pStdErr, "%s: test pipe error: RTPipeFromNative(,%p,WRITE) -> %Rrc\n",

Completed in 107 milliseconds