Home
last modified time | relevance | path

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

/qemu/dump/
H A Ddump.c1358 GuestPhysBlock *block_iter = NULL; in write_dump_bitmap() local
1372 while (get_next_page(&block_iter, &pfn, NULL, s)) { in write_dump_bitmap()
1485 GuestPhysBlock *block_iter = NULL; in write_dump_pages() local
1529 for (buf = page; get_next_page(&block_iter, &pfn_iter, &buf, s); buf = page) { in write_dump_pages()