HomeSort by relevance Sort by last modified time
    Searched refs:DPRINTF (Results 1 - 8 of 8) sorted by null

  /external/qemu/
buffered_file.c 42 #define DPRINTF(fmt, ...) \
45 #define DPRINTF(fmt, ...) \
55 DPRINTF("increasing buffer capacity from %zu by %zu\n",
78 DPRINTF("flush when error, bailing\n");
82 DPRINTF("flushing %zu byte(s) of data\n", s->buffer_size);
90 DPRINTF("backend not ready, freezing\n");
96 DPRINTF("error flushing data, %zd\n", ret);
100 DPRINTF("flushed %zd byte(s)\n", ret);
105 DPRINTF("flushed %zu of %zu byte(s)\n", offset, s->buffer_size);
116 DPRINTF("putting %d bytes at %" PRId64 "\n", size, pos)
    [all...]
  /external/qemu/hw/
scsi-disk.c 21 #define DPRINTF(fmt, ...) \
24 #define DPRINTF(fmt, ...) do {} while(0)
142 DPRINTF("Command complete tag=0x%x status=%d sense=%d\n", r->tag, status, sense);
154 DPRINTF("Cancel tag=0x%x\n", tag);
170 DPRINTF("IO error\n");
175 DPRINTF("Data ready tag=0x%x len=%d\n", r->tag, r->iov.iov_len);
195 DPRINTF("Read buf_len=%d\n", r->iov.iov_len);
200 DPRINTF("Read sector_count=%d\n", r->sector_count);
264 DPRINTF("Write complete tag=0x%x more=%d\n", r->tag, len);
295 DPRINTF("Write data tag=0x%x\n", tag)
    [all...]
usb-msd.c 19 #define DPRINTF(fmt, ...) \
22 #define DPRINTF(fmt, ...) do {} while(0)
181 DPRINTF("Command complete %d\n", arg);
215 DPRINTF("Packet complete %p\n", p);
226 DPRINTF("Reset\n");
377 DPRINTF("Command on LUN %d\n", cbw.lun);
391 DPRINTF("Command tag 0x%x flags %08x len %d data %d\n",
408 DPRINTF("Data out %d/%d\n", len, s->data_len);
424 DPRINTF("Deferring packet %p\n", p);
434 DPRINTF("Unexpected write (len %d)\n", len)
    [all...]
arm_gic.c 17 #define DPRINTF(fmt, ...) \
20 #define DPRINTF(fmt, ...) do {} while(0)
133 DPRINTF("Raised pending IRQ %d\n", best_irq);
149 DPRINTF("Set %d pending cpu %d\n", irq, cpu);
166 DPRINTF("Set %d pending mask %x\n", irq, GIC_TARGET(irq));
193 DPRINTF("ACK no pending IRQ\n");
201 DPRINTF("ACK %d\n", new_irq);
209 DPRINTF("EOI %d\n", irq);
217 DPRINTF("Set %d pending mask %x\n", irq, cm);
389 DPRINTF("Distribution %sabled\n", s->enabled ? "En" : "Dis")
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_ti.c 49 #define DPRINTF(x...) printf(x)
51 #define DPRINTF(x...)
322 DPRINTF("W");
326 DPRINTF("R");
329 DPRINTF("S");
333 DPRINTF("D");
337 DPRINTF("C");
392 DPRINTF("Sending script to serial device\n");
410 DPRINTF("Sending script to bluetooth socket\n");
434 DPRINTF("\n")
    [all...]
  /external/iproute2/tc/
q_gred.c 32 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
34 #define DPRINTF(format,args...)
61 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
64 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv);
109 DPRINTF("TC_GRED: sending DPs=%d default=%d\n",opt.DPs,opt.def_DP);
166 DPRINTF ("\n ******* DP =%u\n",opt.DP);
  /external/webkit/JavaScriptCore/pcre/
pcre_internal.h 102 #define DPRINTF(p) printf p
104 #define DPRINTF(p) /*nothing*/
pcre_exec.cpp 511 DPRINTF(("start bracket 0\n"));
518 DPRINTF(("bracket 0 failed\n"));
    [all...]

Completed in 238 milliseconds