Home
last modified time | relevance | path

Searched refs:pipe (Results 2176 - 2200 of 3063) sorted by relevance

1...<<81828384858687888990>>...123

/third_party/curl/src/
H A Dtool_main.c98 if(pipe(fd)) in main_checkfds()
/third_party/backends/backend/
H A Dmustek.h271 int reader_fds; /* OS/2: pipe write handler for reader */
272 int pipe; /* pipe to reader process */ member
275 SANE_Word total_lines; /* lines transmitted to sane_read pipe */
H A Dsp15c.h144 int pipe; member
/third_party/NuttX/drivers/pipes/
H A Dpipe.c2 * drivers/pipes/pipe.c
147 /* Release the pipe when there are no further open references to it. */ in pipe_close()
177 /* Release the pipe when there are no further open references to it. */ in pipe_unlink()
192 * pipe() creates a pair of file descriptors, pointing to a pipe vnode,
201 * fd[2] - The user provided array in which to catch the pipe file
242 int pipe(int fd[2]) in pipe() function
252 /* Get exclusive access to the pipe allocation data */ in pipe()
261 /* Allocate a minor number for the pipe device */ in pipe()
271 /* Create a pathname to the pipe devic in pipe()
[all...]
/third_party/libdrm/include/drm/
H A Dmsm_drm.h52 /* The pipe-id just uses the lower bits, so can be OR'd with flags in
54 * we extend/overload the pipe-id some day to deal with multiple rings,
79 __u32 pipe; /* in, MSM_PIPE_x */ member
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_bo.c69 msm_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in msm_bo_cpu_prep() argument
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.h32 #include "pipe/p_context.h"
33 #include "pipe/p_state.h"
34 #include "pipe/p_defines.h"
49 struct cso_context *cso_create_context(struct pipe_context *pipe,
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.h86 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h30 #include "pipe/p_format.h"
401 struct pipe_context *pipe; member
409 * Flush all drawing from context to the pipe also flushes the pipe.
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_priv.h37 #include "pipe/p_screen.h"
38 #include "pipe/p_context.h"
39 #include "pipe/p_state.h"
84 struct pipe_context *pipe; member
/third_party/node/test/parallel/
H A Dtest-http-max-http-headers.js176 client.pipe(process.stdout);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h32 #include "pipe/p_context.h"
205 st_texture_image_copy(struct pipe_context *pipe,
H A Dst_cb_texture.h54 struct pipe_context *pipe,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h77 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.h25 #include "pipe/p_defines.h"
204 nouveau_vp3_video_buffer_create(struct pipe_context *pipe,
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg02.c140 if (pipe(pipefd) < 0) { in reproduce()
141 tst_resm(TBROK | TERRNO, "pipe failed"); in reproduce()
161 /* this process can close the pipe now */ in reproduce()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D14-1.c186 SAFE_FUNC(pipe(stat_pipe)); in main_loop()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.c28 #include "pipe/p_state.h"
79 blend->ctx->pipe, ((A6XX_MAX_RENDER_TARGETS * 4) + 6) * 4); in __fd6_setup_blend_variant()
H A Dfd6_zsa.c28 #include "pipe/p_state.h"
204 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 9 * 4); in fd6_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_util.c28 #include <pipe/p_defines.h>
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpufreq.c94 query_cfi_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cfi_load() argument
/third_party/musl/libc-test/src/functional/
H A Dfscanf.c80 TEST(i, pipe(p), 0, "failed to open pipe %d!=%d (%s)"); in main()
81 TEST(i, !(f = fdopen(p[0], "rb")), 0, "failed to fdopen pipe %d!=%d (%s)"); in main()
/third_party/python/Lib/multiprocessing/
H A Dresource_tracker.py7 # pipe. Every other process of the program has a copy of the writable
8 # end of the pipe, so we get EOF when all other processes have exited.
113 r, w = os.pipe()
143 '''Check that the pipe has not been closed by sending a probe.'''
165 # posix guarantees that writes to a pipe of less than PIPE_BUF
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform_interface.h136 /* MHD_pipe_ create pipe (!MHD_DONT_USE_PIPES) /
139 #define MHD_pipe_(fdarr) pipe((fdarr))
149 * errno of last emulated pipe function (MHD_DONT_USE_PIPES) */
157 * description string of last pipe error (MHD_DONT_USE_PIPES) */
164 /* MHD_pipe_write_ write data to real pipe (!MHD_DONT_USE_PIPES) /
165 * write data to emulated pipe (MHD_DONT_USE_PIPES) */
172 /* MHD_pipe_read_ read data from real pipe (!MHD_DONT_USE_PIPES) /
173 * read data from emulated pipe (MHD_DONT_USE_PIPES) */
181 * close emulated pipe FDs (W32) */
188 /* MHD_INVALID_PIPE_ is a value of bad pipe F
[all...]
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc72 /// Pipe is a simple wrapper around a POSIX pipe() function
75 /// Constructs the pipe
78 if (pipe(pipes) == 0) { in Pipe()
90 /// @returns true if the pipe has an open read or write file
93 /// The reader end of the pipe
96 /// The writer end of the pipe

Completed in 13 milliseconds

1...<<81828384858687888990>>...123