Searched refs:error_string (Results 1 – 4 of 4) sorted by relevance
| /linux/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/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/Documentation/sphinx/ |
| H A D | kernel_include.py | 188 + io.error_string(error))
|
| /linux/drivers/scsi/ |
| H A D | pmcraid.c | 1684 ioasc, error_info->error_string); in pmcraid_ioasc_logger()
|