Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
UINT32* ScanRSDT(UINT32 Signature, UINT64 TableId)
196
{
197
return ScanRSDT2(Signature, TableId, IGNORE_INDEX);
198
}
199
200
UINT64* ScanXSDT2(UINT32 Signature, UINT64 TableId, UINTN MatchIndex)
201
{
Callers
1
PatchACPI
Function · 0.85
Calls
1
ScanRSDT2
Function · 0.85
Tested by
no test coverage detected