Searched defs:PID_FMT (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | formats-util.h | 31 #define PID_FMT "%" PID_PRI macro
|
/systemd/src/core/ |
H A D | busname.c | 267 "%sControl PID: "PID_FMT"\n", 676 unit_serialize_item_format(u, f, "control-pid", PID_FMT, n->control_pid); 812 log_unit_debug(UNIT(n), "Activation triggered by process " PID_FMT " (%s)", pid, strna(comm)); local
|
H A D | service.c | 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); local 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); local 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); local 830 log_unit_warning_errno(UNIT(s), r, "Failed to watch PID "PID_FMT" for service: %m", pid); local 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" fro local [all...] |
Completed in 24 milliseconds