MCPcopy Create free account
hub / github.com/coreboot/coreboot / imd_entry_at

Function imd_entry_at

src/lib/imd.c:568–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568void *imd_entry_at(const struct imd *imd, const struct imd_entry *entry)
569{
570 const struct imdr *imdr;
571
572 imdr = imd_entry_to_imdr(imd, entry);
573
574 if (imdr == NULL)
575 return NULL;
576
577 return imdr_entry_at(imdr, entry);
578}
579
580uint32_t imd_entry_id(const struct imd_entry *entry)
581{

Callers 9

stage_cache_addFunction · 0.85
stage_cache_add_rawFunction · 0.85
stage_cache_get_rawFunction · 0.85
stage_cache_load_stageFunction · 0.85
cbmem_addFunction · 0.85
cbmem_findFunction · 0.85
cbmem_entry_startFunction · 0.85
test_imd_entry_atFunction · 0.85

Calls 2

imd_entry_to_imdrFunction · 0.85
imdr_entry_atFunction · 0.85

Tested by 1

test_imd_entry_atFunction · 0.68