Searched defs:RawPosixAIOData (Results 1 – 1 of 1) sorted by relevance
222 typedef struct RawPosixAIOData { struct223 BlockDriverState *bs;224 int aio_type;225 int aio_fildes;227 off_t aio_offset;228 uint64_t aio_nbytes;230 union {255 } RawPosixAIOData; typedef