Home
last modified time | relevance | path

Searched refs:Vendor (Results 1 – 25 of 65) sorted by relevance

123

/device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
DDevicePathTextLib.c53 EMU_VENDOR_DEVICE_PATH_NODE *Vendor; in DevPathToTextVendorLib() local
56 Vendor = (EMU_VENDOR_DEVICE_PATH_NODE *)DevPath; in DevPathToTextVendorLib()
57 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuThunkProtocolGuid)) { in DevPathToTextVendorLib()
61 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuGraphicsWindowProtocolGuid)) { in DevPathToTextVendorLib()
62 CatPrint (Str, L"EmuGraphics(%d)", Vendor->Instance); in DevPathToTextVendorLib()
65 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEfiSimpleFileSystemProtocolGuid)) { in DevPathToTextVendorLib()
66 CatPrint (Str, L"EmuFs(%d)", Vendor->Instance); in DevPathToTextVendorLib()
69 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuBlockIoProtocolGuid)) { in DevPathToTextVendorLib()
70 CatPrint (Str, L"EmuBlk(%d)", Vendor->Instance); in DevPathToTextVendorLib()
73 if (CompareGuid (&Vendor->VendorDevicePath.Guid, &gEmuThreadThunkProtocolGuid)) { in DevPathToTextVendorLib()
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscBiosVendorFunction.c100 CHAR16 Vendor[SMBIOS_STRING_MAX_LENGTH]; in MISC_SMBIOS_TABLE_FUNCTION() local
137 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr (PcdSMBIOSBiosVendor), Vendor); in MISC_SMBIOS_TABLE_FUNCTION()
138 if (StrLen (Vendor) > 0) { in MISC_SMBIOS_TABLE_FUNCTION()
140 HiiSetString (mHiiHandle, TokenToUpdate, Vendor, NULL); in MISC_SMBIOS_TABLE_FUNCTION()
188 SmbiosRecord->Vendor = 1; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgPpVendorLibNull/
DTcgPpVendorLibNull.uni2 // NULL TCG PP Vendor library instance that does not support any vendor specific PPI
15 #string STR_MODULE_ABSTRACT #language en-US "NULL TCG PP Vendor library instance that d…
17 #string STR_MODULE_DESCRIPTION #language en-US "NULL TCG PP Vendor library instance that d…
DTcgPpVendorLibNull.inf2 # NULL TCG PP Vendor library instance that does not support any vendor specific PPI
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tcg2PpVendorLibNull/
DTcg2PpVendorLibNull.uni2 // NULL Tcg PP Vendor library instance that does not support any vendor specific PPI
15 #string STR_MODULE_ABSTRACT #language en-US "NULL Tcg PP Vendor library instance that d…
17 #string STR_MODULE_DESCRIPTION #language en-US "NULL Tcg PP Vendor library instance that d…
DTcg2PpVendorLibNull.inf2 # NULL Tcg PP Vendor library instance that does not support any vendor specific PPI
/device/linaro/bootloader/edk2/SecurityPkg/Library/TrEEPpVendorLibNull/
DTrEEPpVendorLibNull.uni2 // NULL TrEE PP Vendor library instance that does not support any vendor specific PPI
15 #string STR_MODULE_ABSTRACT #language en-US "NULL TrEE PP Vendor library instance that …
17 #string STR_MODULE_DESCRIPTION #language en-US "NULL TrEE PP Vendor library instance that …
DTrEEPpVendorLibNull.inf2 # NULL TrEE PP Vendor library instance that does not support any vendor specific PPI
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalDxe.inf72 …gEfiVTUTF8Guid ## SOMETIMES_CONSUMES ## GUID # used with a Vendor-D…
73 …gEfiVT100Guid ## SOMETIMES_CONSUMES ## GUID # used with a Vendor-D…
74 …gEfiVT100PlusGuid ## SOMETIMES_CONSUMES ## GUID # used with a Vendor-D…
75 …gEfiPcAnsiGuid ## SOMETIMES_CONSUMES ## GUID # used with a Vendor-D…
76 …gEfiTtyTermGuid ## SOMETIMES_CONSUMES ## GUID # used with a Vendor-D…
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DSlotConfig.c44 UINT16 Vendor; in InitializeSlotInfo()
120 Vendor = MmPci16 ( in InitializeSlotInfo()
127 if (Vendor != 0xFFFF) { in InitializeSlotInfo()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DConsoleOption.c424 VENDOR_DEVICE_PATH Vendor; in LocateSerialIo() local
567 Vendor.Header.Type = MESSAGING_DEVICE_PATH; in LocateSerialIo()
568 Vendor.Header.SubType = MSG_VENDOR_DP; in LocateSerialIo()
571 CopyMem (&Vendor.Guid, &TerminalTypeGuid[Index2], sizeof (EFI_GUID)); in LocateSerialIo()
572 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH)); in LocateSerialIo()
575 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor in LocateSerialIo()
903 VENDOR_DEVICE_PATH *Vendor; in IsTerminalDevicePath() local
910 Vendor = NULL; in IsTerminalDevicePath()
916 Vendor = (VENDOR_DEVICE_PATH *) Node; in IsTerminalDevicePath()
930 if (Vendor == NULL || in IsTerminalDevicePath()
[all …]
DVariable.c393 VENDOR_DEVICE_PATH Vendor; in Var_UpdateConsoleOption() local
427 Vendor.Header.Type = MESSAGING_DEVICE_PATH; in Var_UpdateConsoleOption()
428 Vendor.Header.SubType = MSG_VENDOR_DP; in Var_UpdateConsoleOption()
432 &Vendor.Guid, in Var_UpdateConsoleOption()
436 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH)); in Var_UpdateConsoleOption()
439 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor in Var_UpdateConsoleOption()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DConsoleOption.c427 VENDOR_DEVICE_PATH Vendor; in LocateSerialIo() local
573 Vendor.Header.Type = MESSAGING_DEVICE_PATH; in LocateSerialIo()
574 Vendor.Header.SubType = MSG_VENDOR_DP; in LocateSerialIo()
577 CopyMem (&Vendor.Guid, &TerminalTypeGuid[Index2], sizeof (EFI_GUID)); in LocateSerialIo()
578 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH)); in LocateSerialIo()
581 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor in LocateSerialIo()
944 VENDOR_DEVICE_PATH *Vendor; in IsTerminalDevicePath() local
951 Vendor = NULL; in IsTerminalDevicePath()
957 Vendor = (VENDOR_DEVICE_PATH *) Node; in IsTerminalDevicePath()
971 if (Vendor == NULL || in IsTerminalDevicePath()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c170 VENDOR_DEVICE_PATH *Vendor; in DevPathToTextVendor() local
177 Vendor = (VENDOR_DEVICE_PATH *) DevPath; in DevPathToTextVendor()
178 switch (DevicePathType (&Vendor->Header)) { in DevPathToTextVendor()
186 if (CompareGuid (&Vendor->Guid, &gEfiPcAnsiGuid)) { in DevPathToTextVendor()
189 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100Guid)) { in DevPathToTextVendor()
192 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100PlusGuid)) { in DevPathToTextVendor()
195 } else if (CompareGuid (&Vendor->Guid, &gEfiVTUTF8Guid)) { in DevPathToTextVendor()
198 } else if (CompareGuid (&Vendor->Guid, &gEfiUartDevicePathGuid)) { in DevPathToTextVendor()
199 FlowControlMap = (((UART_FLOW_CONTROL_DEVICE_PATH *) Vendor)->FlowControlMap); in DevPathToTextVendor()
218 } else if (CompareGuid (&Vendor->Guid, &gEfiSasDevicePathGuid)) { in DevPathToTextVendor()
[all …]
DDevicePathFromText.c726 VENDOR_DEVICE_PATH *Vendor; in ConvertFromTextVendor() local
737 Vendor = (VENDOR_DEVICE_PATH *) CreateDeviceNode ( in ConvertFromTextVendor()
743 StrToGuid (GuidStr, &Vendor->Guid); in ConvertFromTextVendor()
744 StrToBuf (((UINT8 *) Vendor) + sizeof (VENDOR_DEVICE_PATH), Length, DataStr); in ConvertFromTextVendor()
746 return (EFI_DEVICE_PATH_PROTOCOL *) Vendor; in ConvertFromTextVendor()
1498 VENDOR_DEVICE_PATH *Vendor; in DevPathFromTextVenPcAnsi() local
1500 Vendor = (VENDOR_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextVenPcAnsi()
1504 CopyGuid (&Vendor->Guid, &gEfiPcAnsiGuid); in DevPathFromTextVenPcAnsi()
1506 return (EFI_DEVICE_PATH_PROTOCOL *) Vendor; in DevPathFromTextVenPcAnsi()
1522 VENDOR_DEVICE_PATH *Vendor; in DevPathFromTextVenVt100() local
[all …]
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtThunkDxe/
DWinNtThunk.h30 VENDOR_DEVICE_PATH Vendor; member
/device/linaro/bootloader/edk2/BaseTools/Conf/
DEmpty_Package_Information_Data_File.ini5 Vendor = key
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DXenBus.h22 VENDOR_DEVICE_PATH Vendor; member
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
DCompatibleDevices.txt3 Brand Model Name Product Name Vendor ID Device ID
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/
DBlockVariableDxe.h28 VENDOR_DEVICE_PATH Vendor; member
/device/sample/sdk_addon/
Dmanifest.ini39 # USB Vendor ID
41 # of USB Vendor IDs it knows. After installing an add-on the command
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscBiosVendor.uni19 #string STR_MISC_BIOS_VENDOR #language en-US "Bios Vendor"
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/
DXenIoMmioLib.c30 VENDOR_DEVICE_PATH Vendor; member
/device/linaro/bootloader/edk2/ArmVirtPkg/VirtFdtDxe/
DVirtFdtDxe.c37 VENDOR_DEVICE_PATH Vendor; member
417 CopyMem (&DevicePath->Vendor.Guid, &gVirtioMmioTransportGuid, in InitializeVirtFdtDxe()
420 SetDevicePathNodeLength (&DevicePath->Vendor, in InitializeVirtFdtDxe()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.h89 UINT32 Vendor; member

123