Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-win32.c288 bdrv_parse_filename_strip_prefix(filename, "file:", options); in raw_parse_filename()
832 bdrv_parse_filename_strip_prefix(filename, "host_device:", options); in hdev_parse_filename()
H A Dfile-posix.c542 bdrv_parse_filename_strip_prefix(filename, "file:", options); in raw_parse_filename()
4062 bdrv_parse_filename_strip_prefix(filename, "host_device:", options); in hdev_parse_filename()
4304 bdrv_parse_filename_strip_prefix(filename, "host_cdrom:", options); in cdrom_parse_filename()
/openbmc/qemu/include/block/
H A Dblock_int-common.h1306 void bdrv_parse_filename_strip_prefix(const char *filename, const char *prefix,
/openbmc/qemu/
H A Dblock.c243 void bdrv_parse_filename_strip_prefix(const char *filename, const char *prefix, in bdrv_parse_filename_strip_prefix() function