HomeSort by relevance Sort by last modified time
    Searched refs:RETURN_SUCCESS (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/
PeCoffGetEntryPoint.c 31 return RETURN_INVALID_PARAMETER. Otherwise return RETURN_SUCCESS.
38 @retval RETURN_SUCCESS EntryPoint was returned.
74 return RETURN_SUCCESS;
77 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/Ipf/
PeCoffLoaderEx.c 74 @retval RETURN_SUCCESS Succeed to fix the relocation entry.
214 return RETURN_SUCCESS;
253 @retval RETURN_SUCCESS Data is read from FileOffset from the Handle into
418 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/CorebootModulePkg/Library/BaseSerialPortLib16550/
BaseSerialPortLib16550.c 466 If no initialization is required, then return RETURN_SUCCESS.
467 If the serial device was successfully initialized, then return RETURN_SUCCESS.
470 @retval RETURN_SUCCESS The serial device was initialized.
527 return RETURN_SUCCESS;
562 return RETURN_SUCCESS;
774 @retval RETURN_SUCCESS The new control bits were set on the serial device.
820 return RETURN_SUCCESS;
828 @retval RETURN_SUCCESS The control bits were read from the serial device.
902 return RETURN_SUCCESS;
932 @retval RETURN_SUCCESS The new attributes were set on the serial device
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
BaseSerialPortLib16550.c 466 If no initialization is required, then return RETURN_SUCCESS.
467 If the serial device was successfully initialized, then return RETURN_SUCCESS.
470 @retval RETURN_SUCCESS The serial device was initialized.
527 return RETURN_SUCCESS;
561 return RETURN_SUCCESS;
773 @retval RETURN_SUCCESS The new control bits were set on the serial device.
819 return RETURN_SUCCESS;
827 @retval RETURN_SUCCESS The control bits were read from the serial device.
901 return RETURN_SUCCESS;
931 @retval RETURN_SUCCESS The new attributes were set on the serial device.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 97 @retval RETURN_SUCCESS The configuration was successful created.
156 return RETURN_SUCCESS;
171 @retval RETURN_SUCCESS The video was filled successfully.
306 return RETURN_SUCCESS;
325 @retval RETURN_SUCCESS The Blt operation was performed successfully.
414 return RETURN_SUCCESS;
433 @retval RETURN_SUCCESS The Blt operation was performed successfully.
519 return RETURN_SUCCESS;
535 @retval RETURN_SUCCESS The Blt operation was performed successfully.
604 return RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 256 EFIerrno = RETURN_SUCCESS;
527 // RETURN_STATUS Status = RETURN_SUCCESS;
530 EFIerrno = RETURN_SUCCESS; // In case of error without an EFI call
573 if(Status == RETURN_SUCCESS) {
674 if(Status == RETURN_SUCCESS) {
934 if(Status == RETURN_SUCCESS) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 61 @retval RETURN_SUCCESS The PE or TE Header is read.
171 return RETURN_SUCCESS;
189 @retval RETURN_SUCCESS The information on the PE/COFF image was collected.
359 return RETURN_SUCCESS;
444 return RETURN_SUCCESS;
450 return RETURN_SUCCESS;
493 @retval RETURN_SUCCESS The PE/COFF image was relocated.
536 return RETURN_SUCCESS;
733 return RETURN_SUCCESS;
748 @retval RETURN_SUCCESS The PE/COFF image was loaded into the buffer specified by
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 685 in ScratchSize, and RETURN_SUCCESS is returned.
704 @retval RETURN_SUCCESS The size of destination buffer and the size of scratch
737 return RETURN_SUCCESS;
748 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
762 @retval RETURN_SUCCESS Decompression is successfull
797 return RETURN_SUCCESS;
836 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3PciLib/
S3PciLib.c 59 ASSERT (Status == RETURN_SUCCESS);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 649 in ScratchSize, and RETURN_SUCCESS is returned.
668 @retval RETURN_SUCCESS The size of the uncompressed data was returned
704 return RETURN_SUCCESS;
716 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
730 @retval RETURN_SUCCESS Decompression completed successfully, and
766 return RETURN_SUCCESS;
802 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
BaseTypes.h 183 #define RETURN_SUCCESS 0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffGetEntryPointLib/
PeCoffGetEntryPoint.c 31 return RETURN_INVALID_PARAMETER. Otherwise return RETURN_SUCCESS.
38 @retval RETURN_SUCCESS EntryPoint was returned.
73 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiBaseType.h 122 #define EFI_SUCCESS RETURN_SUCCESS
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3SmbusLib/
S3SmbusLib.c 60 ASSERT (Status == RETURN_SUCCESS);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibPkcs7/
FmpAuthenticationLibPkcs7.c 54 @retval RETURN_SUCCESS Authentication pass.
119 Status = RETURN_SUCCESS;
132 If the return status is RETURN_SUCCESS, the caller may continue the rest
134 If the return status is NOT RETURN_SUCCESS, the caller should stop the FMP
147 @retval RETURN_SUCCESS Authentication pass.
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 165 @retval RETURN_SUCCESS Get bar and offset successfully.
240 return RETURN_SUCCESS;
254 @retval RETURN_SUCCESS The IN transaction is executed successfully.
335 return RETURN_SUCCESS;
349 @retval RETURN_SUCCESS The IN transaction is executed successfully.
428 return RETURN_SUCCESS;
441 @retval RETURN_SUCCESS The IN transaction is executed successfully.
745 return RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
Main.c 140 ExitVal = (INTN)RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 660 EFI_STATUS Status = RETURN_SUCCESS;
673 if(Status == RETURN_SUCCESS) {
721 Status = RETURN_SUCCESS;
808 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibDxe/
I2CLib.c 305 return RETURN_SUCCESS;
335 return RETURN_SUCCESS;
402 EFI_STATUS Status=RETURN_SUCCESS;
431 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/Arm/
ArmMmuLibCore.c 406 return RETURN_SUCCESS;
451 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
PeiPerformanceLib.c 169 @retval RETURN_SUCCESS The start of the measurement was recorded.
218 return RETURN_SUCCESS;
241 @retval RETURN_SUCCESS The end of the measurement was recorded.
272 return RETURN_SUCCESS;
382 @retval RETURN_SUCCESS The start of the measurement was recorded.
416 @retval RETURN_SUCCESS The end of the measurement was recorded.
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
BasePeCoff.c 90 @retval RETURN_SUCCESS The PE or TE Header is read.
557 return RETURN_SUCCESS;
584 @retval RETURN_SUCCESS The information on the PE/COFF image was collected.
775 return RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/
SmbusLib.c 60 RETURN_SUCCESS.
64 @retval RETURN_SUCCESS The SMBUS command was executed successfully.
82 return RETURN_SUCCESS;
92 RETURN_SUCCESS.
97 @retval RETURN_SUCCESS The SMBUS command was executed successfully.
126 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SmbusLib/
SmbusLib.c 62 RETURN_SUCCESS.
66 @retval RETURN_SUCCESS The SMBUS command was executed successfully.
92 return RETURN_SUCCESS;
102 RETURN_SUCCESS.
107 @retval RETURN_SUCCESS The SMBUS command was executed successfully.
137 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.c 122 return (RETURN_SUCCESS);
161 @retval RETURN_SUCCESS this function always returns success
234 return (RETURN_SUCCESS);
481 @retval RETURN_SUCCESS The handlers were registered.
609 return (RETURN_SUCCESS);
646 @retval RETURN_SUCCESS The handler was run.
688 return (RETURN_SUCCESS);
702 return (RETURN_SUCCESS);
783 @retval RETURN_SUCCESS The handlers were registered.
856 return (RETURN_SUCCESS);
    [all...]

Completed in 535 milliseconds

1 2 3 45 6 7