Home
last modified time | relevance | path

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

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dblock.c2277 char *bdref_key_dot; in bdrv_open_backing_file() local
2297 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
2298 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
2299 g_free(bdref_key_dot); in bdrv_open_backing_file()
2373 char *bdref_key_dot; in bdrv_open_child_bs() local
2378 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
2379 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
2380 g_free(bdref_key_dot); in bdrv_open_child_bs()
/dports/emulators/qemu42/qemu-4.2.1/
H A Dblock.c2614 char *bdref_key_dot; in bdrv_open_backing_file() local
2635 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
2636 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
2637 g_free(bdref_key_dot); in bdrv_open_backing_file()
2724 char *bdref_key_dot; in bdrv_open_child_bs() local
2729 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
2730 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
2731 g_free(bdref_key_dot); in bdrv_open_child_bs()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dblock.c2614 char *bdref_key_dot; in bdrv_open_backing_file() local
2635 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
2636 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
2637 g_free(bdref_key_dot); in bdrv_open_backing_file()
2724 char *bdref_key_dot; in bdrv_open_child_bs() local
2729 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
2730 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
2731 g_free(bdref_key_dot); in bdrv_open_child_bs()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dblock.c2802 char *bdref_key_dot; in bdrv_open_backing_file() local
2823 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
2824 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
2825 g_free(bdref_key_dot); in bdrv_open_backing_file()
2912 char *bdref_key_dot; in bdrv_open_child_bs() local
2917 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
2918 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
2919 g_free(bdref_key_dot); in bdrv_open_child_bs()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dblock.c2796 char *bdref_key_dot; in bdrv_open_backing_file() local
2817 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
2818 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
2819 g_free(bdref_key_dot); in bdrv_open_backing_file()
2906 char *bdref_key_dot; in bdrv_open_child_bs() local
2911 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
2912 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
2913 g_free(bdref_key_dot); in bdrv_open_child_bs()
/dports/emulators/qemu/qemu-6.2.0/
H A Dblock.c3371 char *bdref_key_dot; in bdrv_open_backing_file() local
3392 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
3393 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
3394 g_free(bdref_key_dot); in bdrv_open_backing_file()
3479 char *bdref_key_dot; in bdrv_open_child_bs() local
3484 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
3485 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
3486 g_free(bdref_key_dot); in bdrv_open_child_bs()
/dports/emulators/qemu5/qemu-5.2.0/
H A Dblock.c2924 char *bdref_key_dot; in bdrv_open_backing_file() local
2945 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
2946 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
2947 g_free(bdref_key_dot); in bdrv_open_backing_file()
3034 char *bdref_key_dot; in bdrv_open_child_bs() local
3039 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
3040 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
3041 g_free(bdref_key_dot); in bdrv_open_child_bs()
/dports/emulators/qemu60/qemu-6.0.0/
H A Dblock.c2945 char *bdref_key_dot; in bdrv_open_backing_file() local
2966 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
2967 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
2968 g_free(bdref_key_dot); in bdrv_open_backing_file()
3053 char *bdref_key_dot; in bdrv_open_child_bs() local
3058 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
3059 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
3060 g_free(bdref_key_dot); in bdrv_open_child_bs()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A Dblock.c3258 char *bdref_key_dot; in bdrv_open_backing_file() local
3279 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_backing_file()
3280 qdict_extract_subqdict(parent_options, &options, bdref_key_dot); in bdrv_open_backing_file()
3281 g_free(bdref_key_dot); in bdrv_open_backing_file()
3366 char *bdref_key_dot; in bdrv_open_child_bs() local
3371 bdref_key_dot = g_strdup_printf("%s.", bdref_key); in bdrv_open_child_bs()
3372 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()
3373 g_free(bdref_key_dot); in bdrv_open_child_bs()