Searched refs:pipe_fd (Results 1 – 1 of 1) sorted by relevance
33 int pipe_fd[2]; member48 _ctx.pipe_fd[0] = -1; in zed_log_init()49 _ctx.pipe_fd[1] = -1; in zed_log_init()69 if ((_ctx.pipe_fd[0] != -1) || (_ctx.pipe_fd[1] != -1)) in zed_log_pipe_open()73 if (pipe(_ctx.pipe_fd) < 0) in zed_log_pipe_open()87 if (_ctx.pipe_fd[0] < 0) in zed_log_pipe_close_reads()92 if (close(_ctx.pipe_fd[0]) < 0) in zed_log_pipe_close_reads()97 _ctx.pipe_fd[0] = -1; in zed_log_pipe_close_reads()112 if (_ctx.pipe_fd[1] < 0) in zed_log_pipe_close_writes()122 _ctx.pipe_fd[1] = -1; in zed_log_pipe_close_writes()[all …]