Lines Matching refs:PID_FMT
179 …log_unit_warning(UNIT(s), "Supervising process "PID_FMT" which is not our child. We'll most likely… in service_set_main_pid()
851 "%sControl PID: "PID_FMT"\n", in service_dump()
856 "%sMain PID: "PID_FMT"\n" in service_dump()
944 …og_unit_full_errno(UNIT(s), prio, SYNTHETIC_ERRNO(EPERM), "New main PID "PID_FMT" is the manager, … in service_is_suitable_main_pid()
947 …og_unit_full_errno(UNIT(s), prio, SYNTHETIC_ERRNO(EPERM), "New main PID "PID_FMT" is the control p… in service_is_suitable_main_pid()
950 …og_unit_full_errno(UNIT(s), prio, SYNTHETIC_ERRNO(ESRCH), "New main PID "PID_FMT" does not exist o… in service_is_suitable_main_pid()
954 … log_unit_debug(UNIT(s), "New main PID "PID_FMT" belongs to service, we are happy.", pid); in service_is_suitable_main_pid()
1020 …"New main PID "PID_FMT" does not belong to service, and PID file is not owned by root. Refusing.",… in service_load_pid_file()
1022 …log_unit_debug(UNIT(s), "New main PID "PID_FMT" does not belong to service, but we'll accept it si… in service_load_pid_file()
1026 … log_unit_debug(UNIT(s), "Main PID changing: "PID_FMT" -> "PID_FMT, s->main_pid, pid); in service_load_pid_file()
1031 log_unit_debug(UNIT(s), "Main PID loaded: "PID_FMT, pid); in service_load_pid_file()
1039 … return log_unit_warning_errno(UNIT(s), r, "Failed to watch PID "PID_FMT" for service: %m", pid); in service_load_pid_file()
1063 log_unit_debug(UNIT(s), "Main PID guessed: "PID_FMT, pid); in service_search_main_pid()
1070 log_unit_warning_errno(UNIT(s), r, "Failed to watch PID "PID_FMT" from: %m", pid); in service_search_main_pid()
1558 if (asprintf(our_env + n_env++, "MAINPID="PID_FMT, s->main_pid) < 0) in service_spawn_internal()
1562 if (asprintf(our_env + n_env++, "MANAGERPID="PID_FMT, getpid_cached()) < 0) in service_spawn_internal()
2146 … log_unit_debug_errno(UNIT(s), r, "Failed to kill control process " PID_FMT " (%s), ignoring: %m", in service_kill_control_process()
2720 (void) serialize_item_format(f, "control-pid", PID_FMT, s->control_pid); in service_serialize()
2723 (void) serialize_item_format(f, "main-pid", PID_FMT, s->main_pid); in service_serialize()
2783 … (void) serialize_item_format(f, "main-exec-status-pid", PID_FMT, s->main_exec_status.pid); in service_serialize()
4042 …log_unit_warning(UNIT(s), "Got notification message from PID "PID_FMT", but reception is disabled.… in service_notify_message_authorized()
4048 …(UNIT(s), "Got notification message from PID "PID_FMT", but reception only permitted for main PID … in service_notify_message_authorized()
4050 …log_unit_warning(UNIT(s), "Got notification message from PID "PID_FMT", but reception only permitt… in service_notify_message_authorized()
4057 …t notification message from PID "PID_FMT", but reception only permitted for main PID "PID_FMT" and… in service_notify_message_authorized()
4060 …(UNIT(s), "Got notification message from PID "PID_FMT", but reception only permitted for main PID … in service_notify_message_authorized()
4062 …UNIT(s), "Got notification message from PID "PID_FMT", but reception only permitted for control PI… in service_notify_message_authorized()
4064 …log_unit_warning(UNIT(s), "Got notification message from PID "PID_FMT", but reception only permitt… in service_notify_message_authorized()
4103 …log_unit_debug(u, "Got notification message from PID "PID_FMT" (%s)", ucred->pid, isempty(cc) ? "n… in service_notify_message()
4120 …log_unit_debug(u, "New main PID "PID_FMT" does not belong to service, but we'll accept it as the r… in service_notify_message()
4123 … log_unit_debug(u, "New main PID "PID_FMT" does not belong to service, refusing.", new_main_pid); in service_notify_message()
4130 …log_unit_warning_errno(UNIT(s), r, "Failed to watch new main PID "PID_FMT" for service: %m", new_m… in service_notify_message()
4340 … log_unit_debug(u, "D-Bus name %s is now owned by process " PID_FMT, s->bus_name, (pid_t) pid); in bus_name_pid_lookup_callback()