Lines Matching refs:log_error_errno
40 return log_error_errno(r, "Failed to get container cgroup path: %m");
44 return log_error_errno(r, "Failed to get file system path for container cgroup: %m");
48 return log_error_errno(errno, "Failed to open %s: %m", fs);
76 return log_error_errno(unified, "Failed to determine whether the unified hierachy is used: %m");
88 return log_error_errno(r, "Failed to get control group of " PID_FMT ": %m", pid);
92 return log_error_errno(errno, "Failed to generate temporary mount point for unified hierarchy: %m");
99 r = log_error_errno(errno, "Failed to mount unified hierarchy: %m");
111 log_error_errno(r, "Failed to move process: %m");
138 return log_error_errno(unified, "Failed to determine whether the unified hierachy is used: %m");
144 return log_error_errno(r, "Failed to determine supported controllers: %m");
148 return log_error_errno(r, "Failed to get our control group: %m");
153 return log_error_errno(r, "Failed to create %s subcgroup: %m", child);
158 return log_error_errno(r, "Failed to create %s subcgroup: %m", child);