Searched refs:dprintf (Results 1 - 13 of 13) sorted by relevance

/external/qemu/
H A Dmigration-dummy-android.c25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
H A Dmigration.c25 #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("don
[all...]
H A Dmigration-tcp-android.c25 #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");
H A Dmigration-tcp.c25 #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");
H A Dusb-linux.c73 #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,
393 dprintf("husb: releasing interfaces\n");
410 dprintf("hus
[all...]
H A Dkvm-all.c35 #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("i
[all...]
/external/qemu/slirp/
H A Dbootp.c46 #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/
H A Dbootp.c47 #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));
/external/qemu/hw/
H A Dusb-ohci.c44 #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(" T
[all...]
/external/qemu/target-i386/
H A Dkvm.c36 #define dprintf(fmt, ...) \ macro
39 #define dprintf(fmt, ...) \ macro
721 dprintf("injected interrupt %d\n", irq);
735 dprintf("setting tpr\n");
780 dprintf("handle_hlt\n");
/external/libxml2/
H A Dtrio.h200 #define dprintf trio_dprintf macro
/external/libxslt/libxslt/
H A Dtrio.h200 #define dprintf trio_dprintf macro
/external/webkit/Tools/Scripts/
H A Dextract-localizable-strings49 my %isDebugMacro = ( ASSERT_WITH_MESSAGE => 1, LOG_ERROR => 1, ERROR => 1, NSURL_ERROR => 1, FATAL => 1, LOG => 1, LOG_WARNING => 1, UI_STRING_LOCALIZE_LATER => 1, LPCTSTR_UI_STRING_LOCALIZE_LATER => 1, UNLOCALIZED_STRING => 1, UNLOCALIZED_LPCTSTR => 1, dprintf => 1, NSException => 1, NSLog => 1, printf => 1 );

Completed in 250 milliseconds