Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h42 typedef struct fw_cfg_file FWCfgFile; typedef
54 FWCfgFile f[];
/openbmc/qemu/tests/qtest/libqos/
H A Dfw_cfg.c82 FWCfgFile *pdir_entry; in qfw_cfg_get_file()
90 pdir_entry = (FWCfgFile *)(filesbuf + sizeof(uint32_t)); in qfw_cfg_get_file()
/openbmc/qemu/docs/specs/
H A Dfw_cfg.rst143 struct FWCfgFile f[]; /* array of file entries, see below */
146 struct FWCfgFile { /* an individual file entry, 64 bytes total */
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c929 dsize = sizeof(uint32_t) + sizeof(FWCfgFile) * fw_cfg_file_slots(s); in fw_cfg_add_file_callback()
969 memset(&s->files->f[index], 0, sizeof(FWCfgFile)); in fw_cfg_add_file_callback()