/third_party/curl/src/ |
H A D | tool_main.c | 98 if(pipe(fd)) in main_checkfds()
|
/third_party/backends/backend/ |
H A D | mustek.h | 271 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 D | sp15c.h | 144 int pipe; member
|
/third_party/NuttX/drivers/pipes/ |
H A D | pipe.c | 2 * 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 D | msm_drm.h | 52 /* 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 D | msm_bo.c | 69 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 D | cso_context.h | 32 #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 D | xm_api.h | 86 struct pipe_context *pipe; member
|
/third_party/mesa3d/src/gallium/include/frontend/ |
H A D | api.h | 30 #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 D | xa_priv.h | 37 #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 D | test-http-max-http-headers.js | 176 client.pipe(process.stdout);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_texture.h | 32 #include "pipe/p_context.h" 205 st_texture_image_copy(struct pipe_context *pipe,
|
H A D | st_cb_texture.h | 54 struct pipe_context *pipe,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_context.h | 77 struct pipe_context *pipe; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.h | 25 #include "pipe/p_defines.h" 204 nouveau_vp3_video_buffer_create(struct pipe_context *pipe,
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
H A D | sendmsg02.c | 140 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 D | 14-1.c | 186 SAFE_FUNC(pipe(stat_pipe)); in main_loop()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blend.c | 28 #include "pipe/p_state.h" 79 blend->ctx->pipe, ((A6XX_MAX_RENDER_TARGETS * 4) + 6) * 4); in __fd6_setup_blend_variant()
|
H A D | fd6_zsa.c | 28 #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 D | lima_util.c | 28 #include <pipe/p_defines.h>
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_cpufreq.c | 94 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 D | fscanf.c | 80 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 D | resource_tracker.py | 7 # 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 D | platform_interface.h | 136 /* 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 D | command_posix.cc | 72 /// 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
|