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

  /external/qemu/
monitor-android.c 111 void monitor_printf(Monitor *mon, const char *fmt, ...) function
128 monitor_printf(mon, "\\%c", filename[i]);
131 monitor_printf(mon, "\\t");
134 monitor_printf(mon, "\\r");
137 monitor_printf(mon, "\\n");
140 monitor_printf(mon, "%c", filename[i]);
migration-dummy-android.c 63 monitor_printf(mon, "No Migration support\n");
savevm.c     [all...]
disas.c 504 monitor_printf(mon, "0x" TARGET_FMT_lx
510 monitor_printf(mon, "0x" TARGET_FMT_lx ": ", pc);
512 monitor_printf(mon, "\n");
block.c     [all...]
vl-android.c 1180 monitor_printf(mon, "No PCMCIA sockets\n");
1183 monitor_printf(mon, "%s: %s\n", iter->socket->slot_string,
    [all...]
qemu-char.c     [all...]
  /external/qemu/audio/
wavcapture.c 74 monitor_printf(cur_mon, "Capturing audio(%d,%d,%d) to %s: %d bytes\n",
101 monitor_printf(mon, "incorrect bit count %d, must be 8 or 16\n", bits);
106 monitor_printf(mon, "incorrect channel count %d, must be 1 or 2\n",
135 monitor_printf(mon, "Failed to open wave file `%s'\nReason: %s\n",
150 monitor_printf(mon, "Failed to add audio capture\n");
audio.c 430 monitor_printf(cur_mon, "%s: ", cap);
    [all...]
  /external/qemu/include/monitor/
monitor.h 59 void monitor_printf(Monitor *mon, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
  /external/qemu/ui/
input.c 232 monitor_printf(mon, "%c Mouse #%" PRId64 ": %s%s\n",
244 monitor_printf(mon, "No mouse devices connected\n");
289 monitor_printf(mon, "No mouse devices connected\n");
302 monitor_printf(mon, "Mouse at given index not found\n");
vnc-android.c 167 monitor_printf(mon, "Client:\n");
168 monitor_printf(mon, "%s", clientAddr);
174 monitor_printf(mon, " x509 dname: %s\n", client->tls.dname);
176 monitor_printf(mon, " x509 dname: none\n");
181 monitor_printf(mon, " username: %s\n", client->sasl.username);
183 monitor_printf(mon, " username: none\n");
190 monitor_printf(mon, "Server: disabled\n");
198 monitor_printf(mon, "Server:\n");
199 monitor_printf(mon, "%s", serverAddr);
201 monitor_printf(mon, " auth: %s\n", vnc_auth_name(vnc_display))
    [all...]
vnc.c 159 monitor_printf(mon, "Client:\n");
160 monitor_printf(mon, "%s", clientAddr);
166 monitor_printf(mon, " x509 dname: %s\n", client->tls.dname);
168 monitor_printf(mon, " x509 dname: none\n");
173 monitor_printf(mon, " username: %s\n", client->sasl.username);
175 monitor_printf(mon, " username: none\n");
182 monitor_printf(mon, "Server: disabled\n");
190 monitor_printf(mon, "Server:\n");
191 monitor_printf(mon, "%s", serverAddr);
193 monitor_printf(mon, " auth: %s\n", vnc_auth_name(vnc_display))
    [all...]
  /external/qemu/hw/pci/
pci.c 728 monitor_printf(mon, " Bus %2d, device %3d, function %d:\n",
731 monitor_printf(mon, " ");
736 monitor_printf(mon, "%s", desc->desc);
738 monitor_printf(mon, "Class %04x", class);
743 monitor_printf(mon, ": PCI device %04x:%04x\n",
748 monitor_printf(mon, " IRQ %d.\n",
752 monitor_printf(mon, " BUS %d.\n", d->config[0x19]);
757 monitor_printf(mon, " BAR%d: ", i);
759 monitor_printf(mon, "I/O at 0x%04x [0x%04x].\n",
762 monitor_printf(mon, "32 bit memory at 0x%08x [0x%08x].\n"
    [all...]
  /external/qemu/hw/intc/
i8259.c 525 monitor_printf(mon, "pic%d: irr=%02x imr=%02x isr=%02x hprio=%d "
536 monitor_printf(mon, "irq statistic code not compiled.\n");
541 monitor_printf(mon, "IRQ statistics:\n");
545 monitor_printf(mon, "%2d: %" PRId64 "\n", i, count);
  /external/qemu/net/
net-android.c 858 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
863 monitor_printf(mon, " %15s |", buf);
864 monitor_printf(mon, " %5d |", sock_address_get_port(faddr));
870 monitor_printf(mon, " %15s |", buf);
871 monitor_printf(mon, " %5d\n", sock_address_get_port(laddr));
880 monitor_printf(mon, " Prot | Host Addr | HPort | Guest Addr | GPort\n");
881 monitor_printf(mon, " | | | | \n");
913 monitor_printf(mon, "removed %d redirections to %s port %d\n", n,
918 monitor_printf(mon, "invalid format\n");
979 monitor_printf(mon, "user mode network stack not in use\n")
    [all...]
net.c 755 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
760 monitor_printf(mon, " %15s |", buf);
761 monitor_printf(mon, " %5d |", fport);
767 monitor_printf(mon, " %15s |", buf);
768 monitor_printf(mon, " %5d\n", lport);
777 monitor_printf(mon, " Prot | Host Addr | HPort | Guest Addr | GPort\n");
778 monitor_printf(mon, " | | | | \n");
810 monitor_printf(mon, "removed %d redirections to %s port %d\n", n,
815 monitor_printf(mon, "invalid format\n");
876 monitor_printf(mon, "user mode network stack not in use\n")
    [all...]
  /external/qemu/hw/core/
sysbus.c 163 monitor_printf(mon, "%*smmio " TARGET_FMT_plx "/" TARGET_FMT_plx "\n",
qdev.c 461 #define qdev_printf(fmt, ...) monitor_printf(mon, "%*s" fmt, indent, "", ## __VA_ARGS__)
  /external/qemu/hw/i386/
pc.c 243 monitor_printf(mon, "Too many boot devices for PC\n");
249 monitor_printf(mon, "Invalid boot device for PC: '%c'\n",
    [all...]

Completed in 548 milliseconds