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

Function rdev_root

src/commonlib/region.c:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28static const struct region_device *rdev_root(const struct region_device *rdev)
29{
30 if (rdev->root == NULL)
31 return rdev;
32 return rdev->root;
33}
34
35ssize_t rdev_relative_offset(const struct region_device *p,
36 const struct region_device *c)

Callers 7

rdev_relative_offsetFunction · 0.85
rdev_mmapFunction · 0.85
rdev_munmapFunction · 0.85
rdev_readatFunction · 0.85
rdev_writeatFunction · 0.85
rdev_eraseatFunction · 0.85
rdev_chainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected