Searched defs:dolog (Results 1 - 4 of 4) sorted by relevance

/external/qemu/audio/
H A Daudio_int.h248 static void GCC_ATTR dolog (const char *fmt, ...) function
/external/qemu/hw/
H A Ddma.c29 #define dolog(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
88 dolog ("invalid channel %#x %#x\n", nport, data);
101 dolog ("invalid channel %#x %#x\n", nport, data);
114 dolog ("invalid channel read %#x\n", nport);
127 dolog ("invalid channel read %#x\n", nport);
200 dolog ("command %#x not supported\n", data);
267 dolog ("unknown iport %#x\n", iport);
340 dolog ("DMA in address decrement mode\n");
343 dolog ("DMA not in single mode select %#x\n", opmode);
463 dolog ("unregistere
[all...]
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c8054 int dolog);
9733 * @dolog: indicate that error logging should be done
9742 xmlRelaxNGValidateElementEnd(xmlRelaxNGValidCtxtPtr ctxt, int dolog) argument
9751 if (dolog) {
9760 if (dolog) {
/external/libxml2/
H A Drelaxng.c8054 int dolog);
9762 * @dolog: indicate that error logging should be done
9771 xmlRelaxNGValidateElementEnd(xmlRelaxNGValidCtxtPtr ctxt, int dolog) argument
9780 if (dolog) {
9789 if (dolog) {

Completed in 252 milliseconds