Home
last modified time | relevance | path

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

12

/external/qemu/
Dacl.c59 acl->aclname = qemu_strdup(aclname); in qemu_acl_init()
120 entry->match = qemu_strdup(match); in qemu_acl_append()
146 entry->match = qemu_strdup(match); in qemu_acl_insert()
Dqemu-malloc.c75 char *qemu_strdup(const char *str) in qemu_strdup() function
Dqemu-option.c280 list->value.s = qemu_strdup(value); in set_option_parameter()
623 opt->name = qemu_strdup(name); in qemu_opt_set()
630 opt->str = qemu_strdup(value); in qemu_opt_set()
706 opts->id = qemu_strdup(id); in qemu_opts_create()
Dinput.c102 s->qemu_put_mouse_event_name = qemu_strdup(name); in qemu_add_mouse_event_handler()
Dos-win32.c221 return qemu_strdup(buf); in os_find_datadir()
Dqdict.c79 entry->key = qemu_strdup(key); in alloc_entry()
Dqemu-common.h213 char *qemu_strdup(const char *str);
Dreadline.c267 rs->completions[rs->nb_completions++] = qemu_strdup(str); in readline_add_completion()
Dblockdev.c401 dinfo->id = qemu_strdup(buf); in drive_init()
Dvl.c1955 return qemu_strdup(buf); in find_datadir()
2038 return qemu_strdup(name); in qemu_find_file()
2877 option_rom[nb_option_roms] = qemu_strdup(buf); in main()
Dvl-android.c2183 return qemu_strdup(buf); in find_datadir()
2223 return qemu_strdup(dirname(buf)); in find_datadir()
4029 option_rom[nb_option_roms] = qemu_strdup(buf); in main()
Dqemu-timer.c381 arg = qemu_strdup(opt); in configure_alarms()
Dnet.c2102 name = qemu_strdup(buf); in net_client_init()
2179 ip = qemu_strdup(buf); in net_client_init()
Dnet-android.c2206 name = qemu_strdup(buf); in net_client_init()
2283 ip = qemu_strdup(buf); in net_client_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/target-i386/
Dhax-darwin.c126 name = qemu_strdup("/dev/hax_vm/vmxx"); in hax_vm_devfs_string()
144 name = qemu_strdup("/dev/hax_vmxx/vcpuyy"); in hax_vcpu_devfs_string()
Dhax-windows.c206 name = qemu_strdup("\\\\.\\hax_vmxx"); in hax_vm_devfs_string()
223 name = qemu_strdup("\\\\.\\hax_vmxx_vcpuxx"); in hax_vcpu_devfs_string()
/external/qemu/audio/
Dwavcapture.c141 wav->path = qemu_strdup (path); in wav_start_capture()
Daudio_template.h167 sw->name = qemu_strdup (name); in glue()
/external/qemu/hw/
Dsysbus.c122 info->qdev.name = qemu_strdup(name); in sysbus_register_dev()
Dqdev.c241 prop->name = qemu_strdup(name); in create_prop()
445 bus->name = qemu_strdup(name); in qbus_create()
Dgoldfish_events_device.c529 s->name = qemu_strdup(config->hw_keyboard_charmap); in events_dev_init()
Dpci.c927 info->qdev.name = qemu_strdup(name); in pci_qdev_register()
/external/qemu/block/
Dqcow2-snapshot.c254 sn->id_str = qemu_strdup(sn_info->id_str); in qcow2_snapshot_create()
257 sn->name = qemu_strdup(sn_info->name); in qcow2_snapshot_create()
Dvvfat.c886 mapping->path = qemu_strdup(dirname); in init_directories()
1640 schedule_rename(s, cluster_num, qemu_strdup(path)); in get_cluster_count_for_direntry()
1643 schedule_new_file(s, qemu_strdup(path), cluster_num); in get_cluster_count_for_direntry()
1760 schedule_rename(s, cluster_num, qemu_strdup(path)); in check_directory_consistency()
1763 schedule_mkdir(s, cluster_num, qemu_strdup(path)); in check_directory_consistency()

12