Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dloader.h271 ssize_t rom_add_file(const char *file, const char *fw_dir,
341 rom_add_file(_f, NULL, _a, _i, false, NULL, NULL)
345 rom_add_file(_f, NULL, 0, _i, false, _mr, NULL)
347 rom_add_file(_f, NULL, 0, _i, false, NULL, _as)
349 rom_add_file(_f, NULL, _a, _i, false, NULL, _as)
/openbmc/qemu/hw/core/
H A Dloader.c1059 ssize_t rom_add_file(const char *file, const char *fw_dir, in rom_add_file() function
1212 return rom_add_file(file, "vgaroms", 0, -1, true, NULL, NULL); in rom_add_vga()
1217 return rom_add_file(file, "genroms", 0, bootindex, true, NULL, NULL); in rom_add_option()