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

1 2

  /bootable/bootloader/legacy/nandwrite/
nandwrite.c 54 dprintf("verify failed at %x\n", offset);
66 dprintf("verify done %d extra bytes\n", verify_extra);
75 dprintf("image @ %x (%d bytes)\n", addr, len);
76 dprintf("write to '%s' partition\n", name);
89 dprintf("erasing flash @ %d (len=%d)\n", p->start, p->length);
93 dprintf("writing flash at @ %d\n", p->start);
120 dprintf("%x: ", (unsigned) b);
122 dprintf("%b ", *b++);
124 dprintf("\n%x: ", (unsigned) b);
128 if(count != 0) dprintf("\n")
    [all...]
  /external/qemu/
migration-dummy-android.c 25 #define dprintf(fmt, ...) \ macro
28 #define dprintf(fmt, ...) \ macro
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-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");
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,
393 dprintf("husb: releasing interfaces\n");
410 dprintf("husb: reset device %u.%u\n", s->bus_num, s->addr)
    [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);
578 dprintf("kvm_cpu_exec()\n");
582 dprintf("interrupt exit requested\n");
592 dprintf("io window exit\n")
    [all...]
  /bootable/bootloader/legacy/arch_msm7k/
smem.c 79 dprintf("--- smem info ---\n");
81 dprintf("heap: init=%x free=%x remain=%x\n",
89 dprintf("%x: alloc=%x offset=%x size=%x\n",
nand.c 81 dprintf("ERROR: result: %x\n", n);
82 dprintf("ERROR: flush: %x %x %x %x\n",
139 dprintf("status: %x\n", data[3]);
141 dprintf("nandid: %x maker %b device %b\n",
191 dprintf("status: %x\n", data[5]);
311 dprintf("read page %d: status: %x %x %x %x\n",
315 dprintf("data%d: %x %x %x %x\n", n, ptr[0], ptr[1], ptr[2], ptr[3]);
317 dprintf("spare data%d %x %x %x %x\n", n, ptr[0], ptr[1], ptr[2], ptr[3]);
429 dprintf("write page %d: status: %x %x %x %x\n",
468 dprintf("nandcfg: %x %x (initial)\n", CFG0, CFG1)
    [all...]
mddi.c 53 dprintf("bad caps header\n");
58 dprintf("mddi: bm: %d,%d win %d,%d rgb %x\n",
62 dprintf("mddi: vend %x prod %x\n",
159 if(timeout == 0) dprintf("timeout\n");
168 // dprintf("mddi_init()\n");
229 dprintf("panel is %d x %d\n", fb_width, fb_height);
234 // dprintf("FB @ %x mlist @ %x\n", (unsigned) FB, (unsigned) mlist);
vic.c 37 dprintf("unsolicited irq #%d\n", n);
  /bootable/bootloader/legacy/libc/
dprintf.c 50 void dprintf(const char *fmt, ...) function
Android.mk 8 dprintf.c \
  /bootable/bootloader/legacy/usbloader/
usbloader.c 126 dprintf("cmdline: '%s'\n", oldcmdline);
127 dprintf("cmdline: '%s'\n", cmdline);
149 dprintf("CMDLINE: '%s'\n", ((char*) (np + 2)));
195 dprintf("bootimg: bad header\n");
200 dprintf("bootimg: invalid page size\n");
209 dprintf("bootimg: invalid image size");
226 dprintf("bootimg: kernel addr=%x size=%x\n",
228 dprintf("bootimg: ramdisk addr=%x size=%x\n",
274 // dprintf("tx_status('%s')\n", status);
349 dprintf("\n> %s\n",cmdbuf)
    [all...]
  /sdk/avdlauncher/
avdlauncher.c 36 void dprintf(char *msg, ...) { function
219 dprintf("Program dir: %s\n", program_dir);
233 dprintf("CreateProcess returned %d\n", ret);
239 dprintf("Wait for process to finish.\n");
247 dprintf("Cleanup.\n");
266 dprintf("Verbose debug mode.\n");
  /sdk/sdklauncher/
sdklauncher.c 36 void dprintf(char *msg, ...) { function
219 dprintf("Program dir: %s\n", program_dir);
233 dprintf("CreateProcess returned %d\n", ret);
239 dprintf("Wait for process to finish.\n");
247 dprintf("Cleanup.\n");
266 dprintf("Verbose debug mode.\n");
  /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(*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));
  /ndk/sources/host-tools/nawk-20071023/
main.c 137 dprintf( ("program = |%s|\n", argv[1]) );
146 dprintf( ("argc=%d, argv[0]=%s\n", argc, argv[0]) );
154 dprintf( ("errorflag=%d\n", errorflag) );
lib.c 115 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n",
124 dprintf( ("argno=%d, file=|%s|\n", argno, file) );
137 dprintf( ("opening file %s\n", file) );
217 dprintf( ("readrec saw <%s>, returns %d\n", buf, c == EOF && rr == buf ? 0 : 1) );
232 dprintf( ("getargv(%d) returns |%s|\n", n, s) );
251 dprintf( ("command line set %s to |%s|\n", s, p) );
427 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) );
436 dprintf( ("refldbld: i=%d\n", i) );
439 dprintf( ("match %s (%d chars)\n", patbeg, patlen) );
445 dprintf( ("no match %s\n", rec) )
    [all...]
tran.c 214 dprintf( ("setsymtab found %p: n=%s s=\"%s\" f=%g t=%o\n",
233 dprintf( ("setsymtab set %p: n=%s s=\"%s\" f=%g t=%o\n",
292 dprintf( ("setting field %d to %g\n", fldno, f) );
301 dprintf( ("setfval %p: %s = %g, t=%o\n", vp, NN(vp->nval), f, vp->tval) );
320 dprintf( ("starting setsval %p: %s = \"%s\", t=%o, r,f=%d,%d\n",
329 dprintf( ("setting field %d to %s (%p)\n", fldno, s, s) );
340 dprintf( ("setsval %p: %s = \"%s (%p) \", t=%o r,f=%d,%d\n",
358 dprintf( ("getfval %p: %s = %g, t=%o\n", vp, NN(vp->nval), vp->fval, vp->tval) );
384 dprintf( ("getsval %p: %s = \"%s (%p)\", t=%o\n", vp, NN(vp->nval), vp->sval, vp->sval, vp->tval) );
  /bootable/bootloader/legacy/libboot/
flash.c 50 dprintf("ptn %d name='%s' start=%d len=%d\n",
  /system/core/sh/
output.h 68 void dprintf(const char *, ...)
  /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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio-ldbl.h 68 __LDBL_REDIR_DECL (dprintf)

Completed in 1012 milliseconds

1 2