Home
last modified time | relevance | path

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

/qemu/include/hw/nvram/
H A Dfw_cfg.h62 typedef struct FWCfgEntry FWCfgEntry; typedef
70 FWCfgEntry *entries[2];
/qemu/hw/nvram/
H A Dfw_cfg.c62 struct FWCfgEntry { struct
273 FWCfgEntry *e; in fw_cfg_select()
298 FWCfgEntry *e = (s->cur_entry == FW_CFG_INVALID) ? NULL : in fw_cfg_data_read()
340 FWCfgEntry *e; in fw_cfg_dma_transfer()
971 memset(&s->entries[0][FW_CFG_FILE_FIRST + index], 0, sizeof(FWCfgEntry)); in fw_cfg_add_file_callback()
1297 s->entries[0] = g_new0(FWCfgEntry, fw_cfg_max_entry(s)); in fw_cfg_file_slots_allocate()
1298 s->entries[1] = g_new0(FWCfgEntry, fw_cfg_max_entry(s)); in fw_cfg_file_slots_allocate()