Searched refs:cn_esc_printf (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ |
| H A D | coredump.c | 158 int cn_esc_printf(struct core_name *cn, const char *fmt, ...) in cn_esc_printf() function 203 return cn_esc_printf(cn, "%s (path unknown)", current->comm); in cn_print_exe_file() 222 ret = cn_esc_printf(cn, "%s", path); in cn_print_exe_file() 414 err = cn_esc_printf(cn, "%s", in coredump_parse() 420 err = cn_esc_printf(cn, "%s", current->comm); in coredump_parse()
|