Searched refs:log_unit_debug_errno (Results 1 - 9 of 9) sorted by relevance
| /systemd/src/core/ |
| H A D | automount.c | 439 log_unit_debug_errno(UNIT(a), status, "Sending failure: %m");
|
| H A D | busname.c | 281 log_unit_debug_errno(UNIT(n), r, "Failed to disable event source: %m");
|
| H A D | cgroup.c | 1039 log_unit_debug_errno(u, errno, "Failed to remove cgroup inotify watch %i for %s, ignoring", u->cgroup_inotify_wd, u->id);
|
| H A D | dbus-unit.c | 925 log_unit_debug_errno(u, r, "Failed to send unit change signal for %s: %m", u->id); 971 log_unit_debug_errno(u, r, "Failed to send unit remove signal for %s: %m", u->id);
|
| H A D | execute.c | 1589 log_unit_debug_errno(unit, r, "Failed to adjust OOM setting, assuming containerized execution, ignoring: %m"); 1801 log_unit_debug_errno(unit, r, "Failed to set up namespace, assuming containerized execution, ignoring: %m");
|
| H A D | service.c | 2241 log_unit_debug_errno(u, r, "Failed to unescape status text: %s", value);
|
| H A D | socket.c | 1388 log_unit_debug_errno(UNIT(s), r, "Failed to disable event source: %m");
|
| H A D | unit.c | 1276 log_unit_debug_errno(u, r, "Failed to load configuration: %m"); 2813 log_unit_debug_errno(u, r, "Failed to set cgroup path %s, ignoring: %m", v); 3724 log_unit_debug_errno(u, r, "Failed to check symlink %s, ignoring: %m", where);
|
| H A D | unit.h | 623 #define log_unit_debug_errno(unit, error, ...) log_unit_full(unit, LOG_DEBUG, error, ##__VA_ARGS__) macro
|
Completed in 88 milliseconds