Home
last modified time | relevance | path

Searched defs:BlockExport (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/qemu/qemu-6.2.0/include/block/
H A Dexport.h20 typedef struct BlockExport BlockExport; typedef
50 struct BlockExport { struct
51 const BlockExportDriver *drv; argument
71 /* The AioContext whose lock protects this BlockExport object. */ argument
78 QLIST_ENTRY(BlockExport) next; argument
/dports/emulators/qemu60/qemu-6.0.0/include/block/
H A Dexport.h20 typedef struct BlockExport BlockExport; typedef
50 struct BlockExport { struct
51 const BlockExportDriver *drv; argument
71 /* The AioContext whose lock protects this BlockExport object. */ argument
78 QLIST_ENTRY(BlockExport) next; argument
/dports/emulators/qemu5/qemu-5.2.0/include/block/
H A Dexport.h20 typedef struct BlockExport BlockExport; typedef
50 struct BlockExport { struct
51 const BlockExportDriver *drv; argument
71 /* The AioContext whose lock protects this BlockExport object. */ argument
78 QLIST_ENTRY(BlockExport) next; argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/block/
H A Dexport.h20 typedef struct BlockExport BlockExport; typedef
50 struct BlockExport { struct
51 const BlockExportDriver *drv; argument
71 /* The AioContext whose lock protects this BlockExport object. */ argument
78 QLIST_ENTRY(BlockExport) next; argument
/dports/graphics/photivo/photivo/Sources/
H A DptMain.cpp4949 inline void BlockExport(bool Block) { in BlockExport() function