Searched defs:Completed (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Wrq.c131 @param Completed Return whether the upload has finished.
143 OUT BOOLEAN *Completed
150 *Completed = FALSE;
169 Mtftp4RemoveBlockNum (&Instance->Blocks, AckNum, *Completed,&TotalBlock);
182 *Completed = TRUE;
250 @param Completed Whether the transmisson has completed. NOT used by
262 OUT BOOLEAN *Completed
270 *Completed = FALSE;
322 Completed
349 BOOLEAN Completed; local
[all...]
H A DMtftp4Rrq.c149 BOOLEAN Completed; local
151 Completed = FALSE;
160 Completed = TRUE;
172 Status = Mtftp4RemoveBlockNum (&Instance->Blocks, Block, Completed, &TotalBlock);
203 if ((Instance->LastBlock == Block) && Completed) {
238 @param Completed Return whether the download has completed
251 OUT BOOLEAN *Completed
258 *Completed = FALSE;
305 *Completed = TRUE;
469 @param Completed Return
627 BOOLEAN Completed; local
[all...]
H A DMtftp4Support.c161 @param Completed Whether Num is the last block number
173 IN BOOLEAN Completed,
234 if ((Range->Start > Range->End) || Completed) {
170 Mtftp4RemoveBlockNum( IN LIST_ENTRY *Head, IN UINT16 Num, IN BOOLEAN Completed, OUT UINT64 *TotalBlock ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Rrq.c97 BOOLEAN Completed; local
99 Completed = FALSE;
108 Completed = TRUE;
120 Status = Mtftp6RemoveBlockNum (&Instance->BlkList, Block, Completed, &TotalBlock);
162 if ((Instance->LastBlk == Block) && Completed) {
H A DMtftp6Support.c161 @param[in] Completed Whether Num is the last block number
173 IN BOOLEAN Completed,
234 if ((Range->Start > Range->End) || Completed) {
170 Mtftp6RemoveBlockNum( IN LIST_ENTRY *Head, IN UINT16 Num, IN BOOLEAN Completed, OUT UINT64 *TotalBlock ) argument
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp238 hrc = ptrOtherProgress->COMGETTER(Completed)(&f);
339 hrc = pOtherProgress->COMGETTER(Completed)(&fCompleted);
493 STDMETHODIMP ProgressProxy::COMGETTER(Completed)(BOOL *aCompleted) function in class:ProgressProxy
496 return Progress::COMGETTER(Completed)(aCompleted);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.h235 UINTN Completed; // completed data length member in struct:_URB
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.h233 UINTN Completed; // completed data length member in struct:_PEI_URB
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.h184 UINTN Completed; member in struct:_URB

Completed in 62 milliseconds