Searched refs:VendorNode (Results 1 – 1 of 1) sorted by relevance
637 BLOCKIO_VENDOR_DEVICE_PATH VendorNode; in SetBiosInitBlockIoDevicePath() local655 ZeroMem (&VendorNode, sizeof (VendorNode)); in SetBiosInitBlockIoDevicePath()656 VendorNode.DevicePath.Header.Type = HARDWARE_DEVICE_PATH; in SetBiosInitBlockIoDevicePath()657 VendorNode.DevicePath.Header.SubType = HW_VENDOR_DP; in SetBiosInitBlockIoDevicePath()658 SetDevicePathNodeLength (&VendorNode.DevicePath.Header, sizeof (VendorNode)); in SetBiosInitBlockIoDevicePath()659 CopyMem (&VendorNode.DevicePath.Guid, &gBlockIoVendorGuid, sizeof (EFI_GUID)); in SetBiosInitBlockIoDevicePath()660 VendorNode.LegacyDriveLetter = Drive->Number; in SetBiosInitBlockIoDevicePath()661 …*DevicePath = AppendDevicePathNode (BaseDevicePath, &VendorNode.DevicePath.Heade… in SetBiosInitBlockIoDevicePath()