Home
last modified time | relevance | path

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

/external/vboot_reference/futility/
Dfile_type_bios.h24 NUM_BIOS_COMPONENTS enumerator
34 _Static_assert(ARRAY_SIZE(fmap_name) == NUM_BIOS_COMPONENTS,
58 struct bios_area_s area[NUM_BIOS_COMPONENTS];
Dfile_type_bios.c188 _Static_assert(ARRAY_SIZE(fmap_show_fn) == NUM_BIOS_COMPONENTS,
206 for (enum bios_component c = 0; c < NUM_BIOS_COMPONENTS; c++) { in ft_show_bios()