Searched refs:sd_pid_notify_with_fds (Results 1 - 3 of 3) sorted by relevance
/systemd/src/systemd/ |
H A D | sd-daemon.h | 197 sd_pid_notify_with_fds(). 256 int sd_pid_notify_with_fds(pid_t pid, int unset_environment, const char *state, const int *fds, unsigned n_fds);
|
/systemd/src/libsystemd/sd-daemon/ |
H A D | sd-daemon.c | 404 _public_ int sd_pid_notify_with_fds(pid_t pid, int unset_environment, const char *state, const int *fds, unsigned n_fds) { function 529 return sd_pid_notify_with_fds(pid, unset_environment, state, NULL, 0); 533 return sd_pid_notify_with_fds(0, unset_environment, state, NULL, 0);
|
/systemd/src/libsystemd/ |
H A D | libsystemd.sym | 163 sd_pid_notify_with_fds;
|
Completed in 13 milliseconds