Searched refs:FMAP_NAMELEN (Results 1 – 3 of 3) sorted by relevance
/external/vboot_reference/host/lib/include/ |
D | fmap.h | 14 #define FMAP_NAMELEN 32 macro 25 char fmap_name[FMAP_NAMELEN]; 32 char area_name[FMAP_NAMELEN];
|
/external/vboot_reference/futility/ |
D | cmd_dump_fmap.c | 72 snprintf(buf, FMAP_NAMELEN + 1, "%s", fmh->fmap_name); in dump_fmap() 78 snprintf(buf, FMAP_NAMELEN + 1, "%s", ah->area_name); in dump_fmap() 314 char buf[FMAP_NAMELEN + 1]; in human_fmap() 315 strncpy(buf, ah[i].area_name, FMAP_NAMELEN); in human_fmap() 316 buf[FMAP_NAMELEN] = '\0'; in human_fmap()
|
/external/vboot_reference/host/lib/ |
D | fmap.c | 60 if (!strncmp(ah[i].area_name, name, FMAP_NAMELEN)) { in fmap_find_by_name()
|