Home
last modified time | relevance | path

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

/qemu/hw/nvram/
H A Dfw_cfg.c1279 uint16_t file_slots_max; in fw_cfg_file_slots_allocate() local
1290 file_slots_max = (UINT16_MAX & FW_CFG_ENTRY_MASK) - FW_CFG_FILE_FIRST + 1; in fw_cfg_file_slots_allocate()
1291 if (fw_cfg_file_slots(s) > file_slots_max) { in fw_cfg_file_slots_allocate()
1293 file_slots_max); in fw_cfg_file_slots_allocate()