Searched defs:log_error_errno (Results 1 - 4 of 4) sorted by relevance
/systemd/src/core/ |
H A D | ima-setup.c | 61 log_error_errno(errno, "Failed to open the IMA kernel interface "IMA_SECFS_POLICY", ignoring: %m"); 66 return log_error_errno(errno, "Failed to read the IMA custom policy file "IMA_POLICY_PATH": %m")) { 73 return log_error_errno(errno, "Failed to load the IMA custom policy file "IMA_POLICY_PATH"%u: %m", 65 FOREACH_LINE(line, input, return log_error_errno(errno, �IMA_POLICY_PATH�)) argument
|
/systemd/src/basic/ |
H A D | log.h | 190 #define log_error_errno(error, ...) log_full_errno(LOG_ERR, error, __VA_ARGS__) macro
|
/systemd/src/resolve/ |
H A D | resolved-etc-hosts.c | 198 return log_error_errno(r, "Couldn't extract address, in line /etc/hosts:%u.", nr); 206 return log_error_errno(r, "Address '%s' is invalid, in line /etc/hosts:%u.", address, nr); 213 return log_error_errno(r, "Couldn't extract host name, in line /etc/hosts:%u.", nr); 219 return log_error_errno(r, "Hostname %s is not valid, ignoring, in line /etc/hosts:%u.", name, nr); 275 return log_error_errno(errno, "Failed to stat /etc/hosts: %m"); 290 return log_error_errno(errno, "Failed to open /etc/hosts: %m"); 297 return log_error_errno(errno, "Failed to fstat() /etc/hosts: %m"); 301 FOREACH_LINE(line, f, return log_error_errno(errno, "Failed to read /etc/hosts: %m")) { argument
|
/systemd/src/tty-ask-password-agent/ |
H A D | tty-ask-password-agent.c | 360 return log_error_errno(tty_fd, "Failed to acquire /dev/console: %m"); 386 return log_error_errno(r, "Failed to query password: %m"); 390 return log_error_errno(r, "Failed to send: %m"); 405 return log_error_errno(r, "Failed to get controlling TTY: %m"); 471 return log_error_errno(errno, "Failed to open /run/systemd/ask-password: %m"); 474 FOREACH_DIRENT_ALL(de, d, return log_error_errno(errno, "Failed to read directory: %m")) { argument 523 return log_error_errno(errno, "Failed to allocate directory watch: %m"); 526 return log_error_errno(errno, "Failed to add /run/systemd/ask-password to directory watch: %m"); 534 return log_error_errno(errno, "Failed to allocate signal file descriptor: %m"); 544 log_error_errno( [all...] |
Completed in 264 milliseconds