Home
last modified time | relevance | path

Searched refs:sd_pid_notify_with_fds (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/libsystemd/sd-daemon/
Dsd-daemon.c437 _public_ int sd_pid_notify_with_fds( in sd_pid_notify_with_fds() function
559 r = sd_pid_notify_with_fds(0, unset_environment, "BARRIER=1", &pipe_fd[1], 1); in sd_notify_barrier()
575 return sd_pid_notify_with_fds(pid, unset_environment, state, NULL, 0); in sd_pid_notify()
579 return sd_pid_notify_with_fds(0, unset_environment, state, NULL, 0); in sd_notify()
/systemd-251/src/systemd/
Dsd-daemon.h287 int sd_pid_notify_with_fds(pid_t pid, int unset_environment, const char *state, const int *fds, uns…
/systemd-251/src/login/
Dlogind-session-device.c498 r = sd_pid_notify_with_fds(0, false, m, &sd->fd, 1); in session_device_save()
/systemd-251/src/libsystemd/
Dlibsystemd.sym163 sd_pid_notify_with_fds;
/systemd-251/man/rules/
Dmeson.build788 'sd_pid_notify_with_fds',
/systemd-251/src/home/
Dhomework-luks.c1177 r = sd_pid_notify_with_fds(0, false, "SYSTEMD_LUKS_LOCK_FD=1", &image_fd, 1); in lock_image_fd()
/systemd-251/
DNEWS9777 may be stored in PID 1 via the sd_pid_notify_with_fds() API,