Home
last modified time | relevance | path

Searched refs:pipe (Results 2876 - 2900 of 2938) sorted by relevance

1...<<111112113114115116117118

/third_party/backends/backend/
H A Dplustek_pp.c1999 * 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 Du12.c1714 * 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 Dsnapscan.c1197 "%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 Dpixma.c52 #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 Duv.h136 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 Duv.h133 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 Dcl.h1171 clGetPipeInfo(cl_mem pipe,
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c25 #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 Dmtypes.h61 #include "pipe/p_state.h"
3624 struct pipe_context *pipe; member
/third_party/mksh/
H A Dmain.c1595 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 Duv.h133 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 Dmod.rs1626 pub fn pipe(fds: *mut ::c_int) -> ::c_int; in pipe() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs910 pub fn pipe(fds: *mut ::c_int) -> ::c_int; in pipe() functions
/third_party/opencl-headers/CL/
H A Dcl.h1180 clGetPipeInfo(cl_mem pipe,
/third_party/python/Lib/test/
H A Dtest_random.py1324 r, w = os.pipe()
H A Dtest_embed.py1793 rfd, wfd = os.pipe()
/third_party/toybox/toys/pending/
H A Ddhcp.c817 if (pipe((int *)&sigfd) < 0) { in setup_signal()
818 dbg("signal pipe failed\n"); in setup_signal()
/third_party/python/Modules/
H A Dselectmodule.c1212 if (pipe(filedes) < 0) { in select_have_broken_poll()
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl.h1173 clGetPipeInfo(cl_mem pipe,
/kernel/linux/linux-6.6/fs/f2fs/
H A Dfile.c4503 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 Ddzn_cmd_buffer.c3685 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 Dinode.c1381 if (rc && tcon->pipe) {
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-video.c804 xfer_bulk = usb_pipebulk(urb->pipe); in em28xx_urb_data_copy()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h3075 extern ssize_t generic_splice_sendpage(struct pipe_inode_info *pipe,
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-video.c794 xfer_bulk = usb_pipebulk(urb->pipe); in em28xx_urb_data_copy()

Completed in 82 milliseconds

1...<<111112113114115116117118