Home
last modified time | relevance | path

Searched refs:pipe_flags (Results 1 – 20 of 20) sorted by relevance

/dports/www/links/links-2.25/
H A Dvpipe.inc12 static unsigned pipe_flags[FD_SETSIZE] = { 0 };
43 if (pipe_flags[fd] & VIRTUAL_PIPE_FLAG_NONBLOCK) {
88 if (pipe_flags[fd] & VIRTUAL_PIPE_FLAG_NONBLOCK) {
121 if (!(pipe_flags[fd] & VIRTUAL_PIPE_FLAG_WRITE)) {
129 pipe_flags[fd] = 0;
156 if (pipe_desc[fd[0]] || pipe_flags[fd[0]] || pipe_desc[fd[1]] || pipe_flags[fd[0]])
157 …ed: %p, %d, %p, %d", fd[0], fd[1], pipe_desc[fd[0]], pipe_flags[fd[0]], pipe_desc[fd[1]], pipe_fla…
159 pipe_flags[fd[0]] = 0;
161 pipe_flags[fd[1]] = VIRTUAL_PIPE_FLAG_WRITE;
163 pipe_flags[fd[0]] |= VIRTUAL_PIPE_FLAG_NONBLOCK;
[all …]
H A Dvms.c986 pipe_flags[fd] |= VIRTUAL_PIPE_FLAG_NONBLOCK; in set_nonblock()
/dports/www/links1/links-1.04/
H A Dvms.c439 static unsigned pipe_flags[FD_SETSIZE] = { 0 }; variable
900 if (!(pipe_flags[fd] & VIRTUAL_PIPE_FLAG_WRITE)) { in vms_close()
908 pipe_flags[fd] = 0; in vms_close()
965 if (pipe_desc[fd[0]] || pipe_flags[fd[0]] || pipe_desc[fd[1]] || pipe_flags[fd[0]]) in c_pipe()
966 …ed: %p, %d, %p, %d", fd[0], fd[1], pipe_desc[fd[0]], pipe_flags[fd[0]], pipe_desc[fd[1]], pipe_fla… in c_pipe()
968 pipe_flags[fd[0]] = 0; in c_pipe()
970 pipe_flags[fd[1]] = VIRTUAL_PIPE_FLAG_WRITE; in c_pipe()
988 pipe_flags[fd] |= VIRTUAL_PIPE_FLAG_NONBLOCK; in set_nonblock()
1009 …if (pipe_flags[fd] & VIRTUAL_PIPE_FLAG_WRITE) internal("vms_read: reading from write pipe descript… in vms_read()
1018 if (pipe_flags[fd] & VIRTUAL_PIPE_FLAG_NONBLOCK) { in vms_read()
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/
H A Danet.c628 int pipe_flags = 0; in anetPipe() local
632 pipe_flags = O_CLOEXEC | (read_flags & write_flags); in anetPipe()
633 if (pipe2(fds, pipe_flags)) { in anetPipe()
637 pipe_flags = 0; in anetPipe()
643 read_flags &= ~pipe_flags; in anetPipe()
644 write_flags &= ~pipe_flags; in anetPipe()
650 if (pipe_flags == 0 && pipe(fds)) in anetPipe()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgspawn.c2128 guint pipe_flags = cloexec_pipes ? FD_CLOEXEC : 0; in fork_exec() local
2151 if (!g_unix_open_pipe (stdin_pipe, pipe_flags, error)) in fork_exec()
2159 if (!g_unix_open_pipe (stdout_pipe, pipe_flags, error)) in fork_exec()
2167 if (!g_unix_open_pipe (stderr_pipe, pipe_flags, error)) in fork_exec()
2307 if (!g_unix_open_pipe (child_err_report_pipe, pipe_flags, error)) in fork_exec()
2310 if (intermediate_child && !g_unix_open_pipe (child_pid_report_pipe, pipe_flags, error)) in fork_exec()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; in st_context_flush() local
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
665 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
676 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/lang/clover/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; in st_context_flush() local
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
665 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
676 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; in st_context_flush() local
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
665 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
676 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; in st_context_flush() local
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
665 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
676 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A Dst_manager.c658 unsigned pipe_flags = 0; in st_context_flush() local
661 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
663 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
674 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; in st_context_flush() local
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
665 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
676 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; in st_context_flush() local
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
665 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
676 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; in st_context_flush() local
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
665 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
676 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; in st_context_flush() local
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
665 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
676 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; in st_context_flush() local
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
665 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
676 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/state_tracker/
H A Dst_manager.c790 unsigned pipe_flags = 0; in st_context_flush() local
793 pipe_flags |= PIPE_FLUSH_END_OF_FRAME; in st_context_flush()
795 pipe_flags |= PIPE_FLUSH_FENCE_FD; in st_context_flush()
806 st_flush(st, fence, pipe_flags); in st_context_flush()
/dports/graphics/argyllcms/Argyll_V1.9.2/usb/driver/
H A Dlibusb_driver.h181 int pipe_flags; member
H A Dlibusb_driver.c639 dev->config.interfaces[number].endpoints[i].pipe_flags = interface_info->Pipes[i].PipeFlags; in update_pipe_info()
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dchild_process.zig508 const pipe_flags = if (io.is_async) os.O.NONBLOCK else 0;
509 … const stdin_pipe = if (self.stdin_behavior == StdIo.Pipe) try os.pipe2(pipe_flags) else undefined;
514 …const stdout_pipe = if (self.stdout_behavior == StdIo.Pipe) try os.pipe2(pipe_flags) else undefine…
519 …const stderr_pipe = if (self.stderr_behavior == StdIo.Pipe) try os.pipe2(pipe_flags) else undefine…
/dports/lang/zig/zig-0.9.0/lib/std/
H A Dchild_process.zig508 const pipe_flags = if (io.is_async) os.O.NONBLOCK else 0;
509 … const stdin_pipe = if (self.stdin_behavior == StdIo.Pipe) try os.pipe2(pipe_flags) else undefined;
514 …const stdout_pipe = if (self.stdout_behavior == StdIo.Pipe) try os.pipe2(pipe_flags) else undefine…
519 …const stderr_pipe = if (self.stderr_behavior == StdIo.Pipe) try os.pipe2(pipe_flags) else undefine…