Home
last modified time | relevance | path

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

1234

/external/qemu/
Dqemu-char.c216 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_null()
463 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_mux()
464 d = qemu_mallocz(sizeof(MuxDriver)); in qemu_chr_open_mux()
608 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_fd()
609 s = qemu_mallocz(sizeof(FDCharDriver)); in qemu_chr_open_fd()
957 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_pty()
958 s = qemu_mallocz(sizeof(PtyCharDriver)); in qemu_chr_open_pty()
1279 drv = qemu_mallocz(sizeof(ParallelCharDriver)); in qemu_chr_open_pp()
1283 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_pp()
1342 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_pp()
[all …]
Dqemu-char-android.c224 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_null()
471 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_mux()
472 d = qemu_mallocz(sizeof(MuxDriver)); in qemu_chr_open_mux()
620 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_fd()
621 s = qemu_mallocz(sizeof(FDCharDriver)); in qemu_chr_open_fd()
990 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_pty()
991 s = qemu_mallocz(sizeof(PtyCharDriver)); in qemu_chr_open_pty()
1312 drv = qemu_mallocz(sizeof(ParallelCharDriver)); in qemu_chr_open_pp()
1316 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_pp()
1375 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_pp()
[all …]
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()
Dkeymaps.c55 kr = qemu_mallocz(sizeof(*kr)); in add_to_key_range()
74 k = qemu_mallocz(sizeof(kbd_layout_t)); in parse_keyboard_layout()
Dqdict.c38 qdict = qemu_mallocz(sizeof(*qdict)); in qdict_new()
78 entry = qemu_mallocz(sizeof(*entry)); in alloc_entry()
Dmodule.c62 e = qemu_mallocz(sizeof(*e)); in register_module_init()
Dqemu-malloc.c72 void *qemu_mallocz(size_t size) in qemu_mallocz() function
Dsavevm.c246 s = qemu_mallocz(sizeof(QEMUFilePopen)); in qemu_popen()
283 QEMUFileSocket *s = qemu_mallocz(sizeof(QEMUFileSocket)); in qemu_fopen_socket()
323 s = qemu_mallocz(sizeof(QEMUFileStdio)); in qemu_fopen()
372 s = qemu_mallocz(sizeof(QEMUFileBdrv)); in qemu_fopen_bdrv()
391 f = qemu_mallocz(sizeof(QEMUFile)); in qemu_fopen_ops()
1064 le = qemu_mallocz(sizeof(*le)); in qemu_loadvm_state()
Ddevice_tree.c47 fdt = qemu_mallocz(dt_size); in load_device_tree()
Dqemu-option.c387 dest = qemu_mallocz((num_options + 1) * sizeof(QEMUOptionParameter)); in parse_option_parameters()
586 opt = qemu_mallocz(sizeof(*opt)); in qemu_opt_set()
651 opts = qemu_mallocz(sizeof(*opts)); in qemu_opts_create()
Dmigration-exec.c62 s = qemu_mallocz(sizeof(*s)); in exec_start_outgoing_migration()
Daio-android.c83 node = qemu_mallocz(sizeof(AioHandler)); in qemu_aio_set_fd_handler()
Dvl.c590 s = qemu_mallocz(sizeof(QEMUPutMouseEntry)); in qemu_add_mouse_event_handler()
1151 clock = qemu_mallocz(sizeof(QEMUClock)); in qemu_new_clock()
1160 ts = qemu_mallocz(sizeof(QEMUTimer)); in qemu_new_timer()
1927 vlan = qemu_mallocz(sizeof(struct bt_vlan_s)); in qemu_find_bt_vlan()
2928 DisplayState *ds = qemu_mallocz(sizeof(DisplayState)); in dumb_display_init()
2978 ioh = qemu_mallocz(sizeof(IOHandlerRecord)); in qemu_set_fd_handler2()
3015 pe = qemu_mallocz(sizeof(PollingEntry)); in qemu_add_polling_cb()
3416 bh = qemu_mallocz(sizeof(QEMUBH)); in qemu_bh_new()
3583 e = qemu_mallocz(sizeof (*e)); in qemu_add_vm_change_state_handler()
3689 re = qemu_mallocz(sizeof(QEMUResetEntry)); in qemu_register_reset()
[all …]
Dvl-android.c514 s = qemu_mallocz(sizeof(QEMUPutMouseEntry)); in qemu_add_mouse_event_handler()
1077 clock = qemu_mallocz(sizeof(QEMUClock)); in qemu_new_clock()
1086 ts = qemu_mallocz(sizeof(QEMUTimer)); in qemu_new_timer()
1848 vlan = qemu_mallocz(sizeof(struct bt_vlan_s)); in qemu_find_bt_vlan()
2854 DisplayState *ds = qemu_mallocz(sizeof(DisplayState)); in dumb_display_init()
2904 ioh = qemu_mallocz(sizeof(IOHandlerRecord)); in qemu_set_fd_handler2()
2941 pe = qemu_mallocz(sizeof(PollingEntry)); in qemu_add_polling_cb()
3339 bh = qemu_mallocz(sizeof(QEMUBH)); in qemu_bh_new()
3506 e = qemu_mallocz(sizeof (*e)); in qemu_add_vm_change_state_handler()
3612 re = qemu_mallocz(sizeof(QEMUResetEntry)); in qemu_register_reset()
[all …]
Daio.c82 node = qemu_mallocz(sizeof(AioHandler)); in qemu_aio_set_fd_handler()
Dconsole.c1246 s = qemu_mallocz(sizeof(TextConsole)); in new_console()
1277 ds = (DisplayState *) qemu_mallocz(sizeof(DisplayState)); in graphic_console_init()
1398 chr = qemu_mallocz(sizeof(CharDriverState)); in text_console_init()
1556 DisplaySurface *surface = (DisplaySurface*) qemu_mallocz(sizeof(DisplaySurface)); in defaultallocator_create_displaysurface()
1567 surface->data = (uint8_t*) qemu_mallocz(surface->linesize * surface->height); in defaultallocator_create_displaysurface()
1595 DisplaySurface *surface = (DisplaySurface*) qemu_mallocz(sizeof(DisplaySurface)); in qemu_create_displaysurface_from()
/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.c61 t = qemu_mallocz(sizeof(DeviceType)); in qdev_register()
84 dev = qemu_mallocz(t->info->size); in qdev_create()
126 prop = qemu_mallocz(sizeof(*prop)); in create_prop()
328 bus = qemu_mallocz(size); in qbus_create()
Dmsmouse.c71 chr = qemu_mallocz(sizeof(CharDriverState)); in qemu_chr_open_msmouse()
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()
Dgoldfish_events_device.c242 bits = qemu_mallocz(ih + 1); in events_set_bits()
276 s = (events_state *) qemu_mallocz(sizeof(events_state)); in events_dev_init()
Dbt.c58 struct bt_link_s *link = qemu_mallocz(sizeof(struct bt_link_s)); in bt_dummy_lmp_connection_request()
Dbt-sdp.c713 qemu_mallocz(record->attributes * sizeof(*record->attribute_list)); in sdp_service_record_build()
715 qemu_mallocz(record->uuids * sizeof(*record->uuid)); in sdp_service_record_build()
757 qemu_mallocz(sdp->services * sizeof(*sdp->service_list)); in sdp_service_db_build()
946 struct bt_l2cap_sdp_state_s *sdp = qemu_mallocz(sizeof(*sdp)); in bt_l2cap_sdp_new_ch()
Dandroid_arm.c105 smc_device = qemu_mallocz(sizeof(*smc_device)); in android_arm_init_()
/external/qemu/android/utils/
Ddirscanner.c152 DirScanner* s = qemu_mallocz(sizeof *s); in dirScanner_new()

1234