Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/lib/
Dvsprintf.c617 static char *error_string(char *buf, char *end, const char *s, in error_string() function
654 *buf = error_string(*buf, end, err_msg, spec); in check_pointer()
758 return error_string(buf, end, str, spec); in ptr_to_id()
794 return error_string(buf, end, "pK-error", spec); in restricted_pointer()
1537 return error_string(buf, end, "(einval)", spec); in ip_addr_string()
1542 return error_string(buf, end, err_fmt_msg, spec); in ip_addr_string()
1679 return error_string(buf, end, "(%pN?)", spec); in netdev_bits()
1791 return error_string(buf, end, "(%ptR?)", spec); in time_and_date()
1800 return error_string(buf, end, "(%pC?)", spec); in clock()
1869 return error_string(buf, end, "(%pG?)", spec); in flags_string()
[all …]
/Linux-v5.4/arch/um/drivers/
Dmconsole_kern.c468 char *ptr = req->request.data, *name, *error_string = ""; in mconsole_config() local
485 err = (*dev->config)(name, &error_string); in mconsole_config()
486 mconsole_reply(req, error_string, err, 0); in mconsole_config()
/Linux-v5.4/drivers/scsi/
Dpmcraid.h830 char *error_string; member
Dpmcraid.c1687 ioasc, error_info->error_string); in pmcraid_ioasc_logger()