Searched defs:QEMUFile (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/qemu/
H A Dtypedefs.h8 typedef struct QEMUFile QEMUFile; typedef in typeref:struct:QEMUFile
/external/qemu/
H A Dsavevm.c171 struct QEMUFile { struct
193 QEMUFile *file;
199 QEMUFile *file;
355 QEMUFile *qemu_popen_cmd(const char *command, const char *mode)
479 QEMUFile *qemu_fdopen(int fd, const char *mode)
525 QEMUFile *qemu_fopen_socket(int fd, const char *mode)
544 QEMUFile *qemu_fopen(const char *filename, const char *mode)
617 static QEMUFile *qemu_fopen_bdrv(BlockDriverState *bs, int is_writable)
624 QEMUFile *qemu_fopen_ops(void *opaque, const QEMUFileOps *ops)
626 QEMUFile *
[all...]

Completed in 3266 milliseconds