Searched refs:sd_pid_notify_with_fds (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/libsystemd/sd-daemon/ |
D | sd-daemon.c | 437 _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/ |
D | sd-daemon.h | 287 int sd_pid_notify_with_fds(pid_t pid, int unset_environment, const char *state, const int *fds, uns…
|
/systemd-251/src/login/ |
D | logind-session-device.c | 498 r = sd_pid_notify_with_fds(0, false, m, &sd->fd, 1); in session_device_save()
|
/systemd-251/src/libsystemd/ |
D | libsystemd.sym | 163 sd_pid_notify_with_fds;
|
/systemd-251/man/rules/ |
D | meson.build | 788 'sd_pid_notify_with_fds',
|
/systemd-251/src/home/ |
D | homework-luks.c | 1177 r = sd_pid_notify_with_fds(0, false, "SYSTEMD_LUKS_LOCK_FD=1", &image_fd, 1); in lock_image_fd()
|
/systemd-251/ |
D | NEWS | 9777 may be stored in PID 1 via the sd_pid_notify_with_fds() API,
|