HomeSort by relevance Sort by last modified time
    Searched refs:qemu_put_struct (Results 1 - 8 of 8) sorted by null

  /external/qemu/
qemu_file.h 49 extern void qemu_put_struct(QEMUFile* f, const QField* fields, const void* s);
savevm.c 630 void qemu_put_struct(QEMUFile* f, const QField* fields, const void* s) function
    [all...]
  /external/qemu/hw/
goldfish_battery.c 67 qemu_put_struct(f, goldfish_battery_fields, s);
goldfish_interrupt.c 49 qemu_put_struct(f, goldfish_int_fields, s);
goldfish_events_device.c 78 qemu_put_struct(f, events_state_fields, s);
goldfish_mmc.c 107 qemu_put_struct(f, goldfish_mmc_fields, s);
goldfish_audio.c 245 qemu_put_struct(f, audio_state_fields, s);
goldfish_nand.c 142 qemu_put_struct(f, nand_dev_state_fields, s);

Completed in 34 milliseconds