Searched refs:Complete (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWrite.c131 FtwHeader->Complete = FTW_INVALID_STATE;
200 // Spare Complete but Destination not complete,
270 Header->Complete = FTW_VALID_STATE;
372 if (Header->Complete == FTW_VALID_STATE) {
621 // Spare Complete but Destination not complete,
632 if (Header->Complete == FTW_VALID_STATE) {
693 if (FtwDevice->FtwLastWriteHeader->Complete == FTW_VALID_STATE) {
710 FtwDevice->FtwLastWriteHeader->Complete = FTW_VALID_STATE;
730 @param Complete A Boolean value with TRUE indicating
749 OUT BOOLEAN *Complete
[all...]
H A DFaultTolerantWriteSmmCommon.h76 BOOLEAN Complete; member in struct:__anon11181
H A DFaultTolerantWriteSmmDxe.h181 @param[out] Complete A Boolean value with TRUE indicating that the write
199 OUT BOOLEAN *Complete
H A DFaultTolerantWriteSmmDxe.c424 @param[out] Complete A Boolean value with TRUE indicating that the write
442 OUT BOOLEAN *Complete
470 *Complete = SmmFtwGetLastWriteHeader->Complete;
H A DFaultTolerantWrite.h52 UINT8 Complete : 1; member in struct:__anon11173
292 @param Complete A Boolean value with TRUE indicating
311 OUT BOOLEAN *Complete
H A DFaultTolerantWriteSmm.c373 &SmmFtwGetLastWriteHeader->Complete
H A DUpdateWorkingBlock.c340 if (!EFI_ERROR (Status) && (Header != NULL) && (Header->Complete != FTW_VALID_STATE) && (Header->HeaderAllocated == FTW_VALID_STATE)) {
H A DFtwMisc.c775 while (FtwHeader->Complete == FTW_VALID_STATE) {
841 // but the Header->Complete Flag has not been set.
1240 // call Abort() to set the Header->Complete FLAG.
1242 if ((FtwDevice->FtwLastWriteHeader->Complete != FTW_VALID_STATE) &&
1267 if ((FtwDevice->FtwLastWriteHeader->Complete != FTW_VALID_STATE) &&
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DFaultTolerantWrite.h172 @param Complete A Boolean value with TRUE indicating that the write
190 OUT BOOLEAN *Complete
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciSched.h36 // is the next data toggle to use. Complete is the actual
42 UINTN Complete; member in struct:__anon10841
H A DUhciSched.c443 QhResult->Complete = 0;
514 QhResult->Complete += Len;
1008 if (QhResult.Complete != 0) {
1009 Data = AllocatePool (QhResult.Complete);
1015 CopyMem (Data, AsyncReq->FirstTd->Data, QhResult.Complete);
1026 AsyncReq->Callback (Data, QhResult.Complete, AsyncReq->Context, QhResult.Result);
H A DUhci.c738 *DataLength = QhResult.Complete;
892 *DataLength = QhResult.Complete;
1225 *DataLength = QhResult.Complete;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DFlashUpdate.c198 BOOLEAN Complete; local
215 &Complete
221 if ((Status == EFI_NOT_FOUND) && Complete) {
241 &Complete
276 if (!Complete) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMm.c222 BOOLEAN Complete; local
529 Complete = FALSE;
584 Complete = TRUE;
613 } while (!Complete);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbits.idl224 HRESULT Complete();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbits.idl224 HRESULT Complete();
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h2343 GLboolean Complete; member in struct:gl_renderbuffer_attachment

Completed in 142 milliseconds