Searched refs:Sent (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c878 UINT8 Sent; local
886 Sent = 0;
917 Sent = USB_DEBUG_PORT_MAX_PACKET_SIZE;
919 Sent = (UINT8)(NumberOfBytes - Total);
922 Status = UsbDebugPortOut(UsbDebugPortRegister, Buffer + Total, Sent, OUTPUT_PID, 0x7F, 0x01, UsbDebugPortHandle->BulkOutToggle);
934 Sent = 0;
938 Total += Sent;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Output.c733 INTN Sent; local
742 Sent = 0;
772 return Sent;
836 return Sent;
850 Sent += TCP_SUB_SEQ (End, Seq);
898 return Sent;
905 return Sent;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOutput.c777 INTN Sent; local
786 Sent = 0;
814 return Sent;
880 return Sent;
894 Sent += TCP_SUB_SEQ (End, Seq);
943 return Sent;
950 return Sent;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.h86 BOOLEAN Sent; member in struct:__anon11221
H A DIp4Impl.c1788 if (Wrap->Sent) {
1983 Wrap->Sent = FALSE;
2015 Wrap->Sent = TRUE;
2030 Wrap->Sent = FALSE;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.c1153 if (Wrap->Sent) {
1377 Wrap->Sent = FALSE;
1422 Wrap->Sent = TRUE;
1436 Wrap->Sent = FALSE;
H A DIp6Impl.h108 BOOLEAN Sent; member in struct:__anon12495
H A DIp6Nd.c420 BOOLEAN Sent; local
445 Sent = FALSE;
469 Sent = TRUE;
478 if (Sent && (ArpQue->State == EfiNeighborStale)) {

Completed in 69 milliseconds