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

1 2 3 4 56 7

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c 741 @retval RETURN_SUCCESS The setting is set successfully.
752 Status = RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.c 453 @retval RETURN_SUCCESS The cache type was updated successfully
551 return RETURN_SUCCESS;
818 return RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLib.c 643 in ScratchSize, and RETURN_SUCCESS is returned.
662 @retval RETURN_SUCCESS The size of the uncompressed data was returned
698 return RETURN_SUCCESS;
710 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
725 @retval RETURN_SUCCESS Decompression completed successfully, and
762 return RETURN_SUCCESS;
809 return RETURN_SUCCESS;
821 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
835 @retval RETURN_SUCCESS Decompression completed successfully, and
880 @retval RETURN_SUCCESS The information about InputSection was returned.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmCpuMemoryManagement.c 277 @retval RETURN_SUCCESS The page entry is splitted.
310 return RETURN_SUCCESS;
331 return RETURN_SUCCESS;
353 @retval RETURN_SUCCESS The attributes were modified for the memory region.
443 return RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePcdLibNull/
PcdLib.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 48 #undef RETURN_SUCCESS
686 #define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
691 do { RETURN_ON_ERROR(i); if (i > 0) RETURN_SUCCESS; } while (0)
909 RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 49 #undef RETURN_SUCCESS
688 #define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
693 do { RETURN_ON_ERROR(i); if (i > 0) RETURN_SUCCESS; } while (0)
916 RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 48 #undef RETURN_SUCCESS
686 #define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
691 do { RETURN_ON_ERROR(i); if (i > 0) RETURN_SUCCESS; } while (0)
909 RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
FsAccess.c 400 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Gop.c 216 ASSERT (Status == RETURN_SUCCESS);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/
QNCAccessLib.c 129 Status = RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/
FmpAuthenticationLibRsa2048Sha256.c 59 @retval RETURN_SUCCESS Authentication pass.
242 Status = RETURN_SUCCESS;
265 If the return status is RETURN_SUCCESS, the caller may continue the rest
267 If the return status is NOT RETURN_SUCCESS, the caller should stop the FMP
280 @retval RETURN_SUCCESS Authentication pass.
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DxeDebugAgentLib.c 135 @retval RETURN_SUCCESS When this function completed.
152 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationPei.c 424 return RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/
MtrrLib.c 450 @retval RETURN_SUCCESS The cache type was updated successfully
527 return RETURN_SUCCESS;
794 return RETURN_SUCCESS;
    [all...]
  /external/python/cpython2/Modules/
_sre.c 674 #define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
679 do { RETURN_ON_ERROR(i); if (i > 0) RETURN_SUCCESS; } while (0)
902 RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c 538 When insertion is successful (RETURN_SUCCESS),
559 @retval RETURN_SUCCESS Insertion successful. A new tree node has
651 Status = RETURN_SUCCESS;
825 Status = RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/
DxePcdLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
PciExpressLib.c 268 @retval RETURN_SUCCESS The PCI device was registered for runtime access.
312 return RETURN_SUCCESS;
349 return RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPcdLib/
PeiPcdLib.c     [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 220 @retval RETURN_SUCCESS Get bar and offset successfully.
292 return RETURN_SUCCESS;
737 Status = RETURN_SUCCESS;
  /device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
OrderedCollectionTest.c 283 assert (Status == RETURN_SUCCESS);
  /device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportPei/
CbSupportPei.c 368 if ((CbParseGetCbHeader (1, &pCbHeader) == RETURN_SUCCESS)
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/BaseCachingPciExpressLib/
PciExpressLib.c 52 @retval RETURN_SUCCESS The PCI device was registered for runtime access.
80 return RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 942 #define RETURN_SUCCESS 0
    [all...]

Completed in 1186 milliseconds

1 2 3 4 56 7