Searched refs:get_image_offset (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | vpc.c | 497 get_image_offset(BlockDriverState *bs, uint64_t offset, bool write, int *err) in get_image_offset() function 601 return get_image_offset(bs, offset, false, NULL); in alloc_block() 639 image_offset = get_image_offset(bs, offset, false, NULL); in vpc_co_preadv() 689 image_offset = get_image_offset(bs, offset, true, &ret); in vpc_co_pwritev() 749 image_offset = get_image_offset(bs, offset, false, NULL); in vpc_co_block_status() 773 image_offset = get_image_offset(bs, offset, false, NULL); in vpc_co_block_status()
|