HomeSort by relevance Sort by last modified time
    Searched full:dprintf (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/qemu/
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...]
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");
migration.c 25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
172 dprintf("suspending monitor\n");
180 dprintf("setting error state\n");
190 dprintf("closing file\n");
241 dprintf("beginning savevm\n");
244 dprintf("failed, %d\n", ret);
257 dprintf("put_ready returning because of non-active state\n");
261 dprintf("iterate\n");
264 dprintf("done iterating\n")
    [all...]
migration-dummy-android.c 25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
migration-tcp-android.c 25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
44 dprintf("tcp_close\n");
58 dprintf("connect completed\n");
61 dprintf("error connecting %d\n", val);
115 dprintf("connect failed\n");
133 dprintf("accepted migration\n");
153 dprintf("successfully loaded vm state\n");
migration-tcp.c 25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
44 dprintf("tcp_close\n");
59 dprintf("connect completed\n");
74 dprintf("error connecting %d\n", val);
123 dprintf("connect failed\n");
145 dprintf("accepted migration\n");
165 dprintf("successfully loaded vm state\n");
kvm-all.c 35 #define dprintf(fmt, ...) \ macro
38 #define dprintf(fmt, ...) \ macro
153 dprintf("kvm_init_vcpu\n");
157 dprintf("kvm_create_vcpu failed\n");
166 dprintf("KVM_GET_VCPU_MMAP_SIZE failed\n");
174 dprintf("mmap'ing vcpu state failed\n");
326 dprintf("ioctl failed %d\n", errno);
581 dprintf("kvm_cpu_exec()\n");
585 dprintf("interrupt exit requested\n");
595 dprintf("io window exit\n")
    [all...]
usb-linux.c 73 #define dprintf printf macro
75 #define dprintf(...) macro
259 dprintf("husb: async. reap urb failed errno %d\n", errno);
265 dprintf("husb: async completed. aurb %p status %d alen %d\n",
296 dprintf("husb: async cancel. aurb %p\n", aurb);
303 dprintf("husb: async. discard urb failed errno %d\n", errno);
316 dprintf("husb: claiming interfaces. config %d\n", configuration);
326 dprintf("husb: i is %d, descr_len is %d, dl %d, dt %d\n", i, dev->descr_len,
394 dprintf("husb: releasing interfaces\n");
411 dprintf("husb: reset device %u.%u\n", s->bus_num, s->addr)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmouse.c 42 Dprintf ("enter NX_CreateWMCursor\n") ;
50 Dprintf ("leave NX_CreateWMCursor\n") ;
56 Dprintf ("NX_FreeWMCursor\n") ;
65 Dprintf ("enter NX_WarpWMCursor\n") ;
72 Dprintf ("leave NX_WarpWMCursor\n") ;
77 Dprintf ("NX_ShowWMCursor\n") ;
SDL_nxevents.c 42 Dprintf ("enter NX_InitOSKeymap\n") ;
109 Dprintf ("leave NX_InitOSKeymap\n") ;
116 Dprintf ("enter NX_TranslateKey\n") ;
160 Dprintf ("leave NX_TranslateKey\n") ;
185 Dprintf ("mouse enter\n") ;
192 Dprintf ("mouse exit\n") ;
199 Dprintf ("focus in\n") ;
206 Dprintf ("focus out\n") ;
213 Dprintf ("mouse motion\n") ;
232 Dprintf ("button down\n")
    [all...]
SDL_nxwm.c 35 Dprintf ("enter NX_SetCaption\n") ;
44 Dprintf ("leave NX_SetCaption\n") ;
49 Dprintf ("enter NX_GetWMInfo\n") ;
60 Dprintf ("leave NX_GetWMInfo\n") ;
SDL_nxvideo.c 56 Dprintf ("enter NX_Available\n") ;
61 Dprintf ("leave NX_Available\n") ;
67 Dprintf ("enter NX_DeleteDevice\n") ;
75 Dprintf ("leave NX_DeleteDevice\n") ;
82 Dprintf ("enter NX_CreateDevice\n") ;
146 Dprintf ("leave NX_CreateDevice\n") ;
158 Dprintf ("enter create_aux_windows\n") ;
183 Dprintf ("leave create_aux_windows\n") ;
190 Dprintf ("enter NX_VideoInit\n") ;
247 Dprintf ("leave NX_VideoInit\n")
    [all...]
SDL_nximage.c 37 Dprintf ("enter NX_NormalUpdate\n") ;
118 Dprintf ("leave NX_NormalUpdate\n") ;
125 Dprintf ("enter NX_SetupImage\n") ;
143 Dprintf ("leave NX_SetupImage\n") ;
149 Dprintf ("enter NX_DestroyImage\n") ;
155 Dprintf ("leave NX_DestroyImage\n") ;
163 Dprintf ("enter NX_ResizeImage\n") ;
181 Dprintf ("leave NX_ResizeImage\n") ;
187 Dprintf ("enter NX_RefreshDisplay\n") ;
229 Dprintf ("leave NX_RefreshDisplay\n")
    [all...]
SDL_nxvideo.h 36 #define Dprintf printf
38 #define Dprintf(ignore...)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 127 DPrintf("#%d: GetJavaSync %p->%p\n", thr->tid, addr, b);
132 DPrintf("#%d: found existing sync for %p\n", thr->tid, addr);
137 DPrintf("#%d: creating new sync for %p\n", thr->tid, addr);
168 DPrintf("#%d: java_init(%p, %p)\n", thr->tid, heap_begin, heap_size);
180 DPrintf("#%d: java_fini()\n", thr->tid);
184 DPrintf("#%d: java_fini() = %d\n", thr->tid, status);
190 DPrintf("#%d: java_alloc(%p, %p)\n", thr->tid, ptr, size);
204 DPrintf("#%d: java_free(%p, %p)\n", thr->tid, ptr, size);
222 DPrintf("#%d: java_move(%p, %p, %p)\n", thr->tid, src, dst, size);
243 DPrintf("#%d: moving block %p->%p\n", thr->tid, getmem(s), getmem(d))
    [all...]
tsan_fd.cc 153 DPrintf("#%d: FdAcquire(%d) -> %p\n", thr->tid, fd, s);
162 DPrintf("#%d: FdRelease(%d) -> %p\n", thr->tid, fd, s);
169 DPrintf("#%d: FdAccess(%d)\n", thr->tid, fd);
175 DPrintf("#%d: FdClose(%d)\n", thr->tid, fd);
189 DPrintf("#%d: FdFileCreate(%d)\n", thr->tid, fd);
194 DPrintf("#%d: FdDup(%d, %d)\n", thr->tid, oldfd, newfd);
203 DPrintf("#%d: FdCreatePipe(%d, %d)\n", thr->tid, rfd, wfd);
211 DPrintf("#%d: FdEventCreate(%d)\n", thr->tid, fd);
216 DPrintf("#%d: FdSignalCreate(%d)\n", thr->tid, fd);
221 DPrintf("#%d: FdInotifyCreate(%d)\n", thr->tid, fd)
    [all...]
tsan_rtl_mutex.cc 27 DPrintf("#%d: MutexCreate %zx\n", thr->tid, addr);
45 DPrintf("#%d: MutexDestroy %zx\n", thr->tid, addr);
84 DPrintf("#%d: MutexLock %zx rec=%d\n", thr->tid, addr, rec);
118 DPrintf("#%d: MutexUnlock %zx all=%d\n", thr->tid, addr, all);
158 DPrintf("#%d: MutexReadLock %zx\n", thr->tid, addr);
179 DPrintf("#%d: MutexReadUnlock %zx\n", thr->tid, addr);
201 DPrintf("#%d: MutexReadOrWriteUnlock %zx\n", thr->tid, addr);
247 DPrintf("#%d: Acquire %zx\n", thr->tid, addr);
272 DPrintf("#%d: Release %zx\n", thr->tid, addr);
282 DPrintf("#%d: ReleaseStore %zx\n", thr->tid, addr)
    [all...]
  /sdk/sdklauncher/
sdklauncher.c 35 void dprintf(char *msg, ...) { function
100 dprintf("Program dir: %s\n", program_dir);
117 dprintf("CreateProcess returned %d\n", ret);
134 dprintf("CreateProcess returned %d\n", ret);
142 dprintf("Cleanup.\n");
149 dprintf("Verbose debug mode.\n");
  /sdk/avdlauncher/
avdlauncher.c 35 void dprintf(char *msg, ...) { function
100 dprintf("Program dir: %s\n", program_dir);
114 dprintf("CreateProcess returned %d\n", ret);
122 dprintf("Cleanup.\n");
129 dprintf("Verbose debug mode.\n");
  /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...]
usb-ohci.c 44 #define dprintf printf macro
46 #define dprintf(...) macro
356 dprintf("usb-ohci: Attached port %d\n", port1->index);
374 dprintf("usb-ohci: Detached port %d\n", port1->index);
428 dprintf("usb-ohci: Reset %s\n", ohci->name);
594 dprintf("Async packet complete\n");
649 dprintf("usb-ohci: ISO_TD R=%d < 0\n", relative_frame_number);
654 dprintf("usb-ohci: ISO_TD R=%d > FC=%d\n", relative_frame_number,
857 dprintf("Skipping async TD\n");
908 dprintf(" TD @ 0x%.8x %u bytes %s r=%d cbp=0x%.8x be=0x%.8x\n"
    [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/qemu/slirp/
bootp.c 46 #define dprintf(fmt, ...) \ macro
49 #define dprintf(fmt, ...) macro
131 dprintf("dhcp: tag=%d len=%d\n", tag, len);
166 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type);
168 dprintf(" req_addr=%08x\n", ntohl(preq_addr->s_addr));
170 dprintf("\n");
199 dprintf("no address left\n");
240 dprintf("%s addr=%08x\n",
299 dprintf("nak'ed addr=%08x\n", ntohl(preq_addr->s_addr));
  /external/qemu/slirp-android/
bootp.c 47 #define dprintf(fmt, ...) \ macro
50 #define dprintf(fmt, ...) macro
136 dprintf("dhcp: tag=%d len=%d\n", tag, len);
171 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type);
173 dprintf(" req_addr=%08x\n", ntohl(*(uint32_t*)preq_addr));
175 dprintf("\n");
204 dprintf("no address left\n");
244 dprintf("%s addr=%08x\n",
303 dprintf("nak'ed addr=%08x\n", ip_geth(*preq_addr));

Completed in 244 milliseconds

1 2 3 4 5 6