HomeSort by relevance Sort by last modified time
    Searched refs:qemu_mallocz (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/qemu/hw/
goldfish_interrupt.c 168 s = qemu_mallocz(sizeof(*s));
goldfish_switch.c 149 s = qemu_mallocz(sizeof(*s));
sysbus.c 121 info = qemu_mallocz(sizeof(*info));
goldfish_events_device.c 310 bits = qemu_mallocz(ih + 1);
355 s = (events_state *) qemu_mallocz(sizeof(events_state));
android_mips.c 198 smc_device = qemu_mallocz(sizeof(*smc_device));
bt-sdp.c 712 qemu_mallocz(record->attributes * sizeof(*record->attribute_list));
714 qemu_mallocz(record->uuids * sizeof(*record->uuid));
756 qemu_mallocz(sdp->services * sizeof(*sdp->service_list));
945 struct bt_l2cap_sdp_state_s *sdp = qemu_mallocz(sizeof(*sdp));
fw_cfg.c 259 s = qemu_mallocz(sizeof(FWCfgState));
goldfish_trace.c 401 s = (trace_dev_state *)qemu_mallocz(sizeof(trace_dev_state));
goldfish_tty.c 215 s = qemu_mallocz(sizeof(*s));
ioapic.c 250 s = qemu_mallocz(sizeof(IOAPICState));
mips_r4k.c 189 reset_info = qemu_mallocz(sizeof(ResetData));
  /external/qemu/
migration-tcp-android.c 82 s = qemu_mallocz(sizeof(*s));
migration-tcp.c 90 s = qemu_mallocz(sizeof(*s));
savevm.c 262 s = qemu_mallocz(sizeof(QEMUFileStdio));
310 s = qemu_mallocz(sizeof(QEMUFileStdio));
331 QEMUFileSocket *s = qemu_mallocz(sizeof(QEMUFileSocket));
365 s = qemu_mallocz(sizeof(QEMUFileStdio));
418 f = qemu_mallocz(sizeof(QEMUFile));
1152 le = qemu_mallocz(sizeof(*le));
    [all...]
blockdev.c 399 dinfo = qemu_mallocz(sizeof(*dinfo));
404 dinfo->id = qemu_mallocz(32);
buffered_file.c 262 s = qemu_mallocz(sizeof(*s));
curses.c 361 dcl = (DisplayChangeListener *) qemu_mallocz(sizeof(DisplayChangeListener));
os-posix.c 138 res = qemu_mallocz(max_len);
os-win32.c 65 pe = qemu_mallocz(sizeof(PollingEntry));
qerror.c 224 qerr = qemu_mallocz(sizeof(*qerr));
console.c     [all...]
  /external/qemu/proxy/
proxy_http.c 87 service = qemu_mallocz(sizeof(*service));
proxy_http_connector.c 186 conn = qemu_mallocz(sizeof(*conn));
  /external/qemu/block/
qcow2-snapshot.c 79 s->snapshots = qemu_mallocz(s->nb_snapshots * sizeof(QCowSnapshot));
402 sn_tab = qemu_mallocz(s->nb_snapshots * sizeof(QEMUSnapshotInfo));
qcow2-refcount.c 338 uint16_t *new_blocks = qemu_mallocz(blocks_clusters * s->cluster_size);
339 uint64_t *new_table = qemu_mallocz(table_size * sizeof(uint64_t));
761 l1_table = qemu_mallocz(align_offset(l1_size2, 512));
    [all...]

Completed in 438 milliseconds

12 3 4