HomeSort by relevance Sort by last modified time
    Searched refs:qemu_mallocz (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/qemu/hw/
irq.c 47 s = (qemu_irq *)qemu_mallocz(sizeof(qemu_irq) * n);
48 p = (struct IRQState *)qemu_mallocz(sizeof(struct IRQState) * n);
msmouse.c 71 chr = qemu_mallocz(sizeof(CharDriverState));
bt.c 57 struct bt_link_s *link = qemu_mallocz(sizeof(struct bt_link_s));
qdev.c 62 t = qemu_mallocz(sizeof(DeviceType));
85 dev = qemu_mallocz(t->info->size);
240 prop = qemu_mallocz(sizeof(*prop));
442 bus = qemu_mallocz(size);
smbios.c 96 smbios_entries = qemu_mallocz(smbios_entries_len);
183 smbios_entries = qemu_mallocz(smbios_entries_len);
android_arm.c 105 smc_device = qemu_mallocz(sizeof(*smc_device));
goldfish_battery.c 150 s = (struct goldfish_battery_state *)qemu_mallocz(sizeof(*s));
  /external/qemu/
module.c 62 e = qemu_mallocz(sizeof(*e));
monitor-android.h 11 mon = qemu_mallocz(sizeof(*mon));
async.c 67 struct AsyncContext *new = qemu_mallocz(sizeof(*new));
130 bh = qemu_mallocz(sizeof(QEMUBH));
device_tree.c 46 fdt = qemu_mallocz(dt_size);
qemu-malloc.c 64 void *qemu_mallocz(size_t size) function
iohandler.c 70 ioh = qemu_mallocz(sizeof(IOHandlerRecord));
188 rec = qemu_mallocz(sizeof(ChildProcessRecord));
keymaps.c 55 kr = qemu_mallocz(sizeof(*kr));
95 k = qemu_mallocz(sizeof(kbd_layout_t));
input.c 51 s = qemu_mallocz(sizeof(QEMUPutKBDEntry));
97 s = qemu_mallocz(sizeof(QEMUPutMouseEntry));
135 s = qemu_mallocz(sizeof(QEMUPutLEDEntry));
elf_ops.h 164 s = qemu_mallocz(sizeof(*s));
220 phdr = qemu_mallocz(size);
238 data = qemu_mallocz(mem_size);
cpus.c 518 env->thread = qemu_mallocz(sizeof(QemuThread));
519 env->halt_cond = qemu_mallocz(sizeof(QemuCond));
536 env->thread = qemu_mallocz(sizeof(QemuThread));
537 env->halt_cond = qemu_mallocz(sizeof(QemuCond));
migration-exec.c 72 s = qemu_mallocz(sizeof(*s));
qemu-char.c 256 chr = qemu_mallocz(sizeof(CharDriverState));
503 chr = qemu_mallocz(sizeof(CharDriverState));
504 d = qemu_mallocz(sizeof(MuxDriver));
681 chr = qemu_mallocz(sizeof(CharDriverState));
682 s = qemu_mallocz(sizeof(FDCharDriver));
1055 chr = qemu_mallocz(sizeof(CharDriverState));
1056 s = qemu_mallocz(sizeof(PtyCharDriver));
    [all...]
qdict.c 38 qdict = qemu_mallocz(sizeof(*qdict));
78 entry = qemu_mallocz(sizeof(*entry));
aio-android.c 85 node = qemu_mallocz(sizeof(AioHandler));
aio.c 84 node = qemu_mallocz(sizeof(AioHandler));
bt-host.c 180 s = qemu_mallocz(sizeof(struct bt_host_hci_s));
bt-vhci.c 159 s = qemu_mallocz(sizeof(struct bt_vhci_s));
  /external/qemu/audio/
wavcapture.c 123 wav = qemu_mallocz (sizeof (*wav));

Completed in 543 milliseconds

1 2 3 4