/external/qemu/ |
usb-dummy-android.c | 42 monitor_printf(mon, " No devices\n");
|
monitor.c | 167 monitor_printf(mon, "terminal does not support password prompting\n"); 210 void monitor_printf(Monitor *mon, const char *fmt, ...) function 227 monitor_printf(mon, "\\%c", filename[i]); 230 monitor_printf(mon, "\\t"); 233 monitor_printf(mon, "\\r"); 236 monitor_printf(mon, "\\n"); 239 monitor_printf(mon, "%c", filename[i]); 287 monitor_printf(mon, "%s%s %s -- %s\n", prefix, cmd->name, 300 monitor_printf(mon, "Log items (comma separated):\n"); 301 monitor_printf(mon, "%-10s %s\n", "none", "remove all logs") [all...] |
migration-dummy-android.c | 64 monitor_printf(mon, "No Migration support\n");
|
migration.c | 63 monitor_printf(mon, "unknown migration protocol: %s\n", uri); 66 monitor_printf(mon, "migration failed\n"); 145 monitor_printf(mon, "Migration status: "); 148 monitor_printf(mon, "active\n"); 149 monitor_printf(mon, "transferred ram: %" PRIu64 " kbytes\n", ram_bytes_transferred() >> 10); 150 monitor_printf(mon, "remaining ram: %" PRIu64 " kbytes\n", ram_bytes_remaining() >> 10); 151 monitor_printf(mon, "total ram: %" PRIu64 " kbytes\n", ram_bytes_total() >> 10); 154 monitor_printf(mon, "completed\n"); 157 monitor_printf(mon, "failed\n"); 160 monitor_printf(mon, "cancelled\n") [all...] |
readline.c | 36 monitor_printf(rs->mon, "%s", rs->prompt); 51 monitor_printf(rs->mon, "\033[D"); 57 monitor_printf(rs->mon, "*"); 59 monitor_printf(rs->mon, "%s", rs->cmd_buf); 61 monitor_printf(rs->mon, "\033[K"); 70 monitor_printf(rs->mon, "\033[C"); 75 monitor_printf(rs->mon, "\033[D"); 302 monitor_printf(mon, "\n"); 332 monitor_printf(rs->mon, "%-*s", max_width, rs->completions[i]); 334 monitor_printf(rs->mon, "\n") [all...] |
savevm.c | 1258 monitor_printf(err, "No block device can accept snapshots\n"); [all...] |
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");
|
monitor.h | 59 void monitor_printf(Monitor *mon, const char *fmt, ...) GCC_FMT_ATTR(2, 3);
|
disas.c | 424 monitor_printf(mon, "0x" TARGET_FMT_lx 430 monitor_printf(mon, "0x" TARGET_FMT_lx ": ", pc); 432 monitor_printf(mon, "\n");
|
usb-linux.c | 1002 monitor_printf(mon, "husb: host usb device %d.%d is already open\n", 1166 monitor_printf(mon, "husb: could not open %s\n", filename); [all...] |
net-android.c | 883 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" ); 888 monitor_printf(mon, " %15s |", buf); 889 monitor_printf(mon, " %5d |", sock_address_get_port(faddr)); 895 monitor_printf(mon, " %15s |", buf); 896 monitor_printf(mon, " %5d\n", sock_address_get_port(laddr)); 905 monitor_printf(mon, " Prot | Host Addr | HPort | Guest Addr | GPort\n"); 906 monitor_printf(mon, " | | | | \n"); 938 monitor_printf(mon, "removed %d redirections to %s port %d\n", n, 943 monitor_printf(mon, "invalid format\n"); 1004 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...] |
vnc-android.c | 165 monitor_printf(mon, "Client:\n"); 166 monitor_printf(mon, "%s", clientAddr); 172 monitor_printf(mon, " x509 dname: %s\n", client->tls.dname); 174 monitor_printf(mon, " x509 dname: none\n"); 179 monitor_printf(mon, " username: %s\n", client->sasl.username); 181 monitor_printf(mon, " username: none\n"); 188 monitor_printf(mon, "Server: disabled\n"); 196 monitor_printf(mon, "Server:\n"); 197 monitor_printf(mon, "%s", serverAddr); 199 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...] |
block.c | [all...] |
vl-android.c | [all...] |
vl.c | [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/hw/ |
pci.c | 724 monitor_printf(mon, " Bus %2d, device %3d, function %d:\n", 727 monitor_printf(mon, " "); 732 monitor_printf(mon, "%s", desc->desc); 734 monitor_printf(mon, "Class %04x", class); 736 monitor_printf(mon, ": PCI device %04x:%04x\n", 741 monitor_printf(mon, " IRQ %d.\n", 745 monitor_printf(mon, " BUS %d.\n", d->config[0x19]); 750 monitor_printf(mon, " BAR%d: ", i); 752 monitor_printf(mon, "I/O at 0x%04x [0x%04x].\n", 755 monitor_printf(mon, "32 bit memory at 0x%08x [0x%08x].\n" [all...] |
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);
|
sysbus.c | 162 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__)
|
pc.c | 250 monitor_printf(mon, "Too many boot devices for PC\n"); 256 monitor_printf(mon, "Invalid boot device for PC: '%c'\n", [all...] |