Lines Matching defs:PID_FMT
176 log_unit_warning(UNIT(s), "Supervising process "PID_FMT" which is not our child. We'll most likely not notice when it exits.", pid);
732 "%sControl PID: "PID_FMT"\n",
737 "%sMain PID: "PID_FMT"\n"
808 log_unit_info(UNIT(s), "PID "PID_FMT" read from file %s does not exist or is a zombie.", pid, s->pid_file);
816 log_unit_debug(UNIT(s), "Main PID changing: "PID_FMT" -> "PID_FMT, s->main_pid, pid);
821 log_unit_debug(UNIT(s), "Main PID loaded: "PID_FMT, pid);
830 log_unit_warning_errno(UNIT(s), r, "Failed to watch PID "PID_FMT" for service: %m", pid);
857 log_unit_debug(UNIT(s), "Main PID guessed: "PID_FMT, pid);
865 log_unit_warning_errno(UNIT(s), r, "Failed to watch PID "PID_FMT" from: %m", pid);
1221 if (asprintf(our_env + n_env++, "MAINPID="PID_FMT, s->main_pid) < 0)
1225 if (asprintf(our_env + n_env++, "MANAGERPID="PID_FMT, getpid()) < 0)
2097 unit_serialize_item_format(u, f, "control-pid", PID_FMT, s->control_pid);
2100 unit_serialize_item_format(u, f, "main-pid", PID_FMT, s->main_pid);
2147 unit_serialize_item_format(u, f, "main-exec-status-pid", PID_FMT, s->main_exec_status.pid);
2966 log_unit_warning(u, "Got notification message from PID "PID_FMT", but reception is disabled.", pid);
2970 log_unit_warning(u, "Got notification message from PID "PID_FMT", but reception only permitted for main PID "PID_FMT, pid, s->main_pid);
2972 log_unit_debug(u, "Got notification message from PID "PID_FMT", but reception only permitted for main PID which is currently not known", pid);
2975 log_unit_debug(u, "Got notification message from PID "PID_FMT" (%s)", pid, isempty(cc) ? "n/a" : cc);