Home
last modified time | relevance | path

Searched refs:NodeLeft (Results 1 – 25 of 34) sorted by relevance

12

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c791 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
794 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
795 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
796 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
797 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
802 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
818 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
822 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c721 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
724 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
732 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
748 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
752 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c721 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
724 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
732 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
748 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
752 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c721 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
724 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
732 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
748 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
752 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c721 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
724 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
732 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
748 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
752 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c721 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
724 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
732 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
748 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
752 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c721 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
724 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
732 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
748 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
752 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c721 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
724 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
732 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
748 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
752 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c721 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
724 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
732 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
748 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
752 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c721 EFI_DEVICE_PATH_PROTOCOL *NodeLeft; in IsGopSibling() local
724 for (NodeLeft = Left; !IsDevicePathEndType (NodeLeft); NodeLeft = NextDevicePathNode (NodeLeft)) { in IsGopSibling()
725 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
726 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
727 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
732 if (IsDevicePathEndType (NodeLeft)) { in IsGopSibling()
748 if (((UINTN) NodeLeft - (UINTN) Left) != ((UINTN) NodeRight - (UINTN) Right)) { in IsGopSibling()
752 return (BOOLEAN) (CompareMem (Left, Right, (UINTN) NodeLeft - (UINTN) Left) == 0); in IsGopSibling()
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/hashicorp/raft-autopilot/
H A Dstate.go17 if server.NodeStatus == NodeLeft {
348 state.Server.NodeStatus = NodeLeft
H A Dtypes.go41 NodeLeft NodeStatus = "left" const
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft-autopilot/
H A Dstate.go17 if server.NodeStatus == NodeLeft {
348 state.Server.NodeStatus = NodeLeft
H A Dtypes.go41 NodeLeft NodeStatus = "left" const
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/raft-autopilot/
H A Dstate.go17 if server.NodeStatus == NodeLeft {
348 state.Server.NodeStatus = NodeLeft
H A Dtypes.go41 NodeLeft NodeStatus = "left" const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/raft-autopilot/
H A Dstate.go17 if server.NodeStatus == NodeLeft {
320 state.Server.NodeStatus = NodeLeft
H A Dtypes.go41 NodeLeft NodeStatus = "left" const
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/raft-autopilot/
H A Dstate.go17 if server.NodeStatus == NodeLeft {
348 state.Server.NodeStatus = NodeLeft
H A Dtypes.go41 NodeLeft NodeStatus = "left" const
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Dautopilot.go116 server.NodeStatus = autopilot.NodeLeft
H A Doperator_autopilot_endpoint.go129 case autopilot.NodeLeft:
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/
H A Dautopilot.go116 server.NodeStatus = autopilot.NodeLeft
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/
H A Dautopilot.go116 server.NodeStatus = autopilot.NodeLeft
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/22.MaterialViewer/
H A Dmain.cpp850 NodeLeft.init( nodeL, Device, core::position2d<s32>(10,20), L"left node" ); in init()
894 NodeLeft.update(); in update()
1022 NodeLeft.updateTextures(); in loadTexture()
1031 SMeshNodeControl NodeLeft; member in CApp

12