HomeSort by relevance Sort by last modified time
    Searched refs:ProducerName (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DataHubSubClass.h 61 EFI_GUID ProducerName;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/DataHub/
DataHub.h 57 EFI_GUID ProducerName;
84 IN EFI_GUID * ProducerName,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DataHub.h 50 EFI_GUID ProducerName;
77 @param ProducerName A GUID that indicates the identity of the caller to this API.
91 IN EFI_GUID *ProducerName,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Translate.c 121 // Look at SubClass, Instance, SubInstance and ProducerName for a matching
127 CompareGuid (&(StructureNode->ProducerName), &(RecordHeader->ProducerName))
140 // Look at SubClass, Instance and ProducerName for a matching node
144 CompareGuid (&(StructureNode->ProducerName), &(RecordHeader->ProducerName))
176 // Fill in SubClass, Instance, SubInstance and ProducerName
181 CopyMem (&(StructureNode->ProducerName), &(RecordHeader->ProducerName), sizeof (EFI_GUID));
185 // Fill in at SubClass, Instance and ProducerName, mark SubInstance as Non
    [all...]
ConvLib.c 257 &(StructureNode->ProducerName),
390 @param LinkData Specifies Instance, SubInstance and ProducerName
Thunk.h 132 EFI_GUID ProducerName;
337 @param LinkData Specifies Instance, SubInstance and ProducerName
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHub.c 29 @param ProducerName GUID that defines the name of the producer of the data
43 IN EFI_GUID *ProducerName,
112 CopyMem (&Record->ProducerName, ProducerName, sizeof (EFI_GUID));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
MemorySubClass.c 205 ArrayLink.MemoryArrayLink.ProducerName = gEfiMemorySubClassDriverGuid;
208 ArrayLink.MemorySubArrayLink.ProducerName = gEfiMemorySubClassDriverGuid;
405 DeviceStartAddress.PhysicalMemoryDeviceLink.ProducerName = gEfiMemorySubClassDriverGuid;
408 DeviceStartAddress.PhysicalMemoryArrayLink.ProducerName = gEfiMemorySubClassDriverGuid;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscProcessorInformationFunction.c 243 CopyMem (&mProcessorProducerGuid, &Record->ProducerName, sizeof(EFI_GUID));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c 450 @param Instance The instance number of the subclass with the same ProducerName..
587 CopyMem (&mProcessorProducerGuid, &Record->ProducerName, sizeof(EFI_GUID));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DataHubRecords.h 192 /// The instance number of the subclass with the same ProducerName. This number is
223 EFI_GUID ProducerName;
225 /// The instance number of the subclass with the same ProducerName. This number is
    [all...]

Completed in 136 milliseconds