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

Function DumpDeviceTree

Library/DeviceTreeLib/DeviceTreeLib.c:540–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540VOID
541DumpDeviceTree (
542 VOID
543 )
544{
545 DTEntry DTRoot = NULL;
546
547 if (!EFI_ERROR(DTLookupEntry (NULL, "/", &DTRoot))) {
548 DumpDeviceTreeNodeRecusively (DTRoot);
549 }
550}
551
552// DTInit
553///

Callers

nothing calls this directly

Calls 2

DTLookupEntryFunction · 0.70

Tested by

no test coverage detected