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

/external/qemu/
H A Dmigration-dummy-android.c24 #define dprintf(fmt, ...) \ macro
27 #define dprintf(fmt, ...) \ macro
H A Dkvm-all.c37 #define dprintf(fmt, ...) \ macro
40 #define dprintf(fmt, ...) \ macro
167 dprintf("kvm_init_vcpu\n");
171 dprintf("kvm_create_vcpu failed\n");
180 dprintf("KVM_GET_VCPU_MMAP_SIZE failed\n");
188 dprintf("mmap'ing vcpu state failed\n");
340 dprintf("ioctl failed %d\n", errno);
609 dprintf("kvm_cpu_exec()\n");
613 dprintf("interrupt exit requested\n");
623 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/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c41 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) macro
295 dprintf("binding to node %d, mask: %016lx => %d\n", node, nodemask, ret);
427 dprintf("got CPU list: {%s}\n", p0.cpu_list_str);
441 dprintf("g->p.nr_tasks: %d\n", g->p.nr_tasks);
464 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
501 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul);
559 dprintf("got NODE list: {%s}\n", p0.node_list_str);
573 dprintf("g->p.nr_tasks: %d\n", g->p.nr_tasks);
595 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
620 dprintf("NODE
[all...]
/external/bison/darwin-lib/
H A Dstdio.h448 # 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 fo
[all...]
/external/bison/linux-lib/
H A Dstdio.h448 # 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 fo
[all...]
/external/bison/lib/
H A Dstdio.in.h136 # define dprintf rpl_dprintf
138 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
141 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
144 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
148 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
150 _GL_CXXALIASWARN (dprintf);
152 # undef dprintf
154 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
155 "use gnulib module dprintf fo
[all...]
/external/qemu/target-i386/
H A Dkvm.c36 #define dprintf(fmt, ...) \ macro
39 #define dprintf(fmt, ...) \ macro
728 dprintf("injected interrupt %d\n", irq);
742 dprintf("setting tpr\n");
790 dprintf("handle_hlt\n");
/external/chromium_org/third_party/libxml/src/
H A Dtrio.h200 #define dprintf trio_dprintf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h200 #define dprintf trio_dprintf macro
/external/libxml2/
H A Dtrio.h200 #define dprintf trio_dprintf macro
/external/libunwind/tests/
H A Dtest-coredump-unwind.c232 dprintf(2, "signal:%d address:0x%lx ip:0x%lx\n",
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_macos.h614 #define dprintTrace ";dprintf;doTrace"
615 #define dprintNoTrace ";dprintf"
616 extern void dprintf(const char *format, ...);
/external/bison/
H A Dconfigure30450 for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do

Completed in 388 milliseconds