Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ _ModuleEntryPoint
Function
_ModuleEntryPoint
CloverEFI/OsxDxeIpl/DxeInit.c:271–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
EFI_STATUS
272
EFIAPI
273
_ModuleEntryPoint (
274
IN EFILDRHANDOFF *Handoff
275
)
276
{
277
DxeInit(Handoff);
278
return EFI_SUCCESS;
279
}
Callers
nothing calls this directly
Calls
1
DxeInit
Function · 0.85
Tested by
no test coverage detected