HomeSort by relevance Sort by last modified time
    Searched refs:VendorGuid (Results 101 - 121 of 121) sorted by null

1 2 3 45

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmLoadOption.c 706 variable (VendorGuid/Name)
824 @param VendorGuid Variable GUID of the load option
835 IN EFI_GUID *VendorGuid,
863 GetVariable2 (VariableName, VendorGuid, (VOID **) &Variable, &VariableSize);
924 CopyGuid (&Option->VendorGuid, VendorGuid);
    [all...]
InternalBm.h 314 Each VariableName is unique for each VendorGuid. VariableName must
317 @param VendorGuid A unique identifier for the vendor.
348 IN EFI_GUID *VendorGuid,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
SmbiosMeasurementDxe.c 554 CopyGuid (&(HandoffTables.TableEntry[0].VendorGuid), &gEfiSmbios3TableGuid);
557 CopyGuid (&(HandoffTables.TableEntry[0].VendorGuid), &gEfiSmbiosTableGuid);
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderFdt.c 322 if (CompareGuid (&gArmMpCoreInfoGuid, &(gST->ConfigurationTable[Index].VendorGuid))) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
SmmLockBoxSmmLib.c 49 if (CompareGuid (&gSmst->SmmConfigurationTable[Index].VendorGuid, &gEfiSmmLockBoxCommunicationGuid)) {
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiS3SaveDxe/
AcpiS3Save.c 219 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), AcpiTableGuid)) {
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiMisc.c 744 Read the EFI variable (VendorGuid/Name) and return a dynamically allocated
748 @param[in] VendorGuid GUID part of EFI variable name.
759 IN EFI_GUID *VendorGuid,
773 Status = gRT->GetVariable (Name, VendorGuid, NULL, &BufferSize, Buffer);
785 Status = gRT->GetVariable (Name, VendorGuid, NULL, &BufferSize, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideLib.c 375 Read the EFI variable (VendorGuid/Name) and return a dynamically allocated
379 @param VendorGuid GUID part of EFI variable name
392 IN EFI_GUID *VendorGuid,
406 Status = gRT->GetVariable (Name, VendorGuid, NULL, &BufferSize, Buffer);
418 Status = gRT->GetVariable (Name, VendorGuid, NULL, &BufferSize, Buffer);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiLib.c 48 if (CompareGuid (TableGuid, &(SystemTable->ConfigurationTable[Index].VendorGuid))) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
AcpiS3Save.c 245 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), AcpiTableGuid)) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.c 237 if (CompareGuid (TableGuid, &(gST->ConfigurationTable[Index].VendorGuid))) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
PlatformEarlyInit.h     [all...]
  /external/syslinux/efi32/include/efi/
efilib.h 523 IN EFI_GUID *VendorGuid
529 IN EFI_GUID *VendorGuid,
  /external/syslinux/efi64/include/efi/
efilib.h 523 IN EFI_GUID *VendorGuid
529 IN EFI_GUID *VendorGuid,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efilib.h 523 IN EFI_GUID *VendorGuid
529 IN EFI_GUID *VendorGuid,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.h     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 81 if (CompareGuid (TableGuid, &(SystemTable->ConfigurationTable[Index].VendorGuid))) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 103 if (CompareGuid (TableGuid, &(SystemTable->ConfigurationTable[Index].VendorGuid))) {
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
Init.c 975 &CfgPtr->VendorGuid,
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfile.c 673 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), AcpiTableGuid)) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.c 78 @param[in] VendorGuid Variable vendor GUID.
88 IN EFI_GUID *VendorGuid,
    [all...]

Completed in 452 milliseconds

1 2 3 45