Home
last modified time | relevance | path

Searched refs:qemu_mallocz (Results 1 – 25 of 101) sorted by relevance

12345

/external/qemu/hw/
Dirq.c47 s = (qemu_irq *)qemu_mallocz(sizeof(qemu_irq) * n); in qemu_allocate_irqs()
48 p = (struct IRQState *)qemu_mallocz(sizeof(struct IRQState) * n); in qemu_allocate_irqs()
Dqdev.c62 t = qemu_mallocz(sizeof(DeviceType)); in qdev_register()
85 dev = qemu_mallocz(t->info->size); in qdev_create()
240 prop = qemu_mallocz(sizeof(*prop)); in create_prop()
442 bus = qemu_mallocz(size); in qbus_create()
Dmsmouse.c71 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_msmouse()
Dsmbios.c96 smbios_entries = qemu_mallocz(smbios_entries_len); in smbios_add_field()
183 smbios_entries = qemu_mallocz(smbios_entries_len); in smbios_entry_add()
Dusb-hid.c853 s = qemu_mallocz(sizeof(USBHIDState)); in usb_tablet_init()
874 s = qemu_mallocz(sizeof(USBHIDState)); in usb_mouse_init()
895 s = qemu_mallocz(sizeof(USBHIDState)); in usb_keyboard_init()
Dbt.c57 struct bt_link_s *link = qemu_mallocz(sizeof(struct bt_link_s)); in bt_dummy_lmp_connection_request()
Dandroid_arm.c105 smc_device = qemu_mallocz(sizeof(*smc_device)); in android_arm_init_()
Dgoldfish_switch.c150 s = qemu_mallocz(sizeof(*s)); in goldfish_switch_add()
/external/qemu/
Dinput.c51 s = qemu_mallocz(sizeof(QEMUPutKBDEntry)); in qemu_add_kbd_event_handler()
97 s = qemu_mallocz(sizeof(QEMUPutMouseEntry)); in qemu_add_mouse_event_handler()
135 s = qemu_mallocz(sizeof(QEMUPutLEDEntry)); in qemu_add_led_event_handler()
Dasync.c67 struct AsyncContext *new = qemu_mallocz(sizeof(*new)); in async_context_push()
130 bh = qemu_mallocz(sizeof(QEMUBH)); in qemu_bh_new()
Dqemu-char.c256 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_null()
503 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_mux()
504 d = qemu_mallocz(sizeof(MuxDriver)); in qemu_chr_open_mux()
681 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_fd()
682 s = qemu_mallocz(sizeof(FDCharDriver)); in qemu_chr_open_fd()
1055 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_pty()
1056 s = qemu_mallocz(sizeof(PtyCharDriver)); in qemu_chr_open_pty()
1435 drv = qemu_mallocz(sizeof(ParallelCharDriver)); in qemu_chr_open_pp()
1439 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_pp()
1499 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_pp()
[all …]
Dcpus.c518 env->thread = qemu_mallocz(sizeof(QemuThread)); in tcg_init_vcpu()
519 env->halt_cond = qemu_mallocz(sizeof(QemuCond)); in tcg_init_vcpu()
536 env->thread = qemu_mallocz(sizeof(QemuThread)); in kvm_start_vcpu()
537 env->halt_cond = qemu_mallocz(sizeof(QemuCond)); in kvm_start_vcpu()
Diohandler.c70 ioh = qemu_mallocz(sizeof(IOHandlerRecord)); in qemu_set_fd_handler2()
188 rec = qemu_mallocz(sizeof(ChildProcessRecord)); in qemu_add_child_watch()
Dkeymaps.c55 kr = qemu_mallocz(sizeof(*kr)); in add_to_key_range()
95 k = qemu_mallocz(sizeof(kbd_layout_t)); in parse_keyboard_layout()
Delf_ops.h164 s = qemu_mallocz(sizeof(*s)); in glue()
220 phdr = qemu_mallocz(size); in glue()
238 data = qemu_mallocz(mem_size); in glue()
Dmodule.c62 e = qemu_mallocz(sizeof(*e)); in register_module_init()
Dmonitor-android.h11 mon = qemu_mallocz(sizeof(*mon)); in monitor_fake_new()
Dqemu-malloc.c64 void *qemu_mallocz(size_t size) in qemu_mallocz() function
Ddevice_tree.c46 fdt = qemu_mallocz(dt_size); in load_device_tree()
Dqdict.c38 qdict = qemu_mallocz(sizeof(*qdict)); in qdict_new()
78 entry = qemu_mallocz(sizeof(*entry)); in alloc_entry()
Dmigration-exec.c72 s = qemu_mallocz(sizeof(*s)); in exec_start_outgoing_migration()
Dsavevm.c262 s = qemu_mallocz(sizeof(QEMUFileStdio)); in qemu_popen()
310 s = qemu_mallocz(sizeof(QEMUFileStdio)); in qemu_fdopen()
331 QEMUFileSocket *s = qemu_mallocz(sizeof(QEMUFileSocket)); in qemu_fopen_socket()
365 s = qemu_mallocz(sizeof(QEMUFileStdio)); in qemu_fopen()
418 f = qemu_mallocz(sizeof(QEMUFile)); in qemu_fopen_ops()
1152 le = qemu_mallocz(sizeof(*le)); in qemu_loadvm_state()
Daio-android.c85 node = qemu_mallocz(sizeof(AioHandler)); in qemu_aio_set_fd_handler()
Dbt-vhci.c159 s = qemu_mallocz(sizeof(struct bt_vhci_s)); in bt_vhci_init()
Daio.c84 node = qemu_mallocz(sizeof(AioHandler)); in qemu_aio_set_fd_handler()

12345