Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dqfw.h71 struct fw_cfg_file { struct
79 struct fw_cfg_file cfg; /* firmware file information */ argument
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h60 struct fw_cfg_file { struct
/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h43 typedef struct fw_cfg_file FWCfgFile;
/openbmc/u-boot/drivers/misc/
H A Dqfw.c322 sizeof(struct fw_cfg_file), &file->cfg); in qemu_fwcfg_read_firmware_list()
/openbmc/qemu/tests/qtest/libqos/
H A Dfw_cfg.c134 dsize = sizeof(uint32_t) + count * sizeof(struct fw_cfg_file); in find_pdir_entry()