Lines Matching refs:qemu_mallocz
590 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()
4127 env->thread = qemu_mallocz(sizeof(QemuThread)); in tcg_init_vcpu()
4128 env->halt_cond = qemu_mallocz(sizeof(QemuCond)); in tcg_init_vcpu()
4144 env->thread = qemu_mallocz(sizeof(QemuThread)); in kvm_start_vcpu()
4145 env->halt_cond = qemu_mallocz(sizeof(QemuCond)); in kvm_start_vcpu()
4928 res = qemu_mallocz(max_len); in find_datadir()
4968 buf = qemu_mallocz(len); in qemu_find_file()