Searched refs:error_string (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/lib/ |
D | vsprintf.c | 674 static char *error_string(char *buf, char *end, const char *s, in error_string() function 711 *buf = error_string(*buf, end, err_msg, spec); in check_pointer() 833 return error_string(buf, end, str, spec); in ptr_to_id() 872 return error_string(buf, end, "pK-error", spec); in restricted_pointer() 1609 return error_string(buf, end, "(einval)", spec); in ip_addr_string() 1614 return error_string(buf, end, err_fmt_msg, spec); in ip_addr_string() 1752 return error_string(buf, end, "(%pN?)", spec); in netdev_bits() 1768 return error_string(buf, end, "(%p4?)", spec); in fourcc_string() 1939 return error_string(buf, end, "(%pt?)", spec); in time_and_date() 1948 return error_string(buf, end, "(%pC?)", spec); in clock() [all …]
|
/Linux-v6.1/arch/um/drivers/ |
D | mconsole_kern.c | 476 char *ptr = req->request.data, *name, *error_string = ""; in mconsole_config() local 493 err = (*dev->config)(name, &error_string); in mconsole_config() 494 mconsole_reply(req, error_string, err, 0); in mconsole_config()
|
/Linux-v6.1/drivers/scsi/ |
D | pmcraid.h | 830 char *error_string; member
|
D | pmcraid.c | 1681 ioasc, error_info->error_string); in pmcraid_ioasc_logger()
|