Searched defs:RawPosixAIOData (Results 1 – 1 of 1) sorted by relevance
198 typedef struct RawPosixAIOData { struct199 BlockDriverState *bs;200 int aio_type;201 int aio_fildes;203 off_t aio_offset;204 uint64_t aio_nbytes;206 union {231 } RawPosixAIOData; typedef