Lines Matching defs:Vendor
207 Converts a Vendor device path structure to its string representative.
227 VENDOR_DEVICE_PATH *Vendor;
234 Vendor = (VENDOR_DEVICE_PATH *)DevPath;
235 switch (DevicePathType (&Vendor->Header)) {
243 if (CompareGuid (&Vendor->Guid, &gEfiPcAnsiGuid)) {
246 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100Guid)) {
249 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100PlusGuid)) {
252 } else if (CompareGuid (&Vendor->Guid, &gEfiVTUTF8Guid)) {
255 } else if (CompareGuid (&Vendor->Guid, &gEfiUartDevicePathGuid)) {
256 FlowControlMap = (((UART_FLOW_CONTROL_DEVICE_PATH *)Vendor)->FlowControlMap);
275 } else if (CompareGuid (&Vendor->Guid, &gEfiSasDevicePathGuid)) {
279 ((SAS_DEVICE_PATH *)Vendor)->SasAddress,
280 ((SAS_DEVICE_PATH *)Vendor)->Lun,
281 ((SAS_DEVICE_PATH *)Vendor)->RelativeTargetPort
283 Info = (((SAS_DEVICE_PATH *)Vendor)->DeviceTopology);
306 UefiDevicePathLibCatPrint (Str, "0x%x)", ((SAS_DEVICE_PATH *)Vendor)->Reserved);
308 } else if (CompareGuid (&Vendor->Guid, &gEfiDebugPortProtocolGuid)) {
325 DataLength = DevicePathNodeLength (&Vendor->Header) - sizeof (VENDOR_DEVICE_PATH);
326 UefiDevicePathLibCatPrint (Str, "Ven%s(%36s", Type, G(&Vendor->Guid));
330 UefiDevicePathLibCatPrint (Str, "%02x", ((VENDOR_DEVICE_PATH_WITH_DATA *)Vendor)->VendorDefinedData[Index]);