Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_log.c33 int pipe_fd[2]; member
48 _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 …]