Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Derrors.c125 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/lib/
H A Dvsprintf.c684 static char *error_string(char *buf, char *end, const char *s, in error_string() function
721 *buf = error_string(*buf, end, err_msg, spec); in check_pointer()
838 return error_string(buf, end, str, spec); in ptr_to_id()
877 return error_string(buf, end, "pK-error", spec); in restricted_pointer()
1649 return error_string(buf, end, "(einval)", spec); in ip_addr_string()
1654 return error_string(buf, end, err_fmt_msg, spec); in ip_addr_string()
1796 return error_string(buf, end, "(%pN?)", spec); in netdev_bits()
1813 return error_string(buf, end, "(%p4?)", spec); in fourcc_string()
1835 return error_string(buf, end, "(%p4?)", spec); in fourcc_string()
2005 return error_string(bu in time_and_date()
[all...]
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-csi2.h56 const char *error_string; member
H A Dipu6-isys-csi2.c223 csi2->port, errors[i].error_string); in ipu6_isys_csi2_error()
/linux/arch/um/drivers/
H A Dmconsole_kern.c476 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/drivers/staging/media/ipu7/
H A Dipu7-isys.c797 const char *error_string; member
854 errors[i].error_string); in ipu7_isys_csi2_error()
/linux/drivers/scsi/
H A Dpmcraid.h830 char *error_string; member
H A Dpmcraid.c1684 ioasc, error_info->error_string); in pmcraid_ioasc_logger()