OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qerror_table
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
qerror.c
43
* 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 193 milliseconds