HomeSort by relevance Sort by last modified time
    Searched defs:dolog (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
dma.c 29 #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 ("unregistered DMA channel used nchan=%d dma_pos=%d dma_len=%d\n"
    [all...]
  /external/qemu/audio/
audio_int.h 248 static void GCC_ATTR dolog (const char *fmt, ...) function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 76 (initially), to dolog (once the log file has been opened), or to
103 log = dolog
106 def dolog(fmt, *args): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 76 (initially), to dolog (once the log file has been opened), or to
103 log = dolog
106 def dolog(fmt, *args): function
    [all...]

Completed in 196 milliseconds