Home
last modified time | relevance | path

Searched refs:pipe (Results 2551 - 2575 of 2940) sorted by relevance

1...<<101102103104105106107108109110>>...118

/third_party/libwebsockets/lib/plat/unix/
H A Dunix-spawn.c365 if (pipe(lsp->pipe_fds[n]) == -1) in lws_spawn_piped()
371 * At this point, we have 6 pipe fds open on lws side and no wsis in lws_spawn_piped()
393 lwsl_debug("%s: lsp stdwsi %p: pipe idx %d -> fd %d / %d\n", __func__, in lws_spawn_piped()
406 * We have bound 3 x pipe fds to wsis, wr side of stdin and rd in lws_spawn_piped()
474 * "other" side of the pipe fds, ie, rd for stdin and wr for in lws_spawn_piped()
534 * CLOEXEC on the lws-side of the pipe fds should have already in lws_spawn_piped()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_tss.c28 #include "pipe/p_defines.h"
118 view->v = svga_get_tex_sampler_view(&svga->pipe, in emit_tex_binding_unit()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.h34 #include "pipe/p_context.h"
35 #include "pipe/p_state.h"
264 struct pipe_vertex_element pipe[V3D_MAX_VS_INPUTS / 4]; member
/third_party/node/lib/internal/fs/cp/
H A Dcp.js223 message: `cannot copy a FIFO pipe: ${dest}`,
H A Dcp-sync.js192 message: `cannot copy a FIFO pipe: ${dest}`,
/third_party/node/lib/internal/test_runner/
H A Dutils.js179 compose(rootTest.reporter, reporter).pipe(destination);
/third_party/node/lib/internal/
H A Dworker.js465 source.pipe(dest);
/third_party/node/test/parallel/
H A Dtest-stream-finished.js654 fs.createReadStream(__filename).pipe(res);
/third_party/musl/porting/linux/user/
H A DMakefile46 CFLAGS_AUTO = -Os -pipe
/third_party/musl/scripts/linux/
H A DMakefile46 CFLAGS_AUTO = -Os -pipe
/third_party/musl/porting/liteos_a/user_debug/
H A DMakefile46 CFLAGS_AUTO = -Os -pipe
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
H A Dpolyfill.js270 message: `cannot copy a FIFO pipe: ${dest}`,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c336 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in try_setup_point()
/third_party/ltp/testcases/kernel/logging/kmsg/
H A Dkmsg01.c179 if (pipe(pipefd) != 0) in timed_read_kmsg()
180 tst_brk(TBROK|TERRNO, "pipe failed"); in timed_read_kmsg()
188 * pipe to let parent know that it didn't block */ in timed_read_kmsg()
192 tst_brk(TBROK|TERRNO, "write to pipe"); in timed_read_kmsg()
207 /* parent reads pipe until it reaches eof or until read times out */ in timed_read_kmsg()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_new_test.c103 if (pipe(pipe_fd) == -1) in test_execute_bin_true()
104 err(1, "pipe"); in test_execute_bin_true()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c28 #include "pipe/p_state.h"
386 state->stateobj = fd_ringbuffer_new_object(ctx->pipe, 32 * 4); in fd6_texture_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c65 batch->submit = fd_submit_new(ctx->pipe); in batch_init()
H A Dfreedreno_perfetto.cc262 if (fd_pipe_get_param(ctx->pipe, FD_TIMESTAMP, &gpu_ts)) { in sync_timestamp()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c34 #include "pipe/p_state.h"
166 memcpy(so->pipe, elements, sizeof(*elements) * num_elements); in lima_create_vertex_elements_state()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.h29 #include "pipe/p_state.h"
251 struct pipe_context *pipe; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_desc.c77 etna_create_sampler_state_desc(struct pipe_context *pipe, in etna_create_sampler_state_desc() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c41 #include "pipe/p_screen.h"
42 #include "pipe/p_context.h"
43 #include "pipe/p_state.h"
44 #include "pipe-loader/pipe_loader.h"
123 struct pipe_context *pipe, in vl_dri2_flush_frontbuffer()
477 /* The pipe loader duplicates the fd */ in vl_dri2_screen_create()
122 vl_dri2_flush_frontbuffer(struct pipe_screen *screen, struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *sub_box) vl_dri2_flush_frontbuffer() argument
/third_party/musl/
H A DMakefile46 CFLAGS_AUTO = -Os -pipe
/third_party/musl/libc-test/src/functionalext/ldso_randomization/
H A Dldso_randomization_test.c331 if (pipe(fd) < 0) { in dlopen_ext_randomization_0900()
/third_party/musl/Benchmark/musl/
H A Dsocket_test.cpp234 benchmark::DoNotOptimize(pipe(fd)); in Bm_function_pipe()

Completed in 18 milliseconds

1...<<101102103104105106107108109110>>...118