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

Function DbgHeader

rEFIt_UEFI/refit/lib.cpp:1726–1736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1724}
1725
1726VOID DbgHeader(CONST CHAR8 *str)
1727{
1728 CHAR8 strLog[50];
1729 INTN len;
1730 UINTN end = snprintf(strLog, 50, "=== [ %s ] ", str);
1731 len = 50 - end;
1732
1733 SetMem(&strLog[end], len , '=');
1734 strLog[49] = '\0';
1735 DebugLog (1, "%s\n", strLog);
1736}
1737
1738// EOF

Callers 15

ScanVolumesFunction · 0.85
StartLoaderMethod · 0.85
LoadDriversFunction · 0.85
RefitMainFunction · 0.85
GetMacAddressFunction · 0.85
GetCPUPropertiesFunction · 0.85
FixBiosDsdtFunction · 0.85
GetAcpiTablesListFunction · 0.85
LoadAllPatchedAMLFunction · 0.85
PatchACPIFunction · 0.85
PatchACPI_OtherOSFunction · 0.85
PrepatchSmbiosFunction · 0.85

Calls 3

snprintfFunction · 0.85
SetMemFunction · 0.85
DebugLogFunction · 0.50

Tested by

no test coverage detected