Home
last modified time | relevance | path

Searched defs:FMAP_STRLEN (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flashrom/include/
H A Dfmap.h46 #define FMAP_STRLEN 32 /* maximum length for strings */ macro
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
H A Dfmap_serialized.h11 #define FMAP_STRLEN 32 /* maximum length for strings, */ macro
/aosp_15_r20/external/coreboot/util/cbfstool/flashmap/
H A Dfmap.h12 #define FMAP_STRLEN 32 /* maximum length for strings, */ macro
/aosp_15_r20/external/coreboot/src/lib/
H A Dfmap.c216 char name[FMAP_STRLEN]) in fmap_find_region_name()