OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
699
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_mmc.c
107
qemu_put_struct
(f, goldfish_mmc_fields, s);
goldfish_events_device.c
105
qemu_put_struct
(f, events_state_fields, s);
goldfish_audio.c
245
qemu_put_struct
(f, audio_state_fields, s);
goldfish_nand.c
337
qemu_put_struct
(f, nand_dev_controller_state_fields, s);
Completed in 265 milliseconds