Searched refs:error_string (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | errors.c | 125 const char *error_string = NULL; in system_string_error() local 128 error_string = message_table[errnum]; in system_string_error() 130 len = ((error_string == NULL) ? in system_string_error() 132 snprintf(buf, buflen, "%s", error_string)); in system_string_error()
|
| /linux-6.15/lib/ |
| H A D | vsprintf.c | 707 *buf = error_string(*buf, end, err_msg, spec); in check_pointer() 824 return error_string(buf, end, str, spec); in ptr_to_id() 1783 return error_string(buf, end, "(%pN?)", spec); in netdev_bits() 1799 return error_string(buf, end, "(%p4?)", spec); in fourcc_string() 1970 return error_string(buf, end, "(%pt?)", spec); in time_and_date() 1979 return error_string(buf, end, "(%pC?)", spec); in clock() 2112 return error_string(buf, end, "(%pG?)", spec); in flags_string() 2160 return error_string(buf, end, "(%pO?)", spec); in device_node_string() 2163 return error_string(buf, end, "(%pOF?)", spec); in device_node_string() 2245 return error_string(buf, end, "(%pf?)", spec); in fwnode_string() [all …]
|
| /linux-6.15/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-isys-csi2.h | 58 const char *error_string; member
|
| H A D | ipu6-isys-csi2.c | 223 csi2->port, errors[i].error_string); in ipu6_isys_csi2_error()
|
| /linux-6.15/arch/um/drivers/ |
| H A 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-6.15/drivers/scsi/ |
| H A D | pmcraid.h | 830 char *error_string; member
|
| H A D | pmcraid.c | 1684 ioasc, error_info->error_string); in pmcraid_ioasc_logger()
|