Searched defs:Cancel (Results 1 - 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDiskIo2.h164 EFI_DISK_CANCEL_EX Cancel; member in struct:_EFI_DISK_IO2_PROTOCOL
H A DArp.h378 EFI_ARP_CANCEL Cancel; member in struct:_EFI_ARP_PROTOCOL
H A DDns4.h497 The Cancel() function is used to abort a pending resolution request. After calling
538 EFI_DNS4_CANCEL Cancel; member in struct:_EFI_DNS4_PROTOCOL
H A DDns6.h491 The Cancel() function is used to abort a pending resolution request. After calling
533 EFI_DNS6_CANCEL Cancel; member in struct:_EFI_DNS6_PROTOCOL
H A DManagedNetwork.h365 EFI_MANAGED_NETWORK_CANCEL Cancel; member in struct:_EFI_MANAGED_NETWORK_PROTOCOL
H A DUdp6.h509 The Cancel() function is used to abort a pending transmit or receive request. If the token is in the
573 EFI_UDP6_CANCEL Cancel; member in struct:_EFI_UDP6_PROTOCOL
H A DUdp4.h392 The Cancel() function is used to abort a pending transmit or receive request.
438 EFI_UDP4_CANCEL Cancel; member in struct:_EFI_UDP4_PROTOCOL
H A DHttp.h386 The Cancel() function aborts a pending HTTP request or response transaction. If
499 EFI_HTTP_CANCEL Cancel; member in struct:_EFI_HTTP_PROTOCOL
H A DIp4.h528 The Cancel() function is used to abort a pending transmit or receive request.
605 EFI_IP4_CANCEL Cancel; member in struct:_EFI_IP4_PROTOCOL
H A DTcp4.h570 EFI_TCP4_CANCEL Cancel; member in struct:_EFI_TCP4_PROTOCOL
H A DTcp6.h778 The Cancel() function aborts a pending connection, listen, transmit or
856 EFI_TCP6_CANCEL Cancel; member in struct:_EFI_TCP6_PROTOCOL
H A DIp6.h871 The Cancel() function is used to abort a pending transmit or receive request.
946 EFI_IP6_CANCEL Cancel; member in struct:_EFI_IP6_PROTOCOL
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DTpm2Acpi.h40 UINT32 Cancel; member in struct:__anon7661
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/
H A DArp.h129 EFI_ARP_CANCEL Cancel; member in struct:_EFI_ARP_PROTOCOL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ManagedNetwork/
H A DManagedNetwork.h157 EFI_MANAGED_NETWORK_CANCEL Cancel; member in struct:_EFI_MANAGED_NETWORK_PROTOCOL
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
H A DBootMenu.c587 BOOLEAN Cancel; local
620 Cancel = FALSE;
649 Cancel = TRUE;
652 } while ((!Move) && (!Save) && (!Cancel));
688 Cancel = TRUE;
692 if (Cancel) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
H A DUdp4.h206 EFI_UDP4_CANCEL Cancel; member in struct:_EFI_UDP4_PROTOCOL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
H A DIp4.h234 EFI_IP4_CANCEL Cancel; member in struct:_EFI_IP4_PROTOCOL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
H A DTcp4.h239 EFI_TCP4_CANCEL Cancel; member in struct:_EFI_TCP4_PROTOCOL
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c60 PING_IPX_CANCEL Cancel; member in struct:__anon9338
798 Private->ProtocolPointers.Cancel (Private->IpProtocol, TxInfo->Token);
1117 Private->ProtocolPointers.Cancel = (PING_IPX_CANCEL )((EFI_IP6_PROTOCOL*)Private->IpProtocol)->Cancel;
1160 Private->ProtocolPointers.Cancel = (PING_IPX_CANCEL )((EFI_IP4_PROTOCOL*)Private->IpProtocol)->Cancel;
1390 if (Private->IpProtocol != NULL && Private->ProtocolPointers.Cancel != NULL) {
1391 Status = Private->ProtocolPointers.Cancel (Private->IpProtocol, TxInfo->Token);
1402 if (Private->IpProtocol != NULL && Private->ProtocolPointers.Cancel != NULL) {
1403 Status = Private->ProtocolPointers.Cancel (Privat
[all...]

Completed in 254 milliseconds