Searched refs:LOG_UNIT_MESSAGE (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/core/ |
D | transaction.c | 393 LOG_UNIT_MESSAGE(j->unit, in transaction_verify_order_one() 403 LOG_UNIT_MESSAGE(j->unit, in transaction_verify_order_one() 424 LOG_UNIT_MESSAGE(j->unit, "Unable to break cycle starting with %s/%s", in transaction_verify_order_one()
|
D | unit.c | 4790 … LOG_UNIT_MESSAGE(u, "Directory %s to mount over is not empty, mounting anyway.", where), in unit_warn_if_dir_nonempty() 4815 … LOG_UNIT_MESSAGE(u, "Mount path %s is not canonical (contains a symlink).", where), in unit_fail_if_noncanonical() 5612 LOG_UNIT_MESSAGE(u, "Deactivated successfully.")); in unit_log_success() 5622 LOG_UNIT_MESSAGE(u, "Failed with result '%s'.", result), in unit_log_failure() 5633 LOG_UNIT_MESSAGE(u, "Skipped due to '%s'.", result), in unit_log_skip() 5663 LOG_UNIT_MESSAGE(u, "%s exited, code=%s, status=%i/%s%s", in unit_log_process_exit()
|
D | unit.h | 1050 #define LOG_UNIT_MESSAGE(unit, fmt, ...) LOG_MESSAGE("%s: " fmt, (unit)->id, ##__VA_ARGS__) macro
|
D | execute.c | 4779 … LOG_UNIT_MESSAGE(unit, "Executable %s missing, skipping: %m", in exec_child() 4790 … LOG_UNIT_MESSAGE(unit, "Failed to locate executable %s: %m", in exec_child() 5132 LOG_UNIT_MESSAGE(unit, "Executing: %s", line)); in exec_child() 5225 LOG_UNIT_MESSAGE(unit, "About to execute %s", line), in exec_spawn() 5277 … LOG_UNIT_MESSAGE(unit, "Failed at step %s spawning %s: %m", in exec_spawn()
|
D | cgroup.c | 3102 … LOG_UNIT_MESSAGE(u, "systemd-oomd killed %"PRIu64" process(es) in this unit.", n), in unit_check_oomd_kill() 3108 … LOG_UNIT_MESSAGE(u, "systemd-oomd killed some process(es) in this unit.")); in unit_check_oomd_kill() 3144 … LOG_UNIT_MESSAGE(u, "A process of this unit has been killed by the OOM killer.")); in unit_check_oom()
|
D | job.c | 1005 LOG_UNIT_MESSAGE(u, "Job %s/%s failed with result '%s'.", in job_finish_and_invalidate()
|
D | service.c | 2368 LOG_UNIT_MESSAGE(UNIT(s), in service_enter_restart()
|