HomeSort by relevance Sort by last modified time
    Searched refs:dprint (Results 1 - 20 of 20) sorted by null

  /external/qemu/target-i386/
hax-windows.c 38 dprint("Failed to open the HAX device!\n");
45 dprint("device fd:%d\n", *fd);
57 dprint("Open HAX device failed\n");
71 dprint("Allocate memory before vm create?\n");
88 dprint("Failed to allocate %x memory\n", size);
110 dprint(
144 dprint("Invalid fd for hax device!\n");
159 dprint("hax capability is too long to hold.\n");
160 dprint("Failed to get Hax capability:%d\n", err);
174 dprint("Invalid fd for hax device!\n")
    [all...]
hax-darwin.c 28 dprint("Failed to open the hax module\n");
42 dprint("Allocate memory before vm create?\n");
51 dprint("Failed to allocate %x memory\n", size);
69 dprint("set_phys_mem %x %lx requires page aligned addr and size\n", start_addr, size);
82 dprint("has set phys mem failed\n");
95 dprint("Failed to get HAX capability\n");
109 dprint("Failed to get HAX version\n");
122 dprint("Too big VM id\n");
140 dprint("Too big vm id %x or vcpu id %x\n", vm_id, vcpu_id);
194 dprint("Failed to notify qemu API version\n")
    [all...]
hax-all.c 73 dprint("Invalid emulation state in hax_sto_tbloop state %x\n",
140 dprint("VT feature is not enabled, HAXM not working.\n");
142 dprint("NX feature is not enabled, HAXM not working.\n");
150 dprint("The memory needed by this VM exceeds the driver limit.\n");
181 dprint("vcpu %x created failed, vm is null\n", id);
187 dprint("vcpu %x allocated already\n", id);
194 dprint("Failed to alloc vcpu state\n");
203 dprint("Failed to create vcpu %x\n", id);
210 dprint("Failed to open the vcpu\n");
220 dprint("Invalid HAX tunnel size \n")
    [all...]
  /external/qemu/android/utils/
debug.h 74 do { if (VERBOSE_CHECK(tag)) dprint(__VA_ARGS__); } while (0)
80 ** 'dprint' prints the message, then appends a '\n\
87 extern void dprint( const char* format, ... );
timezone.c 116 dprint( "### WARNING: Could not read %s, something is very wrong on your system",
124 dprint( "### WARNING: %s does not point to %s, can't determine zoneinfo timezone name",
130 dprint( "### WARNING: %s does not point to zoneinfo-compatible timezone name\n", LOCALTIME_FILE );
debug.c 18 dprint( const char* format, ... ) function
  /external/qemu/android/
qemu-setup.c 29 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
421 dprint("http_proxy format unsupported, try 'proxy:port' or 'username:password@proxy:port'");
453 dprint("Could not connect to proxy at %.*s:%d: %s !",
455 dprint("Proxy will be ignored !");
462 dprint( "Http proxy setup failed for '%.*s:%d': %s",
464 dprint( "Proxy will be ignored !");
488 dprint( "Application directory too long: %s", appdir);
audio-test.c 71 dprint("Cannot open test audio!");
cmdline-option.c 280 dprint( "ignoring unknown " ENV_DEBUG " item '%s'", x );
sync-utils.c 30 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
qemulator.c 21 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
445 //dprint( "onion alpha set to %d (%.f %%)", alpha, alpha/2.56 );
main-common.c 53 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
906 dprint("could not find virtual device named '%s'", opts->avd);
    [all...]
main.c 71 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
    [all...]
  /external/qemu/hw/
goldfish_memlog.c 20 extern void dprint(const char* fmt, ...);
goldfish_audio.c 26 extern void dprint(const char* fmt, ...);
592 dprint("warning: opening audio output failed\n");
613 dprint("warning: opening audio input failed\n");
goldfish_nand.c 796 dprint( "mapping '%.*s' NAND image to %s", devname_len, devname, rwfilename);
  /external/qemu/android/skin/
file.c 256 dprint( "Warning: skin file button uses unknown key name '%s'", button->name );
291 dprint( "### WARNING: ignoring part location without 'name' element" );
300 dprint( "### WARNING: ignoring part location with unknown name '%s'", partname );
480 dprint( "### WARNING: invalid skin layout event format: '%s', should be '<TYPE>:<CODE>:<VALUE>'", event );
489 dprint( "### WARNING: unrecognized skin layout event name: %.*s", x-event, event );
647 dprint( "## WARNING: can't load part '%s' from skin\n", node->name ? "<NULL>" : node->name );
670 dprint( "## WARNING: ignoring layout in skin file" );
699 dprint( "## WARNING: invalid skin version: %d", file->version);
window.c     [all...]
  /external/qemu/slirp-android/
slirp.c 30 #include "android/utils/debug.h" /* for dprint */
233 dprint( "cannot create slirp log file in temporary directory" );
238 dprint( "sending slirp logs with mask %x to %s", slirp_logmask, slirp_logfile );
    [all...]
  /external/qemu/
vl-android.c 406 extern void dprint( const char* format, ... );
    [all...]

Completed in 195 milliseconds