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

  /external/qemu/
migration-exec.c 29 #define DPRINTF(fmt, ...) \
32 #define DPRINTF(fmt, ...) \
49 DPRINTF("exec_close\n");
76 DPRINTF("Unable to popen exec target\n");
82 DPRINTF("Unable to retrieve file descriptor for popen'd handle\n");
87 DPRINTF("Unable to set nonblocking mode on file descriptor\n");
129 DPRINTF("successfully loaded vm state\n");
142 DPRINTF("Attempting to start an incoming migration\n");
145 DPRINTF("Unable to apply qemu wrapper to popen file\n");
buffered_file.c 41 #define DPRINTF(fmt, ...) \
44 #define DPRINTF(fmt, ...) \
54 DPRINTF("increasing buffer capacity from %zu by %zu\n",
77 DPRINTF("flush when error, bailing\n");
81 DPRINTF("flushing %zu byte(s) of data\n", s->buffer_size);
89 DPRINTF("backend not ready, freezing\n");
95 DPRINTF("error flushing data, %zd\n", ret);
99 DPRINTF("flushed %zd byte(s)\n", ret);
104 DPRINTF("flushed %zu of %zu byte(s)\n", offset, s->buffer_size);
115 DPRINTF("putting %d bytes at %" PRId64 "\n", size, pos)
    [all...]
  /external/qemu/hw/
scsi-disk.c 22 #define DPRINTF(fmt, ...) \
25 #define DPRINTF(fmt, ...) do {} while(0)
143 DPRINTF("Command complete tag=0x%x status=%d sense=%d\n", r->tag, status, sense);
155 DPRINTF("Cancel tag=0x%x\n", tag);
171 DPRINTF("IO error\n");
176 DPRINTF("Data ready tag=0x%x len=%d\n", r->tag, r->iov.iov_len);
196 DPRINTF("Read buf_len=%d\n", r->iov.iov_len);
201 DPRINTF("Read sector_count=%d\n", r->sector_count);
265 DPRINTF("Write complete tag=0x%x more=%d\n", r->tag, len);
296 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/iproute2/tc/
q_gred.c 33 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
35 #define DPRINTF(format,args...)
60 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
63 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv);
107 DPRINTF("TC_GRED: sending DPs=%d default=%d\n",opt.DPs,opt.def_DP);
165 DPRINTF ("\n ******* DP =%u\n",opt.DP);

Completed in 1026 milliseconds