Home | History | Annotate | Download | only in Ipf

Lines Matching defs:Return

148     return EFI_ALREADY_STARTED;

190 return EFI_SUCCESS;
222 return EFI_UNSUPPORTED;
233 return EFI_SUCCESS;
261 return mEsalBootService->AddExtendedSalProc (
317 return Status;
321 return gBS->InstallProtocolInterface (
371 return ReturnReg;
386 return EsalProc (
422 return mRT->ConvertPointer (DebugDisposition, Address);
432 Return TRUE if SetVirtualAddressMap () has been called
447 return (BOOLEAN) (ReturnReg.r9 == 1);
457 Return TRUE if ExitBootService () has been called
472 return (BOOLEAN) (ReturnReg.r9 == 1);
523 return (EFI_STATUS) ReturnReg.Status;
597 return (EFI_STATUS) ReturnReg.Status;
621 Attributes - If not NULL, a pointer to the memory location to return the
623 DataSize - On input, the size in bytes of the return Data buffer.
625 Data - The buffer to return the contents of the variable.
647 return
693 return (EFI_STATUS) ReturnReg.Status;
739 return (EFI_STATUS) ReturnReg.Status;
760 on which to return information.
788 return (EFI_STATUS) ReturnReg.Status;
824 return ReturnReg.Status;
852 return ReturnReg.Status;
884 return ReturnReg.Status;
915 return ReturnReg.Status;
954 return ReturnReg.Status;
988 return ReturnReg.Status;
1023 return ReturnReg.Status;
1057 return ReturnReg.Status;
1093 SAL_RETURN_REGS Return;
1096 Return = EfiCallEsalService (&Guid, SalPciConfigRead, Address, 1, 0, 0, 0, 0, 0);
1098 return (UINT8) Return.r9;
1127 SAL_RETURN_REGS Return;
1130 Return = EfiCallEsalService (&Guid, SalPciConfigRead, Address, 2, 0, 0, 0, 0, 0);
1132 return (UINT16) Return.r9;
1160 SAL_RETURN_REGS Return;
1163 Return = EfiCallEsalService (&Guid, SalPciConfigRead, Address, 4, 0, 0, 0, 0, 0);
1165 return (UINT32) Return.r9;
1320 return EFI_SUCCESS;