Home
last modified time | relevance | path

Searched refs:NodeRight (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
DConPlatform.c792 EFI_DEVICE_PATH_PROTOCOL *NodeRight; in IsGopSibling() local
806 …for (NodeRight = Right; !IsDevicePathEndType (NodeRight); NodeRight = NextDevicePathNode (NodeRigh… in IsGopSibling()
807 …if ((DevicePathType (NodeRight) == ACPI_DEVICE_PATH && DevicePathSubType (NodeRight) == ACPI_ADR_D… in IsGopSibling()
808 …(DevicePathType (NodeRight) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeRight) == HW_CONTROL… in IsGopSibling()
809 …evicePathType (NextDevicePathNode (NodeRight)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
814 if (IsDevicePathEndType (NodeRight)) { in IsGopSibling()
818 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()