Home
last modified time | relevance | path

Searched refs:ImgConvertState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dqemu-img.c1665 typedef struct ImgConvertState { struct
1697 } ImgConvertState; argument
1699 static void convert_select_part(ImgConvertState *s, int64_t sector_num, in convert_select_part()
1712 convert_iteration_sectors(ImgConvertState *s, int64_t sector_num) in convert_iteration_sectors()
1818 static int coroutine_fn convert_co_read(ImgConvertState *s, int64_t sector_num, in convert_co_read()
1872 static int coroutine_fn convert_co_write(ImgConvertState *s, int64_t sector_num, in convert_co_write()
1936 static int coroutine_fn convert_co_copy_range(ImgConvertState *s, int64_t sector_num, in convert_co_copy_range()
1969 ImgConvertState *s = opaque; in convert_co_do_copy()
2090 static int convert_do_copy(ImgConvertState *s) in convert_do_copy()
2253 ImgConvertState s = (ImgConvertState) { in img_convert()