/external/qemu/ |
qemu-sockets-android.c | 92 const char* socket_fd = qemu_opt_get(opts, "socket"); 98 if ((qemu_opt_get(opts, "host") == NULL) || 99 (qemu_opt_get(opts, "port") == NULL)) { 103 pstrcpy(port, sizeof(port), qemu_opt_get(opts, "port")); 104 addr = qemu_opt_get(opts, "host"); 197 const char* socket_fd = qemu_opt_get(opts, "socket"); 203 addr = qemu_opt_get(opts, "host"); 204 port = qemu_opt_get(opts, "port"); 273 addr = qemu_opt_get(opts, "host"); 274 port = qemu_opt_get(opts, "port") [all...] |
qemu-sockets.c | 139 const char* socket_fd = qemu_opt_get(opts, "socket"); 145 if ((qemu_opt_get(opts, "host") == NULL) || 146 (qemu_opt_get(opts, "port") == NULL)) { 150 pstrcpy(port, sizeof(port), qemu_opt_get(opts, "port")); 151 addr = qemu_opt_get(opts, "host"); 242 const char* socket_fd = qemu_opt_get(opts, "socket"); 253 addr = qemu_opt_get(opts, "host"); 254 port = qemu_opt_get(opts, "port"); 324 addr = qemu_opt_get(opts, "host"); 325 port = qemu_opt_get(opts, "port") [all...] |
blockdev.c | 183 file = qemu_opt_get(opts, "file"); 184 serial = qemu_opt_get(opts, "serial"); 186 if ((buf = qemu_opt_get(opts, "if")) != NULL) { 236 if ((buf = qemu_opt_get(opts, "trans")) != NULL) { 255 if ((buf = qemu_opt_get(opts, "media")) != NULL) { 271 if ((buf = qemu_opt_get(opts, "cache")) != NULL) { 288 if ((buf = qemu_opt_get(opts, "aio")) != NULL) { 300 if ((buf = qemu_opt_get(opts, "format")) != NULL) { 315 if ((buf = qemu_opt_get(opts, "werror")) != NULL) { 328 if ((buf = qemu_opt_get(opts, "rerror")) != NULL) [all...] |
qemu-option.h | 107 const char *qemu_opt_get(QemuOpts *opts, const char *name);
|
qemu-char.c | 699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"), 710 const char *filename = qemu_opt_get(opts, "path"); [all...] |
qemu-option.c | 539 const char *qemu_opt_get(QemuOpts *opts, const char *name) function
|
vl-android.c | 897 if (NULL == qemu_opt_get(opts, "snapshot")) { [all...] |
vl.c | 701 if (NULL == qemu_opt_get(opts, "snapshot")) { [all...] |
/external/qemu/hw/ |
qdev.c | 115 driver = qemu_opt_get(opts, "driver"); 126 if (!qemu_opt_get(opts, "?")) { 161 driver = qemu_opt_get(opts, "driver"); 176 path = qemu_opt_get(opts, "bus");
|