Home
last modified time | relevance | path

Searched refs:log_unit_info_errno (Results 1 – 4 of 4) sorted by relevance

/systemd-251/coccinelle/
Dsynthetic-errno.cocci79 + return log_unit_info_errno(u, SYNTHETIC_ERRNO(e), args);
/systemd-251/src/timedate/
Dtimedated.c92 #define log_unit_info_errno(unit, error, ...) log_unit_full_errno(unit, LOG_INFO, error, ##__VA_… macro
/systemd-251/src/core/
Dunit.h1023 #define log_unit_info_errno(unit, error, ...) log_unit_full_errno(unit, LOG_INFO, error, __VA_AR… macro
Dcgroup.c2342log_unit_info_errno(u, z, "Couldn't move process "PID_FMT" to requested cgroup '%s' (directly or v… in unit_attach_pids_to_cgroup()