Home
last modified time | relevance | path

Searched refs:LOG_UNIT_MESSAGE (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/core/
Dtransaction.c393 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()
Dunit.c4790LOG_UNIT_MESSAGE(u, "Directory %s to mount over is not empty, mounting anyway.", where), in unit_warn_if_dir_nonempty()
4815LOG_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()
Dunit.h1050 #define LOG_UNIT_MESSAGE(unit, fmt, ...) LOG_MESSAGE("%s: " fmt, (unit)->id, ##__VA_ARGS__) macro
Dexecute.c4779LOG_UNIT_MESSAGE(unit, "Executable %s missing, skipping: %m", in exec_child()
4790LOG_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()
5277LOG_UNIT_MESSAGE(unit, "Failed at step %s spawning %s: %m", in exec_spawn()
Dcgroup.c3102LOG_UNIT_MESSAGE(u, "systemd-oomd killed %"PRIu64" process(es) in this unit.", n), in unit_check_oomd_kill()
3108LOG_UNIT_MESSAGE(u, "systemd-oomd killed some process(es) in this unit.")); in unit_check_oomd_kill()
3144LOG_UNIT_MESSAGE(u, "A process of this unit has been killed by the OOM killer.")); in unit_check_oom()
Djob.c1005 LOG_UNIT_MESSAGE(u, "Job %s/%s failed with result '%s'.", in job_finish_and_invalidate()
Dservice.c2368 LOG_UNIT_MESSAGE(UNIT(s), in service_enter_restart()