Searched refs:error_string (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Derrors.c125 const char *error_string = NULL; local
128 error_string = message_table[errnum];
130 len = ((error_string == NULL) ?
132 snprintf(buf, buflen, "%s", error_string));
/linux-master/lib/
H A Dvsprintf.c677 static char *error_string(char *buf, char *end, const char *s, function
714 *buf = error_string(*buf, end, err_msg, spec);
831 return error_string(buf, end, str, spec);
870 return error_string(buf, end, "pK-error", spec);
1607 return error_string(buf, end, "(einval)", spec);
1612 return error_string(buf, end, err_fmt_msg, spec);
1750 return error_string(buf, end, "(%pN?)", spec);
1766 return error_string(buf, end, "(%p4?)", spec);
1937 return error_string(buf, end, "(%pt?)", spec);
1946 return error_string(bu
[all...]
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c476 char *ptr = req->request.data, *name, *error_string = ""; local
493 err = (*dev->config)(name, &error_string);
494 mconsole_reply(req, error_string, err, 0);
/linux-master/drivers/scsi/
H A Dpmcraid.h830 char *error_string; member in struct:pmcraid_ioasc_error
H A Dpmcraid.c1683 ioasc, error_info->error_string);

Completed in 154 milliseconds