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

Function OSInfoOSVendorImpl

rEFIt_UEFI/Platform/Injectors.cpp:276–293  ·  view source on GitHub ↗

OSInfoOSVendorImpl

Source from the content-addressed store, hash-verified

274
275// OSInfoOSVendorImpl
276VOID
277EFIAPI
278OSInfoOSVendorImpl (
279 IN CHAR8 *OSVendor
280 )
281{
282 // never used as never called
283 INTN Result;
284 DBG("OSInfo:OSVendor called\n");
285 if (!OSVendor) {
286 return;
287 }
288 Result = AsciiStrCmp(OSVendor, OS_INFO_VENDOR_NAME);
289
290 if (Result == 0) {
291 // EfiLibNamedEventSignal (&gAppleOSLoadedNamedEventGuid);
292 }
293}
294
295EFI_OS_INFO_PROTOCOL mEfiOSInfo = {
296 EFI_OS_INFO_PROTOCOL_REVISION,

Callers

nothing calls this directly

Calls 1

AsciiStrCmpFunction · 0.85

Tested by

no test coverage detected