HomeSort by relevance Sort by last modified time
    Searched refs:ReturnCode (Results 1 - 25 of 46) sorted by null

1 2

  /art/dex2oat/include/
dex2oat_return_codes.h 23 enum class ReturnCode : int {
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
EventChannel.c 28 INTN ReturnCode;
32 ReturnCode = XenHypercallEventChannelOp (EVTCHNOP_send, &Send);
33 return (UINT32)ReturnCode;
45 UINT32 ReturnCode;
49 ReturnCode = (UINT32)XenHypercallEventChannelOp (
52 if (ReturnCode != 0) {
53 DEBUG ((EFI_D_ERROR, "ERROR: alloc_unbound failed with rc=%d", ReturnCode));
54 return ReturnCode;
57 return ReturnCode;
GrantTable.c 147 INTN ReturnCode;
163 ReturnCode = XenHypercallMemoryOp (XENMEM_add_to_physmap, &Parameters);
164 if (ReturnCode != 0) {
167 (INT64)ReturnCode));
177 INTN ReturnCode, Index;
189 ReturnCode = XenHypercallMemoryOp (XENMEM_remove_from_physmap, &Parameters);
190 if (ReturnCode != 0) {
193 (INT64)ReturnCode));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
InventoryWs.py 94 ReturnCode = 0
96 ReturnCode = XExcept.args[0]
100 ReturnCode = ABORT_ERROR
104 ReturnCode = CODE_ERROR
114 if ReturnCode == 0:
117 return ReturnCode
TestInstall.py 42 ReturnCode = 0
72 ReturnCode = XExcept.args[0]
77 ReturnCode = TE.CODE_ERROR
97 if ReturnCode == 0:
99 return ReturnCode
ReplacePkg.py 72 ReturnCode = 0
75 ReturnCode = XExcept.args[0]
80 ReturnCode = ABORT_ERROR
85 ReturnCode = CODE_ERROR
107 if ReturnCode == 0:
110 return ReturnCode
RmPkg.py 158 ReturnCode = 0
161 ReturnCode = XExcept.args[0]
166 ReturnCode = ABORT_ERROR
180 ReturnCode = CODE_ERROR
181 return ReturnCode
MkPkg.py 214 ReturnCode = 0
217 ReturnCode = XExcept.args[0]
222 ReturnCode = ABORT_ERROR
239 ReturnCode = CODE_ERROR
246 return ReturnCode
UPT.py 207 ReturnCode = 0
288 ReturnCode = RunModule(Opt)
290 ReturnCode = XExcept.args[0]
296 if ReturnCode != 0 and ReturnCode != UPT_ALREADY_INSTALLED_ERROR:
310 return ReturnCode
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
TcgSmm.c 74 mTcgNvs->PhysicalPresence.ReturnCode = PP_RETURN_TPM_OPERATION_RESPONSE_FAILURE;
80 mTcgNvs->PhysicalPresence.ReturnCode = PP_RETURN_TPM_OPERATION_RESPONSE_SUCCESS;
86 mTcgNvs->PhysicalPresence.ReturnCode = TCG_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE;
94 mTcgNvs->PhysicalPresence.ReturnCode = TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED;
111 mTcgNvs->PhysicalPresence.ReturnCode = TCG_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE;
114 mTcgNvs->PhysicalPresence.ReturnCode = TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS;
128 mTcgNvs->PhysicalPresence.ReturnCode = TcgPpVendorLibSubmitRequestToPreOSFunction (mTcgNvs->PhysicalPresence.Request, Flags.PPFlags);
132 mTcgNvs->PhysicalPresence.ReturnCode = TCG_PP_GET_USER_CONFIRMATION_BLOCKED_BY_BIOS_CONFIGURATION;
148 mTcgNvs->PhysicalPresence.ReturnCode = TCG_PP_GET_USER_CONFIRMATION_BLOCKED_BY_BIOS_CONFIGURATION;
202 mTcgNvs->PhysicalPresence.ReturnCode = TCG_PP_GET_USER_CONFIRMATION_NOT_IMPLEMENTED;
    [all...]
TcgSmm.h 48 UINT32 ReturnCode;
55 UINT32 ReturnCode;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
TrEESmm.c 91 mTcgNvs->PhysicalPresence.ReturnCode = PP_RETURN_TPM_OPERATION_RESPONSE_FAILURE;
97 mTcgNvs->PhysicalPresence.ReturnCode = PP_RETURN_TPM_OPERATION_RESPONSE_SUCCESS;
103 mTcgNvs->PhysicalPresence.ReturnCode = TREE_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE;
112 mTcgNvs->PhysicalPresence.ReturnCode = TREE_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED;
129 mTcgNvs->PhysicalPresence.ReturnCode = TREE_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE;
133 mTcgNvs->PhysicalPresence.ReturnCode = TREE_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS;
147 mTcgNvs->PhysicalPresence.ReturnCode = TrEEPpVendorLibSubmitRequestToPreOSFunction (mTcgNvs->PhysicalPresence.Request, Flags.PPFlags);
151 mTcgNvs->PhysicalPresence.ReturnCode = TREE_PP_GET_USER_CONFIRMATION_BLOCKED_BY_BIOS_CONFIGURATION;
167 mTcgNvs->PhysicalPresence.ReturnCode = TREE_PP_GET_USER_CONFIRMATION_BLOCKED_BY_BIOS_CONFIGURATION;
197 mTcgNvs->PhysicalPresence.ReturnCode = TREE_PP_GET_USER_CONFIRMATION_NOT_IMPLEMENTED;
    [all...]
TrEESmm.h 49 UINT32 ReturnCode;
56 UINT32 ReturnCode;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/
SmmTcg2PhysicalPresenceLib.c 107 UINT32 ReturnCode;
113 ReturnCode = TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS;
128 ReturnCode = TCG_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE;
134 ReturnCode = TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED;
152 ReturnCode = TCG_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE;
169 ReturnCode = Tcg2PpVendorLibSubmitRequestToPreOSFunction (*OperationRequest, Flags.PPFlags, *RequestParameter);
176 if (ReturnCode != TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS) {
191 return ReturnCode;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.h 53 UINT32 ReturnCode;
60 UINT32 ReturnCode;
Tcg2Smm.c 127 mTcgNvs->PhysicalPresence.ReturnCode = Tcg2PhysicalPresenceLibReturnOperationResponseToOsFunction (
139 mTcgNvs->PhysicalPresence.ReturnCode = Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx (
146 mTcgNvs->PhysicalPresence.ReturnCode = Tcg2PhysicalPresenceLibGetUserConfirmationStatusFunction (mTcgNvs->PPRequestUserConfirm);
183 mTcgNvs->MemoryClear.ReturnCode = MOR_REQUEST_SUCCESS;
196 mTcgNvs->MemoryClear.ReturnCode = MOR_REQUEST_GENERAL_FAILURE;
216 mTcgNvs->MemoryClear.ReturnCode = MOR_REQUEST_GENERAL_FAILURE;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.c 260 UINT32 ReturnCode;
263 ReturnCode = Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction (PpRequest, 0);
264 if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS) {
267 } else if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE) {
269 } else if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED) {
292 UINT32 ReturnCode;
295 ReturnCode = Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction (mCurrentPpRequest, PpRequestParameter);
296 if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_SUCCESS) {
298 } else if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_GENERAL_FAILURE) {
300 } else if (ReturnCode == TCG_PP_SUBMIT_REQUEST_TO_PREOS_NOT_IMPLEMENTED) {
    [all...]
  /external/libvpx/libvpx/test/
invalid_file_test.cc 122 TEST_P(InvalidFileTest, ReturnCode) { RunTest(); }
179 TEST_P(InvalidFileInvalidPeekTest, ReturnCode) { RunTest(); }
  /external/llvm/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /external/llvm/lib/Support/
Program.cpp 40 return Result.ReturnCode;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Program.h 51 int ReturnCode;
183 /// \note Users of this function should always check the ReturnCode member of
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Program.h 53 int ReturnCode;
176 /// \note Users of this function should always check the ReturnCode member of
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Program.cpp 40 return Result.ReturnCode;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
BPDG.py 54 ReturnCode = 0
80 return ReturnCode
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.c 492 UINT32 ReturnCode;
493 ReturnCode = XenBusIo->EventChannelNotify (XenBusIo, Dev->EventChannel);
494 if (ReturnCode != 0) {
497 ReturnCode));
547 UINT32 ReturnCode;
548 ReturnCode = XenBusIo->EventChannelNotify (XenBusIo, Dev->EventChannel);
549 if (ReturnCode != 0) {
552 ReturnCode));

Completed in 1252 milliseconds

1 2