Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 10 of 10) sorted by relevance

/external/qemu/
Dmigration-exec.c27 #define dprintf(fmt, ...) \ macro
30 #define dprintf(fmt, ...) \ macro
46 dprintf("exec_close\n"); in exec_close()
66 dprintf("Unable to popen exec target\n"); in exec_start_outgoing_migration()
72 dprintf("Unable to retrieve file descriptor for popen'd handle\n"); in exec_start_outgoing_migration()
77 dprintf("Unable to set nonblocking mode on file descriptor\n"); in exec_start_outgoing_migration()
119 dprintf("successfully loaded vm state\n"); in exec_accept_incoming_migration()
132 dprintf("Attempting to start an incoming migration\n"); in exec_start_incoming_migration()
135 dprintf("Unable to apply qemu wrapper to popen file\n"); in exec_start_incoming_migration()
Dmigration.c25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
172 dprintf("suspending monitor\n"); in migrate_fd_monitor_suspend()
180 dprintf("setting error state\n"); in migrate_fd_error()
190 dprintf("closing file\n"); in migrate_fd_cleanup()
241 dprintf("beginning savevm\n"); in migrate_fd_connect()
244 dprintf("failed, %d\n", ret); in migrate_fd_connect()
257 dprintf("put_ready returning because of non-active state\n"); in migrate_fd_put_ready()
261 dprintf("iterate\n"); in migrate_fd_put_ready()
264 dprintf("done iterating\n"); in migrate_fd_put_ready()
[all …]
Dmigration-tcp-android.c25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
44 dprintf("tcp_close\n"); in tcp_close()
58 dprintf("connect completed\n"); in tcp_wait_for_connect()
61 dprintf("error connecting %d\n", val); in tcp_wait_for_connect()
115 dprintf("connect failed\n"); in tcp_start_outgoing_migration()
133 dprintf("accepted migration\n"); in tcp_accept_incoming_migration()
153 dprintf("successfully loaded vm state\n"); in tcp_accept_incoming_migration()
Dmigration-tcp.c25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
44 dprintf("tcp_close\n"); in tcp_close()
59 dprintf("connect completed\n"); in tcp_wait_for_connect()
74 dprintf("error connecting %d\n", val); in tcp_wait_for_connect()
123 dprintf("connect failed\n"); in tcp_start_outgoing_migration()
145 dprintf("accepted migration\n"); in tcp_accept_incoming_migration()
165 dprintf("successfully loaded vm state\n"); in tcp_accept_incoming_migration()
Dusb-linux.c73 #define dprintf printf macro
75 #define dprintf(...) macro
259 dprintf("husb: async. reap urb failed errno %d\n", errno); in async_complete()
265 dprintf("husb: async completed. aurb %p status %d alen %d\n", in async_complete()
296 dprintf("husb: async cancel. aurb %p\n", aurb); in async_cancel()
303 dprintf("husb: async. discard urb failed errno %d\n", errno); in async_cancel()
316 dprintf("husb: claiming interfaces. config %d\n", configuration); in usb_host_claim_interfaces()
326 dprintf("husb: i is %d, descr_len is %d, dl %d, dt %d\n", i, dev->descr_len, in usb_host_claim_interfaces()
393 dprintf("husb: releasing interfaces\n"); in usb_host_release_interfaces()
410 dprintf("husb: reset device %u.%u\n", s->bus_num, s->addr); in usb_host_handle_reset()
[all …]
Dmigration-dummy-android.c25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
/external/qemu/slirp/
Dbootp.c46 #define dprintf(fmt, ...) \ macro
49 #define dprintf(fmt, ...) macro
131 dprintf("dhcp: tag=%d len=%d\n", tag, len); in dhcp_decode()
166 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type); in bootp_reply()
168 dprintf(" req_addr=%08x\n", ntohl(preq_addr->s_addr)); in bootp_reply()
170 dprintf("\n"); in bootp_reply()
199 dprintf("no address left\n"); in bootp_reply()
240 dprintf("%s addr=%08x\n", in bootp_reply()
299 dprintf("nak'ed addr=%08x\n", ntohl(preq_addr->s_addr)); in bootp_reply()
/external/qemu/slirp-android/
Dbootp.c47 #define dprintf(fmt, ...) \ macro
50 #define dprintf(fmt, ...) macro
136 dprintf("dhcp: tag=%d len=%d\n", tag, len); in dhcp_decode()
171 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type); in bootp_reply()
173 dprintf(" req_addr=%08x\n", ntohl(*preq_addr)); in bootp_reply()
175 dprintf("\n"); in bootp_reply()
204 dprintf("no address left\n"); in bootp_reply()
244 dprintf("%s addr=%08x\n", in bootp_reply()
303 dprintf("nak'ed addr=%08x\n", ip_geth(*preq_addr)); in bootp_reply()
/external/qemu/hw/
Dusb-ohci.c44 #define dprintf printf macro
46 #define dprintf(...) macro
356 dprintf("usb-ohci: Attached port %d\n", port1->index); in ohci_attach()
374 dprintf("usb-ohci: Detached port %d\n", port1->index); in ohci_attach()
428 dprintf("usb-ohci: Reset %s\n", ohci->name); in ohci_reset()
594 dprintf("Async packet complete\n"); in ohci_async_complete_packet()
649 dprintf("usb-ohci: ISO_TD R=%d < 0\n", relative_frame_number); in ohci_service_iso_td()
654 dprintf("usb-ohci: ISO_TD R=%d > FC=%d\n", relative_frame_number, in ohci_service_iso_td()
857 dprintf("Skipping async TD\n"); in ohci_service_td()
908 dprintf(" TD @ 0x%.8x %u bytes %s r=%d cbp=0x%.8x be=0x%.8x\n", in ohci_service_td()
[all …]
/external/webkit/WebKitTools/Scripts/
Dextract-localizable-strings49 …_LOCALIZE_LATER => 1, UNLOCALIZED_STRING => 1, UNLOCALIZED_LPCTSTR => 1, dprintf => 1, NSException…