OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_report
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
qemu-error.h
38
void
error_report
(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
qemu-config.c
479
error_report
("there is no option group \"%s\"", group);
514
error_report
("can't parse: \"%s\"", str);
525
error_report
("there is no %s \"%s\" defined",
544
error_report
("can't parse: \"%s\"", str);
634
error_report
("no group defined");
642
error_report
("parse error");
646
error_report
("error reading file");
qemu-error.c
199
void
error_report
(const char *fmt, ...)
function
qerror.c
409
* it uses
error_report
() for this, so that the output is routed to the right
416
error_report
("%s", qstring_get_str(qstring));
Completed in 403 milliseconds