| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
| H A D | PBlackBox.h | 63 ANTLRTokenBuffer *pipe; member in class:ParserBlackBox 73 , pipe(0) 88 pipe = new ANTLRTokenBuffer(scan); 91 _parser = new Parser(pipe); 99 , pipe(0) 114 pipe = new ANTLRTokenBuffer(scan); 117 _parser = new Parser(pipe); 124 delete in; delete scan; delete pipe; delete _parser; delete tok;
|
| /vbox/src/VBox/Runtime/include/internal/ |
| H A D | pipe.h | 30 #include <iprt/pipe.h> 39 * @param hPipe The pipe handle. 46 * Internal RTPoll helper that polls the pipe handle and, if @a fNoWait is 52 * UINT32_MAX (asserted) if the pipe handle is busy in I/O or a 55 * @param hPipe The pipe handle. 72 * @param hPipe The pipe handle.
|
| /vbox/src/VBox/Main/src-server/win/ |
| H A D | svchlp.cpp | 35 * function (i.e. Write() to a non-connected server end of a pipe) returns 67 Bstr pipeName = Utf8StrFmt("\\\\.\\pipe\\%s", aName); 69 HANDLE pipe = CreateNamedPipe(pipeName.raw(), local 77 if (pipe == INVALID_HANDLE_VALUE) 82 mReadEnd = pipe; 83 mWriteEnd = pipe; 96 Bstr pipeName = Utf8StrFmt("\\\\.\\pipe\\%s", aName); 98 HANDLE pipe = CreateFile(pipeName.raw(), local 106 if (pipe == INVALID_HANDLE_VALUE) 111 mReadEnd = pipe; [all...] |
| /vbox/src/VBox/Runtime/common/misc/ |
| H A D | handle.cpp | 37 #include <iprt/pipe.h>
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
| H A D | sigpipe.c | 88 if (pipe(pipefd) == -1) { 90 fprintf(stderr, "cannot create pipe: %d\n", errno); 97 fprintf(stderr, "write to broken pipe should have failed with EPIPE but returned %d\n", rv); 101 fprintf(stderr, "write to broken pipe failed but with wrong errno: %d\n", errno); 105 printf("write to broken pipe failed with EPIPE, as expected\n");
|
| /vbox/src/VBox/HostServices/GuestControl/ |
| H A D | gctrl.cpp | 37 #include <iprt/pipe.h>
|
| /vbox/src/VBox/Runtime/r3/posix/ |
| H A D | RTHandleGetStandard-posix.cpp | 46 #include <iprt/pipe.h> 97 #if 0 /** @todo re-enable this when the VFS pipe has been coded up. */
|
| H A D | process-posix.cpp | 49 #include <iprt/pipe.h>
|
| H A D | pipe-posix.cpp | 31 #include <iprt/pipe.h> 58 #include "internal/pipe.h" 75 * - Bit 30 - The pipe mode, set indicates blocking. 96 * Wrapper for calling pipe2() or pipe(). 101 * @returns See pipe(). 102 * @param paFds See pipe(). 104 * pipe(), 1 if pipe2(), 0 if not yet decided. 122 return pipe(paFds); 133 * Create the pipe and clear/set the close-on-exec flag as required. 250 * Get and validate the pipe handl [all...] |
| H A D | process-creation-posix.cpp | 82 #include <iprt/pipe.h>
|
| /vbox/src/VBox/Runtime/r3/win/ |
| H A D | RTHandleGetStandard-win.cpp | 35 #include <iprt/pipe.h>
|
| /vbox/src/libs/xpcom18a4/xpcom/io/ |
| H A D | nsPipe3.cpp | 103 // the input end of a pipe (allocated as a member of the pipe). 109 // since this class will be allocated as a member of the pipe, we do not 111 // of the entire pipe. this macro is just convenience since it does not 121 nsPipeInputStream(nsPipe *pipe) argument 122 : mPipe(pipe) 137 // synchronously wait for the pipe to become readable. 140 // these functions return true to indicate that the pipe's monitor should 153 // these variables can only be accessed while inside the pipe's monitor 162 // the output end of a pipe (allocate 178 nsPipeOutputStream(nsPipe *pipe) argument 1256 nsPipe *pipe = new nsPipe(); local [all...] |
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxws-rt.jar | ... xml/ws/api/model/wsdl/ com/sun/xml/ws/api/pipe/ com/sun/xml/ws/api/pipe/helper/ com/sun/xml ... |
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
| H A D | unistd.h | 149 int pipe(int *);
|
| /vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
| H A D | i915_drm.h | 115 * to planeA_*. They mean pipe, really. 355 int pipe; member in struct:drm_i915_vblank_pipe 726 /** pipe of requested CRTC **/ 727 uint32_t pipe; member in struct:drm_i915_get_pipe_from_crtc_id
|
| /vbox/src/VBox/Main/src-server/linux/ |
| H A D | USBProxyServiceLinux.cpp | 41 #include <iprt/pipe.h> 309 /** String written to the wakeup pipe. */ 336 /* drain the pipe */
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
| H A D | uxwrap.c | 78 if (!pipe(fds)) {
|
| /vbox/src/apps/adpctl/ |
| H A D | VBoxNetAdpCtl.cpp | 149 rc = pipe(fds);
|
| /vbox/src/VBox/Runtime/testcase/ |
| H A D | tstRTProcCreateEx.cpp | 40 #include <iprt/pipe.h>
|
| H A D | tstRTPipe.cpp | 31 #include <iprt/pipe.h> 93 RTTestISub("Inherit non-standard pipe handle, read end"); 156 RTTestISub("Inherit non-standard pipe handle, write end");
|
| H A D | tstRTPoll.cpp | 36 #include <iprt/pipe.h> 145 /* add the read pipe */ 158 /* add the write pipe with error detection only, check that poll still times out. remove it again. */ 169 /* add the write pipe */ 236 /* Write to the pipe. Currently ASSUMING we'll get the read ready now... Good idea? */ 283 /* Remove the read pipe, do a quick poll check. */ 315 /* Remove it again and break the pipe by closing the read end. */
|
| /vbox/src/VBox/Devices/Network/ |
| H A D | DrvVDE.cpp | 36 #include <iprt/pipe.h> 69 /** The write end of the control pipe. */ 71 /** The read end of the control pipe. */ 402 /* drain the pipe */ 481 * Terminate the control pipe. 609 * Create the control pipe.
|
| /vbox/src/VBox/Devices/USB/solaris/ |
| H A D | USBProxyDevice-solaris.cpp | 40 #include <iprt/pipe.h> 314 * Create wakeup pipe. 643 * on Solaris. So we just abort pending URBs on the pipe. 653 /* Aborting the control pipe isn't supported, pretend success. */ 662 LogRel((USBPROXY ":usbProxySolarisUrbCancel failed to abort pipe. rc=%Rrc\n", rc)); 719 /* Got woken up, drain pipe. */
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
| H A D | prfile.c | 593 ** Import an existing OS pipe to NSPR 782 if (pipe(pipefd) == -1) { 784 /* XXX map pipe error */
|
| /vbox/src/recompiler/tests/ |
| H A D | linux-test.c | 368 chk_error(pipe(fds));
|