Searched defs:Badging (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c842 EFI_OEM_BADGING_PROTOCOL *Badging; local
902 Badging = NULL;
903 Status = gBS->LocateProtocol (&gEfiOEMBadgingProtocolGuid, NULL, (VOID **) &Badging);
933 if (Badging != NULL) {
937 Status = Badging->GetImage (
938 Badging,
993 if (Badging == NULL) {
1124 if (Badging == NULL) {

Completed in 45 milliseconds