Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c3591 char *bdref_key_dot; in bdrv_open_backing_file() local
3615 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
3616 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
3617 g_free(bdref_key_dot); in bdrv_open_backing_file()
3705 char *bdref_key_dot; in bdrv_open_child_bs() local
3710 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
3711 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
3712 g_free(bdref_key_dot); in bdrv_open_child_bs()