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

Function ScanRSDT

rEFIt_UEFI/Platform/AcpiPatcher.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194
195UINT32* ScanRSDT(UINT32 Signature, UINT64 TableId)
196{
197 return ScanRSDT2(Signature, TableId, IGNORE_INDEX);
198}
199
200UINT64* ScanXSDT2(UINT32 Signature, UINT64 TableId, UINTN MatchIndex)
201{

Callers 1

PatchACPIFunction · 0.85

Calls 1

ScanRSDT2Function · 0.85

Tested by

no test coverage detected