Searched refs:coredump_report_failure (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ |
H A D | coredump.c | 300 coredump_report_failure("Coredump socket may not %s contain spaces", cn->corename); in coredump_parse() 306 coredump_report_failure("Coredump socket may not %s contain '..' spaces", cn->corename); in coredump_parse() 311 coredump_report_failure("Coredump socket path %s too long", cn->corename); in coredump_parse() 716 coredump_report_failure("Coredump socket %s receive queue full", addr.sun_path); in coredump_sock_connect() 718 coredump_report_failure("Coredump socket connection %s failed %d", addr.sun_path, retval); in coredump_sock_connect() 776 coredump_report_failure("Coredump socket had unexpected data"); in coredump_sock_wait() 778 coredump_report_failure("Coredump socket failed"); in coredump_sock_wait() 888 …coredump_report_failure("this process can only dump core to a fully qualified path, skipping core … in coredump_file() 955 coredump_report_failure("Core dump to %s aborted: cannot preserve file owner", cn->corename); in coredump_file() 959 …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
|