Searched refs:bdrv_next (Results 1 - 3 of 3) sorted by relevance

/external/qemu/include/block/
H A Dblock.h187 BlockDriverState *bdrv_next(BlockDriverState *bs);
/external/qemu/
H A Dsavevm.c2556 while ((bs1 = bdrv_next(bs1))) {
2630 } while ((bs1 = bdrv_next(bs)));
2671 while ((bs1 = bdrv_next(bs1))) {
2701 while ((bs1 = bdrv_next(bs1))) {
H A Dblock.c1434 BlockDriverState *bdrv_next(BlockDriverState *bs) function
1829 while ((bs = bdrv_next(bs))) {

Completed in 1012 milliseconds