Searched refs:_cleanup_close_pair_ (Results 1 - 16 of 16) sorted by relevance

/systemd/src/basic/
H A Dfd-util.h62 #define _cleanup_close_pair_ _cleanup_(close_pairp) macro
H A Dterminal-util.c1038 _cleanup_close_pair_ int pair[2] = { -1, -1 };
1091 _cleanup_close_pair_ int pair[2] = { -1, -1 };
/systemd/src/import/
H A Dimport-common.c74 _cleanup_close_pair_ int pipefd[2] = { -1, -1 };
154 _cleanup_close_pair_ int pipefd[2] = { -1, -1 };
H A Dpull-common.c328 _cleanup_close_pair_ int gpg_pipe[2] = { -1, -1 };
H A Dimportd.c365 _cleanup_close_pair_ int pipefd[2] = { -1, -1 };
/systemd/src/shared/
H A Dpager.c56 _cleanup_close_pair_ int fd[2] = { -1, -1 };
H A Dlogs-show.c1140 _cleanup_close_pair_ int pair[2] = { -1, -1 };
/systemd/src/libsystemd/sd-bus/
H A Dbus-container.c31 _cleanup_close_pair_ int pair[2] = { -1, -1 };
145 _cleanup_close_pair_ int pair[2] = { -1, -1 };
H A Dtest-bus-chat.c267 _cleanup_close_pair_ int pp[2] = { -1, -1 };
/systemd/src/test/
H A Dtest-copy.c141 _cleanup_close_pair_ int pipefd[2] = {-1, -1};
H A Dtest-namespace.c67 _cleanup_close_pair_ int s[2] = { -1, -1 };
H A Dtest-util.c1442 _cleanup_close_pair_ int p[2] = { -1, -1 };
/systemd/src/libsystemd/sd-login/
H A Dtest-login.c33 _cleanup_close_pair_ int pair[2] = { -1, -1 };
/systemd/src/fsck/
H A Dfsck.c276 _cleanup_close_pair_ int progress_pipe[2] = { -1, -1 };
/systemd/src/machine/
H A Dmachine-dbus.c242 _cleanup_close_pair_ int pair[2] = { -1, -1 };
396 _cleanup_close_pair_ int pair[2] = { -1, -1 };
865 _cleanup_close_pair_ int errno_pipe_fd[2] = { -1, -1 };
1128 _cleanup_close_pair_ int errno_pipe_fd[2] = { -1, -1 };
/systemd/src/nspawn/
H A Dnspawn.c3309 _cleanup_close_pair_ int kmsg_socket_pair[2] = { -1, -1 }, rtnl_socket_pair[2] = { -1, -1 }, pid_socket_pair[2] = { -1, -1 }, uid_shift_socket_pair[2] = { -1, -1 };

Completed in 1380 milliseconds