Home | History | Annotate | Download | only in futility

Lines Matching full:fmap

11 #include "fmap.h"
87 * The Chrome OS BIOS must contain specific FMAP areas, and we generally want
115 static int has_all_areas(uint8_t *buf, uint32_t len, FmapHeader *fmap,
120 if (!fmap_find_by_name(buf, len, fmap, area->name, 0))
129 FmapHeader *fmap = fmap_find(buf, len);
130 if (fmap) {
131 if (has_all_areas(buf, len, fmap, bios_area))
133 if (has_all_areas(buf, len, fmap, old_bios_area))
201 FmapHeader *fmap;
223 fmap = fmap_find(buf, len);
226 fmap_find_by_name(buf, len, fmap, area->name, &ah);
241 fmap = fmap_find(buf, len);
244 fmap_find_by_name(buf, len, fmap, area->name, &ah);