MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / GetNextChild

Function GetNextChild

Library/DeviceTreeLib/DeviceTreeLib.c:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104STATIC
105DTEntry
106GetNextChild (
107 IN DTEntry Sibling
108 )
109{
110 return DTSkipTree (Sibling);
111}
112
113STATIC
114CONST CHAR8 *

Callers 2

FindChildFunction · 0.70
DTIterateEntriesFunction · 0.70

Calls 1

DTSkipTreeFunction · 0.85

Tested by

no test coverage detected