Searched refs:Vendor (Results 1 - 25 of 39) sorted by relevance

12

/device/linaro/bootloader/edk2/Nt32Pkg/WinNtThunkDxe/
H A DWinNtThunk.h30 VENDOR_DEVICE_PATH Vendor; member in struct:__anon9707
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
H A DDevicePathTextLib.c30 Converts a Vendor device path structure to its string representative.
53 EMU_VENDOR_DEVICE_PATH_NODE *Vendor; local
56 Vendor = (EMU_VENDOR_DEVICE_PATH_NODE *)DevPath;
57 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuThunkProtocolGuid)) {
61 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuGraphicsWindowProtocolGuid)) {
62 CatPrint (Str, L"EmuGraphics(%d)", Vendor->Instance);
65 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEfiSimpleFileSystemProtocolGuid)) {
66 CatPrint (Str, L"EmuFs(%d)", Vendor->Instance);
69 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuBlockIoProtocolGuid)) {
70 CatPrint (Str, L"EmuBlk(%d)", Vendor
95 VENDOR_DEVICE_PATH *Vendor; local
121 VENDOR_DEVICE_PATH *Vendor; local
147 EMU_VENDOR_DEVICE_PATH_NODE *Vendor; local
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
H A DXenBus.h22 VENDOR_DEVICE_PATH Vendor; member in struct:_XENBUS_DEVICE_PATH
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type00/
H A DMiscBiosVendorFunction.c126 CHAR16 *Vendor; local
147 Vendor = (CHAR16 *) PcdGetPtr (PcdFirmwareVendor);
148 if (StrLen(Vendor) > 0)
151 HiiSetString (mHiiHandle, TokenToUpdate, Vendor, NULL);
187 Vendor = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
188 VendorStrLen = StrLen(Vendor);
222 UnicodeStrToAsciiStr(Vendor, OptionalStrStart);
237 if(Vendor != NULL)
239 FreePool(Vendor);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
H A DSlotConfig.c44 UINT16 Vendor;
120 Vendor = MmPci16 (
127 if (Vendor != 0xFFFF) {
35 UINT16 Vendor; local
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
H A DMiscBiosVendorFunction.c100 CHAR16 Vendor[SMBIOS_STRING_MAX_LENGTH]; local
137 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr (PcdSMBIOSBiosVendor), Vendor);
138 if (StrLen (Vendor) > 0) {
140 HiiSetString (mHiiHandle, TokenToUpdate, Vendor, NULL);
186 // Vendor will be the 1st optional string following the formatted structure.
188 SmbiosRecord->Vendor = 1;
/device/linaro/bootloader/edk2/ArmVirtPkg/VirtioFdtDxe/
H A DVirtioFdtDxe.c31 VENDOR_DEVICE_PATH Vendor; member in struct:__anon3666
86 CopyGuid (&DevicePath->Vendor.Guid, &gVirtioMmioTransportGuid);
88 SetDevicePathNodeLength (&DevicePath->Vendor,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
H A DNonDiscoverableDeviceRegistrationLib.c77 VENDOR_DEVICE_PATH Vendor; member in struct:__anon6661
185 CopyGuid (&DevicePath->Vendor.Guid, &gEdkiiNonDiscoverableDeviceProtocolGuid);
194 SetDevicePathNodeLength (&DevicePath->Vendor,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
H A DConsoleOption.c424 VENDOR_DEVICE_PATH Vendor; local
567 Vendor.Header.Type = MESSAGING_DEVICE_PATH;
568 Vendor.Header.SubType = MSG_VENDOR_DP;
571 CopyMem (&Vendor.Guid, &TerminalTypeGuid[Index2], sizeof (EFI_GUID));
572 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH));
575 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor
903 VENDOR_DEVICE_PATH *Vendor; local
910 Vendor = NULL;
914 // Vendor points to the node before the End node
916 Vendor
[all...]
H A DVariable.c337 VENDOR_DEVICE_PATH Vendor; local
371 Vendor.Header.Type = MESSAGING_DEVICE_PATH;
372 Vendor.Header.SubType = MSG_VENDOR_DP;
376 &Vendor.Guid,
380 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH));
383 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c427 VENDOR_DEVICE_PATH Vendor; local
573 Vendor.Header.Type = MESSAGING_DEVICE_PATH;
574 Vendor.Header.SubType = MSG_VENDOR_DP;
577 CopyMem (&Vendor.Guid, &TerminalTypeGuid[Index2], sizeof (EFI_GUID));
578 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH));
581 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor
944 VENDOR_DEVICE_PATH *Vendor; local
951 Vendor = NULL;
955 // Vendor points to the node before the End node
957 Vendor
[all...]
H A DVariable.c414 VENDOR_DEVICE_PATH Vendor; local
448 Vendor.Header.Type = MESSAGING_DEVICE_PATH;
449 Vendor.Header.SubType = MSG_VENDOR_DP;
453 &Vendor.Guid,
457 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH));
460 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDhcp6.h64 UINT32 Vendor; member in struct:__anon9533
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
H A DDevicePathToText.c152 Converts a Vendor device path structure to its string representative.
172 VENDOR_DEVICE_PATH *Vendor; local
179 Vendor = (VENDOR_DEVICE_PATH *) DevPath;
180 switch (DevicePathType (&Vendor->Header)) {
188 if (CompareGuid (&Vendor->Guid, &gEfiPcAnsiGuid)) {
191 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100Guid)) {
194 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100PlusGuid)) {
197 } else if (CompareGuid (&Vendor->Guid, &gEfiVTUTF8Guid)) {
200 } else if (CompareGuid (&Vendor->Guid, &gEfiUartDevicePathGuid)) {
201 FlowControlMap = (((UART_FLOW_CONTROL_DEVICE_PATH *) Vendor)
[all...]
H A DDevicePathFromText.c706 Converts a text device path node to Vendor device path structure based on the input Type
713 @return A pointer to the newly-created Vendor device path structure.
726 VENDOR_DEVICE_PATH *Vendor; local
737 Vendor = (VENDOR_DEVICE_PATH *) CreateDeviceNode (
743 StrToGuid (GuidStr, &Vendor->Guid);
744 StrToBuf (((UINT8 *) Vendor) + sizeof (VENDOR_DEVICE_PATH), Length, DataStr);
746 return (EFI_DEVICE_PATH_PROTOCOL *) Vendor;
750 Converts a text device path node to Vendor Hardware device path structure.
754 @return A pointer to the newly-created Vendor Hardware device path structure.
1466 Converts a text device path node to Vendor
1498 VENDOR_DEVICE_PATH *Vendor; local
1522 VENDOR_DEVICE_PATH *Vendor; local
1546 VENDOR_DEVICE_PATH *Vendor; local
1570 VENDOR_DEVICE_PATH *Vendor; local
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.h84 UINT32 Vendor; member in struct:__anon9665
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/
H A DXenIoMmioLib.c30 VENDOR_DEVICE_PATH Vendor; member in struct:__anon9841
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/FlashFvbDxe/
H A DFlashFvbDxe.h72 VENDOR_DEVICE_PATH Vendor; member in struct:__anon1341
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/
H A DArmFvpDxe.c30 VENDOR_DEVICE_PATH Vendor; member in struct:__anon3601
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
H A DEmuThunk.h37 EMU_VENDOR_DEVICE_PATH_NODE Vendor; member in struct:__anon5429
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
H A DMiscBiosVendorFunction.c157 // Vendor will be the 1st optional string following the formatted structure.
159 SmbiosRecord->Vendor = 1;
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
H A DMiscBiosVendorFunction.c157 // Vendor will be the 1st optional string following the formatted structure.
159 SmbiosRecord->Vendor = 1;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
H A DDistributionPackageClass.py49 self.Vendor = ''
67 return self.Vendor
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c687 VENDOR_DEVICE_PATH *Vendor; local
697 Vendor = (VENDOR_DEVICE_PATH *) DevicePathNode;
698 Status = AppendCSDGuid (MappingItem, &Vendor->Guid);
703 if (CompareGuid (&gEfiSasDevicePathGuid, &Vendor->Guid)) {
704 Sas = (SAS_DEVICE_PATH *) Vendor;
730 NewBuffer = CatSPrint (Buffer, L"%02x", *((UINT8*)Vendor + sizeof (VENDOR_DEVICE_PATH) + Index));
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
H A DCommonXml.py257 self.Vendor = ''
267 self.Vendor = XmlElement(Item, '%s/Vendor' % Key)
281 DistributionPackageHeader.Vendor = self.Vendor
329 ['Vendor', DistributionPackageHeader.Vendor],
343 return "ReadOnly = %s RePackage = %s Vendor = %s Date = %s \
345 (self.ReadOnly, self.RePackage, self.Vendor, self.Date, \

Completed in 844 milliseconds

12