Searched defs:Vendor (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c423 VENDOR_DEVICE_PATH Vendor; local
569 Vendor.Header.Type = MESSAGING_DEVICE_PATH;
570 Vendor.Header.SubType = MSG_VENDOR_DP;
573 CopyMem (&Vendor.Guid, &TerminalTypeGuid[Index2], sizeof (EFI_GUID));
574 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH));
577 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor
940 VENDOR_DEVICE_PATH *Vendor; local
947 Vendor = NULL;
951 // Vendor points to the node before the End node
953 Vendor
[all...]
H A DVariable.c403 VENDOR_DEVICE_PATH Vendor; local
437 Vendor.Header.Type = MESSAGING_DEVICE_PATH;
438 Vendor.Header.SubType = MSG_VENDOR_DP;
442 &Vendor.Guid,
446 SetDevicePathNodeLength (&Vendor.Header, sizeof (VENDOR_DEVICE_PATH));
449 (EFI_DEVICE_PATH_PROTOCOL *) &Vendor
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.h106 UINT32 Vendor; member in struct:__anon12586
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c173 Convert Vendor device path to device name.
185 VENDOR_DEVICE_PATH *Vendor; local
193 Vendor = DevPath;
195 switch (DevicePathType (&Vendor->Header)) {
202 if (CompareGuid (&Vendor->Guid, &gEfiPcAnsiGuid)) {
205 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100Guid)) {
208 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100PlusGuid)) {
211 } else if (CompareGuid (&Vendor->Guid, &gEfiVTUTF8Guid)) {
214 } else if (CompareGuid (&Vendor->Guid, &gEfiUartDevicePathGuid )) {
215 FlowControlMap = (((UART_FLOW_CONTROL_DEVICE_PATH *) Vendor)
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c160 Converts a Vendor device path structure to its string representative.
180 VENDOR_DEVICE_PATH *Vendor; local
187 Vendor = (VENDOR_DEVICE_PATH *) DevPath;
188 switch (DevicePathType (&Vendor->Header)) {
196 if (CompareGuid (&Vendor->Guid, &gEfiPcAnsiGuid)) {
199 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100Guid)) {
202 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100PlusGuid)) {
205 } else if (CompareGuid (&Vendor->Guid, &gEfiVTUTF8Guid)) {
208 } else if (CompareGuid (&Vendor->Guid, &gEfiUartDevicePathGuid)) {
209 FlowControlMap = (((UART_FLOW_CONTROL_DEVICE_PATH *) Vendor)
[all...]
H A DDevicePathFromText.c783 Converts a text device path node to Vendor device path structure based on the input Type
790 @return A pointer to the newly-created Vendor device path structure.
803 VENDOR_DEVICE_PATH *Vendor; local
814 Vendor = (VENDOR_DEVICE_PATH *) CreateDeviceNode (
820 StrToGuid (GuidStr, &Vendor->Guid);
821 StrToBuf (((UINT8 *) Vendor) + sizeof (VENDOR_DEVICE_PATH), Length, DataStr);
823 return (EFI_DEVICE_PATH_PROTOCOL *) Vendor;
827 Converts a text device path node to Vendor Hardware device path structure.
831 @return A pointer to the newly-created Vendor Hardware device path structure.
1467 Converts a text device path node to Vendor
1499 VENDOR_DEVICE_PATH *Vendor; local
1523 VENDOR_DEVICE_PATH *Vendor; local
1547 VENDOR_DEVICE_PATH *Vendor; local
1571 VENDOR_DEVICE_PATH *Vendor; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c168 Convert Vendor device path to device name.
180 VENDOR_DEVICE_PATH *Vendor; local
188 Vendor = DevPath;
190 switch (DevicePathType (&Vendor->Header)) {
197 if (CompareGuid (&Vendor->Guid, &gEfiPcAnsiGuid)) {
200 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100Guid)) {
203 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100PlusGuid)) {
206 } else if (CompareGuid (&Vendor->Guid, &gEfiVTUTF8Guid)) {
209 } else if (CompareGuid (&Vendor->Guid, &gEfiUartDevicePathGuid )) {
210 FlowControlMap = (((UART_FLOW_CONTROL_DEVICE_PATH *) Vendor)
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c576 VENDOR_DEVICE_PATH *Vendor; local
583 Vendor = (VENDOR_DEVICE_PATH *) DevicePathNode;
584 AppendCSDGuid (MappingItem, &Vendor->Guid);
586 if (CompareGuid (&gEfiSasDevicePathGuid, &Vendor->Guid)) {
587 Sas = (SAS_DEVICE_PATH *) Vendor;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePath.h136 /// Hardware Vendor Device Path SubType.
141 /// The Vendor Device Path allows the creation of vendor-defined Device Paths. A vendor must
142 /// allocate a Vendor GUID for a Device Path. The Vendor GUID can then be used to define the
143 /// contents on the n bytes that follow in the Vendor Device Path node.
148 /// Vendor-assigned GUID that defines the data that follows.
152 /// Vendor-defined variable size data.
408 /// Vendor ID assigned by USB-IF. A value of 0xFFFF will
409 /// match any Vendor ID.
1057 VENDOR_DEVICE_PATH Vendor; member in union:__anon12088
1106 VENDOR_DEVICE_PATH *Vendor; member in union:__anon12089
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h138 /// Hardware Vendor Device Path SubType.
143 /// The Vendor Device Path allows the creation of vendor-defined Device Paths. A vendor must
144 /// allocate a Vendor GUID for a Device Path. The Vendor GUID can then be used to define the
145 /// contents on the n bytes that follow in the Vendor Device Path node.
150 /// Vendor-assigned GUID that defines the data that follows.
154 /// Vendor-defined variable size data.
390 /// Vendor ID assigned by USB-IF. A value of 0xFFFF will
391 /// match any Vendor ID.
996 VENDOR_DEVICE_PATH Vendor; member in union:__anon15650
1034 VENDOR_DEVICE_PATH *Vendor; member in union:__anon15651
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DLibSmbios.h54 SMBIOS_STRING Vendor; member in struct:__anon12836
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSmBios.h126 ///< and bits 48-63 reserved for System Vendor.
172 SMBIOS_TABLE_STRING Vendor; member in struct:__anon11797

Completed in 70 milliseconds