Searched refs:bdref_key_dot (Results 1 – 1 of 1) sorted by relevance
3591 char *bdref_key_dot; in bdrv_open_backing_file() local3615 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() local3710 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()