Home
last modified time | relevance | path

Searched refs:REDOLOG_TYPE (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/qemu/
H A Dblock-bochs.c35 #define REDOLOG_TYPE "Redolog" macro
102 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
134 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dbochs.c39 #define REDOLOG_TYPE "Redolog" macro
90 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
125 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dbochs.c39 #define REDOLOG_TYPE "Redolog" macro
90 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
125 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dbochs.c40 #define REDOLOG_TYPE "Redolog" macro
91 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
131 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dbochs.c39 #define REDOLOG_TYPE "Redolog" macro
90 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
125 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dbochs.c39 #define REDOLOG_TYPE "Redolog" macro
90 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
125 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dbochs.c39 #define REDOLOG_TYPE "Redolog" macro
90 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
125 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dbochs.c39 #define REDOLOG_TYPE "Redolog" macro
90 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
125 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dbochs.c39 #define REDOLOG_TYPE "Redolog" macro
90 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
125 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dbochs.c39 #define REDOLOG_TYPE "Redolog" macro
90 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
125 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
/dports/emulators/bochs/bochs-2.7/iodev/hdimage/
H A Dhdimage.h76 #define REDOLOG_TYPE "Redolog" macro
H A Dhdimage.cc1693 strcpy((char*)header.standard.type, REDOLOG_TYPE); in make_header()
2091 if (strcmp((char*)temp_header.standard.type, REDOLOG_TYPE) != 0) { in check_format()