Searched defs:pipe_fd (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Dspawn-polkit-agent.c41 int pipe_fd[2]; local
52 if (pipe2(pipe_fd, 0) < 0)
55 xsprintf(notify_fd, "%i", pipe_fd[1]);
58 &pipe_fd[1], 1,
63 safe_close(pipe_fd[1]);
69 fd_wait_for_event(pipe_fd[0], POLLHUP, USEC_INFINITY);
71 safe_close(pipe_fd[0]);
/systemd/src/core/
H A Dautomount.h41 int pipe_fd; member in struct:Automount

Completed in 7 milliseconds