/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
Firmware.c | 58 gST->FirmwareVendor );
|
SystemTable.c | 699 "FirmwareVendor", 700 gST->FirmwareVendor );
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Bds/ |
BdsEntry.c | 83 gST->FirmwareVendor = AllocateRuntimePool (Size);
84 ASSERT (gST->FirmwareVendor != NULL);
86 UnicodeSPrint (gST->FirmwareVendor, Size, L"BeagleBoard EFI %a %a", __DATE__, __TIME__);
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Bds/ |
BdsEntry.c | 83 gST->FirmwareVendor = AllocateRuntimePool (Size);
84 ASSERT (gST->FirmwareVendor != NULL);
86 UnicodeSPrint (gST->FirmwareVendor, Size, L"BeagleBoard EFI %a %a", __DATE__, __TIME__);
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
BdsEntry.c | 532 CHAR16 *FirmwareVendor;
560 // Fill in FirmwareVendor and FirmwareRevision from PCDs
562 FirmwareVendor = (CHAR16 *)PcdGetPtr (PcdFirmwareVendor);
563 gST->FirmwareVendor = AllocateRuntimeCopyPool (StrSize (FirmwareVendor), FirmwareVendor);
564 ASSERT (gST->FirmwareVendor != NULL);
|
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/ |
trivial.S | 11 movl 24(%eax),%ebx # ebx <- systab->FirmwareVendor
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
Ver.c | 126 gST->FirmwareVendor,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/ |
BdsEntry.c | 587 CHAR16 *FirmwareVendor;
621 // Fill in FirmwareVendor and FirmwareRevision from PCDs
623 FirmwareVendor = (CHAR16 *) PcdGetPtr (PcdFirmwareVendor);
624 gST->FirmwareVendor = AllocateRuntimeCopyPool (StrSize (FirmwareVendor), FirmwareVendor);
625 ASSERT (gST->FirmwareVendor != NULL);
[all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/ |
Bds.c | 470 gST->FirmwareVendor = AllocateRuntimePool (Size);
471 ASSERT (gST->FirmwareVendor != NULL);
472 UnicodeSPrint (gST->FirmwareVendor, Size, L"%a EFI %a %a", PcdGetPtr(PcdFirmwareVendor), __DATE__, __TIME__);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/ |
Runtime.c | 351 RuntimeDriverConvertInternalPointer ((VOID **) &gST->FirmwareVendor);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiApi.h | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
UefiSpec.h | [all...] |
/external/syslinux/efi32/include/efi/ |
efiapi.h | 869 CHAR16 *FirmwareVendor;
|
/external/syslinux/efi64/include/efi/ |
efiapi.h | 869 CHAR16 *FirmwareVendor;
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efiapi.h | 869 CHAR16 *FirmwareVendor;
|
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
UefiSpec.h | [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
Shell.c | 498 gST->FirmwareVendor,
[all...] |