Searched refs:pipe (Results 1 - 25 of 57) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPBlackBox.h63 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 Dpipe.h30 #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 Dsvchlp.cpp35 * 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 Dhandle.cpp37 #include <iprt/pipe.h>
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsigpipe.c88 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 Dgctrl.cpp37 #include <iprt/pipe.h>
/vbox/src/VBox/Runtime/r3/posix/
H A DRTHandleGetStandard-posix.cpp46 #include <iprt/pipe.h>
97 #if 0 /** @todo re-enable this when the VFS pipe has been coded up. */
H A Dprocess-posix.cpp49 #include <iprt/pipe.h>
H A Dpipe-posix.cpp31 #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 Dprocess-creation-posix.cpp82 #include <iprt/pipe.h>
/vbox/src/VBox/Runtime/r3/win/
H A DRTHandleGetStandard-win.cpp35 #include <iprt/pipe.h>
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp103 // 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 Djaxws-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 Dunistd.h149 int pipe(int *);
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Di915_drm.h115 * 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 DUSBProxyServiceLinux.cpp41 #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 Duxwrap.c78 if (!pipe(fds)) {
/vbox/src/apps/adpctl/
H A DVBoxNetAdpCtl.cpp149 rc = pipe(fds);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTProcCreateEx.cpp40 #include <iprt/pipe.h>
H A DtstRTPipe.cpp31 #include <iprt/pipe.h>
93 RTTestISub("Inherit non-standard pipe handle, read end");
156 RTTestISub("Inherit non-standard pipe handle, write end");
H A DtstRTPoll.cpp36 #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 DDrvVDE.cpp36 #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 DUSBProxyDevice-solaris.cpp40 #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 Dprfile.c593 ** Import an existing OS pipe to NSPR
782 if (pipe(pipefd) == -1) {
784 /* XXX map pipe error */
/vbox/src/recompiler/tests/
H A Dlinux-test.c368 chk_error(pipe(fds));

Completed in 202 milliseconds

123