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

Function DTInit

Library/DeviceTreeLib/DeviceTreeLib.c:559–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557///
558
559VOID
560DTInit (
561 IN VOID *Base,
562 IN UINT32 *Length
563 )
564{
565 if (Base != NULL && Length != NULL) {
566 mDTRootNode = (DTEntry) Base;
567 mDTLength = Length;
568 }
569}
570
571// DTDeleteProperty
572///

Callers 4

PatchLoadedKextsMethod · 0.50
InjectKextsMethod · 0.50
HideSlideFromOsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected