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

Function LogDataHubXString8

rEFIt_UEFI/Platform/DataHubCpu.cpp:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141EFI_STATUS EFIAPI
142LogDataHubXString8(IN EFI_GUID *TypeGuid,
143 IN CONST CHAR16 *Name,
144 const XString8& s)
145{
146 if ( s.sizeInBytesIncludingTerminator() > MAX_UINT32 ) panic("LogDataHub s.length > MAX_UINT32");
147 return LogDataHub(TypeGuid, Name, (void*)s.c_str(), (UINT32)s.sizeInBytesIncludingTerminator());
148}
149
150EFI_STATUS EFIAPI
151LogDataHubXStringW(IN EFI_GUID *TypeGuid,

Callers 1

SetupDataForOSXFunction · 0.85

Calls 4

LogDataHubFunction · 0.85
panicFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected