/third_party/backends/backend/ |
H A D | plustek_pp.c | 1999 * everything prepared, so start the child process and a pipe to communicate in sane_start() 2000 * pipe --> fds[0]=read-fd, fds[1]=write-fd in sane_start() 2002 if( pipe(fds) < 0 ) { in sane_start() 2003 DBG( _DBG_ERROR, "ERROR: could not create pipe\n" ); in sane_start() 2132 /** set the pipe to blocking/non blocking mode
|
H A D | u12.c | 1714 * everything prepared, so start the child process and a pipe to communicate in sane_start() 1715 * pipe --> fds[0]=read-fd, fds[1]=write-fd in sane_start() 1717 if( pipe(fds) < 0 ) { in sane_start() 1718 DBG( _DBG_ERROR, "ERROR: could not create pipe\n" ); in sane_start() 1821 /** set the pipe to blocking/non blocking mode
|
H A D | snapscan.c | 1197 "%s: error writing scan data on parent pipe.\n", in reader() 1199 perror ("pipe error: "); in reader() 1236 /* child process - close read side, make stdout the write side of the pipe */ in reader_process() 1290 if (pipe (pss->rpipe) != -1) in start_reader() 2608 * Now have the child reader process and pipe stuff working, and
|
/third_party/backends/backend/pixma/ |
H A D | pixma.c | 52 #include <unistd.h> /* POSIX: write read close pipe */ 1267 if (pipe (fds) == -1) in start_reader_task() 1269 PDBG (pixma_dbg (1, "ERROR:start_reader_task():pipe() failed %s\n", in start_reader_task() 1625 PDBG (pixma_dbg (3, "read_image():reader task closed the pipe:%" in read_image()
|
/third_party/libuv/include/ |
H A D | uv.h | 136 XX(EPIPE, "broken pipe") \ 168 XX(NAMED_PIPE, pipe) \ 833 * Representing a pipe stream or pipe server. On Windows this is a Named 839 int ipc; /* non-zero if this pipe is used for passing handles */
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 133 XX(EPIPE, "broken pipe") \ 163 XX(NAMED_PIPE, pipe) \ 772 * Representing a pipe stream or pipe server. On Windows this is a Named 778 int ipc; /* non-zero if this pipe is used for passing handles */
|
/third_party/mesa3d/include/CL/ |
H A D | cl.h | 1171 clGetPipeInfo(cl_mem pipe,
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_context.c | 25 #include "pipe/p_shader_tokens.h" 28 #include "pipe/p_context.h" 29 #include "pipe/p_defines.h" 30 #include "pipe/p_screen.h" 31 #include "pipe/p_state.h" 1212 virgl_flush_resource(struct pipe_context *pipe, in virgl_flush_resource() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | mtypes.h | 61 #include "pipe/p_state.h" 3624 struct pipe_context *pipe; member
|
/third_party/mksh/ |
H A D | main.c | 1595 if (pipe(lpv) < 0) in openpipe() 1596 errorf("can't create pipe:%s - try again", cstrerror(errno)); in openpipe() 1681 * read pipe, so reads will actually terminate. 1728 /* This to allow co-processes to share output pipe */ in coproc_cleanup()
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 133 XX(EPIPE, "broken pipe") \ 163 XX(NAMED_PIPE, pipe) \ 785 * Representing a pipe stream or pipe server. On Windows this is a Named 791 int ipc; /* non-zero if this pipe is used for passing handles */
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1626 pub fn pipe(fds: *mut ::c_int) -> ::c_int; in pipe() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 910 pub fn pipe(fds: *mut ::c_int) -> ::c_int; in pipe() functions
|
/third_party/opencl-headers/CL/ |
H A D | cl.h | 1180 clGetPipeInfo(cl_mem pipe,
|
/third_party/python/Lib/test/ |
H A D | test_random.py | 1324 r, w = os.pipe()
|
H A D | test_embed.py | 1793 rfd, wfd = os.pipe()
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 817 if (pipe((int *)&sigfd) < 0) { in setup_signal() 818 dbg("signal pipe failed\n"); in setup_signal()
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 1212 if (pipe(filedes) < 0) { in select_have_broken_poll()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl.h | 1173 clGetPipeInfo(cl_mem pipe,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | file.c | 4503 struct pipe_inode_info *pipe, in f2fs_file_splice_read() 4516 ret = filemap_splice_read(in, ppos, pipe, len, flags); in f2fs_file_splice_read() 4502 f2fs_file_splice_read(struct file *in, loff_t *ppos, struct pipe_inode_info *pipe, size_t len, unsigned int flags) f2fs_file_splice_read() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 3685 VkPipeline pipe) in dzn_CmdBindPipeline() 3688 VK_FROM_HANDLE(dzn_pipeline, pipeline, pipe); in dzn_CmdBindPipeline() 3683 dzn_CmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipe) dzn_CmdBindPipeline() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | inode.c | 1381 if (rc && tcon->pipe) {
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 804 xfer_bulk = usb_pipebulk(urb->pipe); in em28xx_urb_data_copy()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 3075 extern ssize_t generic_splice_sendpage(struct pipe_inode_info *pipe,
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 794 xfer_bulk = usb_pipebulk(urb->pipe); in em28xx_urb_data_copy()
|