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

/systemd/src/libsystemd/sd-daemon/
H A Dsd-daemon.c419 bool have_pid; local
465 have_pid = pid != 0 && pid != getpid();
467 if (n_fds > 0 || have_pid) {
471 (have_pid ? CMSG_SPACE(sizeof(struct ucred)) : 0);
483 if (have_pid)
487 if (have_pid) {
508 if (have_pid) {

Completed in 453 milliseconds