Home
last modified time | relevance | path

Searched defs:AioHandler (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/util/
H A Daio-posix.h22 struct AioHandler { struct
31 QLIST_ENTRY(AioHandler) node; argument
44 void aio_add_ready_handler(AioHandlerList *ready_list, AioHandler *node, argument
H A Daio-win32.c28 struct AioHandler { struct
36 QLIST_ENTRY(AioHandler) node; argument
/openbmc/qemu/include/block/
H A Daio.h51 typedef struct AioHandler AioHandler; typedef