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

Function rdev_chain_full

src/commonlib/include/commonlib/region.h:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170static inline int rdev_chain_full(struct region_device *child,
171 const struct region_device *parent)
172{
173 /* Chain full size of parent. */
174 return rdev_chain(child, parent, 0, region_device_sz(parent));
175}
176
177/*
178 * Returns < 0 on error otherwise returns size of data read at provided

Callers 4

find_fmap_directoryFunction · 0.85
region_file_initFunction · 0.85
smmstore_rdev_chainFunction · 0.85
test_rdev_chainFunction · 0.85

Calls 2

rdev_chainFunction · 0.85
region_device_szFunction · 0.85

Tested by 1

test_rdev_chainFunction · 0.68