Searched refs:sd_pid_notify_with_fds (Results 1 - 3 of 3) sorted by relevance

/systemd/src/systemd/
H A Dsd-daemon.h197 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 Dsd-daemon.c404 _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 Dlibsystemd.sym163 sd_pid_notify_with_fds;

Completed in 13 milliseconds