error_string
char *ptr = req->request.data, *name, *error_string = "";
err = (*dev->config)(name, &error_string);
mconsole_reply(req, error_string, err, 0);
const char *error_string = NULL;
error_string = message_table[errnum];
len = ((error_string == NULL) ?
snprintf(buf, buflen, "%s", error_string));
csi2->port, errors[i].error_string);
const char *error_string;
ioasc, error_info->error_string);
char *error_string;
const char *error_string;
errors[i].error_string);
return error_string(buf, end, "(einval)", spec);
return error_string(buf, end, err_fmt_msg, spec);
return error_string(buf, end, "(%pN?)", spec);
return error_string(buf, end, "(%p4?)", spec);
return error_string(buf, end, "(%p4?)", spec);
return error_string(buf, end, "(%pt?)", spec);
return error_string(buf, end, "(%pC?)", spec);
return error_string(buf, end, "(%pG?)", spec);
return error_string(buf, end, "(%pO?)", spec);
return error_string(buf, end, "(%pOF?)", spec);
return error_string(buf, end, "(%pf?)", spec);
return error_string(buf, end, "(%pA?)", spec);
return error_string(buf, end, "(einval)", spec);
*buf = error_string(*buf, end, err_msg, spec);
return error_string(buf, end, str, spec);
return error_string(buf, end, "pK-error", spec);