HomeSort by relevance Sort by last modified time
    Searched defs:QEMUFile (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qemu/
typedefs.h 8 typedef struct QEMUFile QEMUFile;
  /external/qemu/
savevm.c 171 struct QEMUFile {
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 *f
    [all...]

Completed in 159 milliseconds