Searched defs:seek_to_sector (Results 1 - 2 of 2) sorted by relevance

/external/qemu/block/
H A Dparallels.c105 static int64_t seek_to_sector(BlockDriverState *bs, int64_t sector_num) function
123 int64_t position = seek_to_sector(bs, sector_num);
H A Dbochs.c158 static int64_t seek_to_sector(BlockDriverState *bs, int64_t sector_num) function
195 int64_t block_offset = seek_to_sector(bs, sector_num);

Completed in 27 milliseconds