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

Function imd_entry_assign

src/lib/imd.c:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83static void imd_entry_assign(struct imd_entry *e, uint32_t id,
84 ssize_t offset, size_t size)
85{
86 e->magic = IMD_ENTRY_MAGIC;
87 e->start_offset = offset;
88 e->size = size;
89 e->id = id;
90}
91
92static void imdr_init(struct imdr *ir, void *upper_limit)
93{

Callers 2

imdr_create_emptyFunction · 0.85
imd_entry_add_to_rootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected