Home
last modified time | relevance | path

Searched refs:qemu_strdup (Results 1 – 25 of 27) sorted by relevance

12

/external/qemu/
Dacl.c60 acl->aclname = qemu_strdup(aclname); in qemu_acl_init()
121 entry->match = qemu_strdup(match); in qemu_acl_append()
147 entry->match = qemu_strdup(match); in qemu_acl_insert()
Dqemu-option.c277 list->value.s = qemu_strdup(value); in set_option_parameter()
587 opt->name = qemu_strdup(name); in qemu_opt_set()
594 opt->str = qemu_strdup(value); in qemu_opt_set()
653 opts->id = qemu_strdup(id); in qemu_opts_create()
760 id = qemu_strdup(value); in qemu_opts_parse()
763 id = qemu_strdup(value); in qemu_opts_parse()
Dqemu-malloc.c80 char *qemu_strdup(const char *str) in qemu_strdup() function
Dqemu-common.h138 char *qemu_strdup(const char *str);
Dqdict.c79 entry->key = qemu_strdup(key); in alloc_entry()
Dqemu-sockets-android.c278 path = qemu_strdup(str); in unix_listen()
Dqemu-sockets.c337 path = qemu_strdup(str); in unix_listen()
Dreadline.c267 rs->completions[rs->nb_completions++] = qemu_strdup(str); in readline_add_completion()
Dqemu-char.c2219 chr->filename = qemu_strdup(filename); in qemu_chr_open()
2221 chr->label = qemu_strdup(label); in qemu_chr_open()
Dqemu-char-android.c2243 chr->filename = qemu_strdup(filename); in qemu_chr_open()
2245 chr->label = qemu_strdup(label); in qemu_chr_open()
Dvl.c595 s->qemu_put_mouse_event_name = qemu_strdup(name); in qemu_add_mouse_event_handler()
1099 arg = qemu_strdup(opt); in configure_alarms()
4872 return qemu_strdup(buf); in find_datadir()
5912 option_rom[nb_option_roms] = qemu_strdup(buf); in main()
Dnet-android.c2202 name = qemu_strdup(buf); in net_client_init()
2279 ip = qemu_strdup(buf); in net_client_init()
Dnet.c2102 name = qemu_strdup(buf); in net_client_init()
2179 ip = qemu_strdup(buf); in net_client_init()
Dmonitor.c2839 args[nb_args] = qemu_strdup(buf); in parse_cmdline()
2869 args[nb_args++] = qemu_strdup(""); in monitor_find_completion()
Dvl-android.c521 s->qemu_put_mouse_event_name = qemu_strdup(name); in qemu_add_mouse_event_handler()
4808 return qemu_strdup(buf); in find_datadir()
5912 option_rom[nb_option_roms] = qemu_strdup(buf); in main()
Dconsole.c1405 text_console_strs[n_text_consoles] = p ? qemu_strdup(p) : NULL; in text_console_init()
/external/qemu/proxy/
Dproxy_http_rewriter.c105 h->value = qemu_strdup(value); in http_header_alloc()
200 r->req_method = qemu_strdup(method); in http_request_alloc()
201 r->req_uri = qemu_strdup(uri); in http_request_alloc()
202 r->req_version = qemu_strdup(version); in http_request_alloc()
229 r->req_uri = qemu_strdup(uri); in http_request_replace_uri()
296 r->rep_version = qemu_strdup(version); in http_request_set_reply()
297 r->rep_readable = qemu_strdup(readable); in http_request_set_reply()
/external/qemu/hw/
Dqdev.c127 prop->name = qemu_strdup(name); in create_prop()
331 bus->name = qemu_strdup(name); in qbus_create()
Dsysbus.c122 info->qdev.name = qemu_strdup(name); in sysbus_register_dev()
Dpci.c927 info->qdev.name = qemu_strdup(name); in pci_qdev_register()
/external/qemu/android/
Dmain.c1115 return qemu_strdup(temp); in _getSdkImagePath()
1128 return qemu_strdup(temp); in _getSdkImage()
1433 opts->datadir = qemu_strdup(opts->sysdir); in main()
1452 opts->data = qemu_strdup(tmp); in main()
1459 opts->sdcard = qemu_strdup(tmp); in main()
2034 opts->memory = qemu_strdup(tmp); in main()
/external/qemu/block/
Dqcow2-snapshot.c250 sn->id_str = qemu_strdup(sn_info->id_str); in qcow2_snapshot_create()
253 sn->name = qemu_strdup(sn_info->name); in qcow2_snapshot_create()
/external/qemu/audio/
Dwavcapture.c141 wav->path = qemu_strdup (path); in wav_start_capture()
Daudio_template.h167 sw->name = qemu_strdup (name); in glue()
Daudio.c2013 card->name = qemu_strdup (name); in AUD_register_card()

12