HomeSort by relevance Sort by last modified time
    Searched defs:dprintf (Results 1 - 21 of 21) sorted by null

  /external/qemu/
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");
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...]
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...]
  /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");
  /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");
  /external/chromium_org/third_party/libxml/src/
trio.h 200 #define dprintf trio_dprintf macro
  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 200 #define dprintf trio_dprintf macro
  /external/libxml2/
trio.h 200 #define dprintf trio_dprintf macro
  /external/libxslt/libxslt/
trio.h 200 #define dprintf trio_dprintf macro
  /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));
  /system/core/sh/
output.c 232 dprintf(const char *fmt, ...) function
  /external/bison/darwin-lib/
stdio.h 448 # define dprintf rpl_dprintf
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
456 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
462 _GL_CXXALIASWARN (dprintf);
464 # undef dprintf macro
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
467 "use gnulib module dprintf for portability")
    [all...]
  /external/bison/linux-lib/
stdio.h 448 # define dprintf rpl_dprintf
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
456 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
462 _GL_CXXALIASWARN (dprintf);
464 # undef dprintf macro
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
467 "use gnulib module dprintf for portability")
    [all...]
  /external/qemu/target-i386/
kvm.c 36 #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");
  /bionic/libc/netbsd/
gethnamaddr.c 104 static void dprintf(const char *, res_state, ...)
140 dprintf(const char *msg, res_state res, ...) function
156 # define dprintf(msg, res, num) ((void)0) /*nada*/ macro
417 dprintf("size (%d) too big\n", res, n);
423 dprintf("Too many addresses (%d)\n",
1287 dprintf("res_nsearch failed (%d)\n", res, n);
1375 dprintf("res_nquery failed (%d)\n", res, n);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 35 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for dprintf
40 # define dprintf(x) if (dbg) printf x macro
42 # define dprintf(x) macro
  /external/qemu/hw/
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...]

Completed in 1063 milliseconds