Searched refs:CurrentState (Results 1 - 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
H A DXenBus.c327 enum xenbus_state CurrentState; local
337 CurrentState = AsciiStrDecimalToUintn (Temp);
339 if (CurrentState == NewState) {
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DEapManagement.h291 machine for the Port, including the current state CurrentState and the configuration
297 If CurrentState is NULL, then EFI_INVALID_PARAMETER is returned.
301 @param[out] CurrentState Returns the current state of the Supplicant PAE
315 @retval EFI_INVALID_PARAMETER CurrentState is NULL.
322 OUT EFI_EAPOL_SUPPLICANT_PAE_STATE *CurrentState,
H A DDhcp4.h223 @param CurrentState The current operational state of the EFI DHCPv4 Protocol
246 IN EFI_DHCP4_STATE CurrentState,
H A DDhcp6.h309 @param[in] CurrentState The current state of the configured IA.
327 IN EFI_DHCP6_STATE CurrentState,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c4075 EFI_SIMPLE_POINTER_STATE CurrentState; local
4093 &CurrentState
4100 if (CurrentState.LeftButton) {
4104 if (CurrentState.RightButton) {
4108 if (CurrentState.RelativeMovementX != 0 && Private->PointerList[Index]->Mode->ResolutionX != 0) {
4109 State->RelativeMovementX += (CurrentState.RelativeMovementX * (INT32) Private->SimplePointerMode.ResolutionX) / (INT32) Private->PointerList[Index]->Mode->ResolutionX;
4112 if (CurrentState.RelativeMovementY != 0 && Private->PointerList[Index]->Mode->ResolutionY != 0) {
4113 State->RelativeMovementY += (CurrentState.RelativeMovementY * (INT32) Private->SimplePointerMode.ResolutionY) / (INT32) Private->PointerList[Index]->Mode->ResolutionY;
4116 if (CurrentState.RelativeMovementZ != 0 && Private->PointerList[Index]->Mode->ResolutionZ != 0) {
4117 State->RelativeMovementZ += (CurrentState
4273 EFI_ABSOLUTE_POINTER_STATE CurrentState; local
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
H A DDhcp4.h105 IN EFI_DHCP4_STATE CurrentState,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.h319 @param CurrentState The current operational state of the EFI DHCPv4 Protocol
339 IN EFI_DHCP4_STATE CurrentState,
H A DPxeBcDhcp.c859 @param CurrentState The current operational state of the EFI DHCPv4 Protocol
879 IN EFI_DHCP4_STATE CurrentState,
876 PxeBcDhcpCallBack( IN EFI_DHCP4_PROTOCOL * This, IN VOID *Context, IN EFI_DHCP4_STATE CurrentState, IN EFI_DHCP4_EVENT Dhcp4Event, IN EFI_DHCP4_PACKET * Packet OPTIONAL, OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDhcp.c176 @param[in] CurrentState The current state of the DHCP4 protocol.
191 IN EFI_DHCP4_STATE CurrentState,
188 IScsiDhcpSelectOffer( IN EFI_DHCP4_PROTOCOL * This, IN VOID *Context, IN EFI_DHCP4_STATE CurrentState, IN EFI_DHCP4_EVENT Dhcp4Event, IN EFI_DHCP4_PACKET * Packet, OPTIONAL OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL ) argument
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiDhcp.c193 @param[in] CurrentState The current state of the DHCP4 protocol.
209 IN EFI_DHCP4_STATE CurrentState,
206 IScsiDhcpSelectOffer( IN EFI_DHCP4_PROTOCOL *This, IN VOID *Context, IN EFI_DHCP4_STATE CurrentState, IN EFI_DHCP4_EVENT Dhcp4Event, IN EFI_DHCP4_PACKET *Packet, OPTIONAL OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL ) argument
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
H A DShellLib.h580 @param[in] CurrentState TRUE to enable and FALSE to disable.
585 IN BOOLEAN CurrentState
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDhcp4.c583 @param[in] CurrentState The current operational state of the EFI DHCPv4 Protocol driver.
602 IN EFI_DHCP4_STATE CurrentState,
599 HttpBootDhcp4CallBack( IN EFI_DHCP4_PROTOCOL *This, IN VOID *Context, IN EFI_DHCP4_STATE CurrentState, IN EFI_DHCP4_EVENT Dhcp4Event, IN EFI_DHCP4_PACKET *Packet OPTIONAL, OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL ) argument
H A DHttpBootDhcp6.c410 @param[in] CurrentState The current operational state of the EFI DHCPv Protocol driver.
428 IN EFI_DHCP6_STATE CurrentState,
425 HttpBootDhcp6CallBack( IN EFI_DHCP6_PROTOCOL *This, IN VOID *Context, IN EFI_DHCP6_STATE CurrentState, IN EFI_DHCP6_EVENT Dhcp6Event, IN EFI_DHCP6_PACKET *Packet, OUT EFI_DHCP6_PACKET **NewPacket OPTIONAL ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1337 @param CurrentState TRUE to enable and FALSE to disable
1342 IN BOOLEAN CurrentState
1348 if (CurrentState != 0x00) {
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c1172 @param[in] CurrentState The current operational state of the EFI DHCPv4 Protocol driver.
1191 IN EFI_DHCP4_STATE CurrentState,
1188 PxeBcDhcp4CallBack( IN EFI_DHCP4_PROTOCOL *This, IN VOID *Context, IN EFI_DHCP4_STATE CurrentState, IN EFI_DHCP4_EVENT Dhcp4Event, IN EFI_DHCP4_PACKET *Packet OPTIONAL, OUT EFI_DHCP4_PACKET **NewPacket OPTIONAL ) argument
H A DPxeBcDhcp6.c1890 @param[in] CurrentState The current operational state of the EFI DHCPv Protocol driver.
1907 IN EFI_DHCP6_STATE CurrentState,
1904 PxeBcDhcp6CallBack( IN EFI_DHCP6_PROTOCOL *This, IN VOID *Context, IN EFI_DHCP6_STATE CurrentState, IN EFI_DHCP6_EVENT Dhcp6Event, IN EFI_DHCP6_PACKET *Packet, OUT EFI_DHCP6_PACKET **NewPacket OPTIONAL ) argument

Completed in 201 milliseconds