Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-global-state.h267 int bdrv_debug_remove_breakpoint(BlockDriverState *bs, const char *tag);
H A Dblock_int-common.h338 int (*bdrv_debug_remove_breakpoint)(BlockDriverState *bs, member
/openbmc/qemu/block/
H A Dblkdebug.c1094 .bdrv_debug_remove_breakpoint
/openbmc/qemu/
H A Dblock.c6632 assert(bs->drv->bdrv_debug_remove_breakpoint); in bdrv_find_debug_node()
6653 int bdrv_debug_remove_breakpoint(BlockDriverState *bs, const char *tag) in bdrv_debug_remove_breakpoint() function
6660 return bs->drv->bdrv_debug_remove_breakpoint(bs, tag); in bdrv_debug_remove_breakpoint()
H A Dqemu-io-cmds.c2526 ret = bdrv_debug_remove_breakpoint(blk_bs(blk), argv[1]); in remove_break_f()