Home
last modified time | relevance | path

Searched defs:QEMUFile (Results 1 – 23 of 23) sorted by relevance

/dports/security/pinentry/pinentry-1.1.1/tty/
H A DMakefile.in36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
40 elif test -n '$(MAKE_HOST)'; then \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
48 am__make_running_with_option = \
49 case $${target_option-} in \
52 "target option '$${target_option-}' specified" >&2; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
[all …]
/dports/emulators/qemu/qemu-6.2.0/migration/
H A Dqemu-file.c36 struct QEMUFile { struct
37 const QEMUFileOps *ops; argument
38 const QEMUFileHooks *hooks; argument
39 void *opaque;
41 int64_t bytes_xfer;
42 int64_t xfer_limit;
66 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/migration/
H A Dqemu-file.c36 struct QEMUFile { struct
37 const QEMUFileOps *ops; argument
38 const QEMUFileHooks *hooks; argument
39 void *opaque;
41 int64_t bytes_xfer;
42 int64_t xfer_limit;
66 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
/dports/emulators/qemu60/qemu-6.0.0/migration/
H A Dqemu-file.c36 struct QEMUFile { struct
37 const QEMUFileOps *ops; argument
38 const QEMUFileHooks *hooks; argument
39 void *opaque;
64 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dqemu-file.c36 struct QEMUFile { struct
37 const QEMUFileOps *ops; argument
38 const QEMUFileHooks *hooks; argument
39 void *opaque;
64 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/migration/
H A Dqemu-file.c36 struct QEMUFile { struct
37 const QEMUFileOps *ops; argument
38 const QEMUFileHooks *hooks; argument
39 void *opaque;
64 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dqemu-file.c36 struct QEMUFile { struct
37 const QEMUFileOps *ops; argument
38 const QEMUFileHooks *hooks; argument
62 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dqemu-file.c36 struct QEMUFile { struct
37 const QEMUFileOps *ops; argument
38 const QEMUFileHooks *hooks; argument
62 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dqemu-file.c36 struct QEMUFile { struct
37 const QEMUFileOps *ops; argument
38 const QEMUFileHooks *hooks; argument
61 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/qemu/
H A Dqemu-common.h117 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/qemu/
H A Dtypedefs.h8 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/unicorn/unicorn-1.0.2/qemu/include/qemu/
H A Dtypedefs.h8 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dtypedefs.h99 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dtypedefs.h102 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dtypedefs.h102 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dtypedefs.h99 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dtypedefs.h100 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dtypedefs.h88 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dtypedefs.h99 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dtypedefs.h102 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dtypedefs.h99 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dqemu-common.h203 typedef struct QEMUFile QEMUFile; typedef
/dports/emulators/fs-uae/fs-uae-3.1.35/src/qemuvga/
H A Dqemuuaeglue.h324 #define QEMUFile void* macro