Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 25 of 46) sorted by relevance

12

/systemd-251/src/shared/
Dbarrier.c107 r = pipe2(b->pipe, O_CLOEXEC | O_NONBLOCK); in barrier_create()
133 safe_close_pair(b->pipe); in barrier_destroy()
159 assert(b->pipe[0] >= 0 && b->pipe[1] >= 0); in barrier_set_role()
162 b->pipe[1] = safe_close(b->pipe[1]); in barrier_set_role()
164 b->pipe[0] = safe_close(b->pipe[0]); in barrier_set_role()
204 safe_close_pair(b->pipe); in barrier_write()
216 { .fd = b->pipe[0] >= 0 ? b->pipe[0] : b->pipe[1], in barrier_read()
267 safe_close_pair(b->pipe); in barrier_read()
Dbarrier.h33 int pipe[2]; member
/systemd-251/test/units/
Dtestsuite-54.sh14 --pipe \
77 --pipe \
94 --pipe \
103 --pipe \
/systemd-251/src/test/
Dtest-barrier.c51 assert_se(b.pipe[0] > 0); \
52 assert_se(b.pipe[1] > 0); \
/systemd-251/shell-completion/zsh/
D_systemd-delta14 '--no-pager[Do not pipe output into a pager]' \
D_oomctl27 '--no-pager[Do not pipe output into a pager]' \
D_networkctl51 '--no-pager[Do not pipe output into a pager]' \
D_timedatectl63 '--no-pager[Do not pipe output into a pager]' \
D_coredumpctl39 '--no-pager[Do not pipe output into a pager]' \
D_bootctl74 '--no-pager[Do not pipe output into a pager]' \
D_localectl94 '--no-pager[Do not pipe output into a pager]' \
D_systemd28 '--no-pager[Do not pipe output into a pager]' \
D_systemd-run44 {-P,--pipe}'[Inherit standard input, output, and error]' \
D_machinectl89 '--no-pager[Do not pipe output into a pager.]' \
D_systemd-analyze102 '--no-pager[Do not pipe output into a pager]' \
/systemd-251/src/libsystemd/sd-event/
Dtest-event.c210 assert_se(pipe(a) >= 0); in test_basic_one()
211 assert_se(pipe(b) >= 0); in test_basic_one()
212 assert_se(pipe(d) >= 0); in test_basic_one()
213 assert_se(pipe(k) >= 0); in test_basic_one()
/systemd-251/src/fsck/
Dfsck.c342 pipe(progress_pipe) < 0) in run()
/systemd-251/shell-completion/bash/
Dsystemd-run36 … --working-directory -d --same-dir -E --setenv -t --pty -P --pipe -S --shell -q --quiet
/systemd-251/src/basic/
Dsyscall-list.txt383 pipe
Dsyscalls-alpha.txt383 pipe 42
Dsyscalls-arc.txt383 pipe
Dsyscalls-arm.txt383 pipe 42
Dsyscalls-arm64.txt383 pipe
Dsyscalls-i386.txt383 pipe 42
Dsyscalls-ia64.txt383 pipe 1058

12