Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c259 static inline uint16_t fw_cfg_file_slots(const FWCfgState *s) in fw_cfg_file_slots() function
267 return FW_CFG_FILE_FIRST + fw_cfg_file_slots(s); in fw_cfg_max_entry()
930 dsize = sizeof(uint32_t) + sizeof(FWCfgFile) * fw_cfg_file_slots(s); in fw_cfg_add_file_callback()
936 assert(count < fw_cfg_file_slots(s)); in fw_cfg_add_file_callback()
1023 assert(index < fw_cfg_file_slots(s)); in fw_cfg_modify_file()
1276 if (fw_cfg_file_slots(s) < FW_CFG_FILE_SLOTS_MIN) { in fw_cfg_file_slots_allocate()
1286 if (fw_cfg_file_slots(s) > file_slots_max) { in fw_cfg_file_slots_allocate()