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

/external/qemu/
H A Dqerror.c43 * Use "sed -n '/^static.*qerror_table\[\]/,/^};/s/QERR_/&/gp' qerror.c | sort -c"
46 static const QErrorStringTable qerror_table[] = { variable
284 for (i = 0; qerror_table[i].error_fmt; i++) {
285 if (strcmp(qerror_table[i].error_fmt, fmt) == 0) {
286 qerr->entry = &qerror_table[i];

Completed in 15 milliseconds