Searched refs:coredump_report_failure (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ |
| H A D | coredump.c | 303 coredump_report_failure("Coredump socket may not %s contain spaces", cn->corename); in coredump_parse() 309 coredump_report_failure("Coredump socket may not %s contain '..' spaces", cn->corename); in coredump_parse() 314 coredump_report_failure("Coredump socket path %s too long", cn->corename); in coredump_parse() 719 coredump_report_failure("Coredump socket %s receive queue full", addr.sun_path); in coredump_sock_connect() 721 coredump_report_failure("Coredump socket connection %s failed %d", addr.sun_path, retval); in coredump_sock_connect() 779 coredump_report_failure("Coredump socket had unexpected data"); in coredump_sock_wait() 781 coredump_report_failure("Coredump socket failed"); in coredump_sock_wait() 891 …coredump_report_failure("this process can only dump core to a fully qualified path, skipping core … in coredump_file() 959 coredump_report_failure("Core dump to %s aborted: cannot preserve file owner", cn->corename); in coredump_file() 963 …coredump_report_failure("Core dump to %s aborted: cannot preserve file permissions", cn->corename); in coredump_file() [all …]
|
| /linux/include/linux/ |
| H A D | coredump.h | 63 #define coredump_report_failure(fmt, ...) __COREDUMP_PRINTK(KERN_WARNING, fmt, ##__VA_ARGS__) macro 69 #define coredump_report_failure(...) macro
|