Home
last modified time | relevance | path

Searched refs:INJECT_FAULT (Results 1 – 17 of 17) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DFaultInjection.h26 #define INJECT_FAULT( error_type, context ) \ macro
37 #define INJECT_FAULT( error_type, context ) macro
H A DPlatform.cpp455 INJECT_FAULT( platform_error, "getDiskBytes" ); in getDiskBytes()
822 INJECT_FAULT( platform_error, "getMachineLoad" ); in getMachineLoad()
1598 INJECT_FAULT( platform_error, "getRandomSeed" ); in getRandomSeed()
1641 INJECT_FAULT( io_error, "renameFile" ); in renamedFile()
1645 INJECT_FAULT( io_error, "renameFile" ); in renameFile()
1667 INJECT_FAULT( io_error, "atomicReplace" ); in atomicReplace()
1751 INJECT_FAULT( io_error, "atomicReplace" ); in atomicReplace()
1761 INJECT_FAULT( platform_error, "deleteFile" ); in deletedFile()
1766 INJECT_FAULT( platform_error, "deleteFile" ); in deleteFile()
1930 INJECT_FAULT( platform_error, "abspath" ); in abspath()
[all …]
/dports/x11/xpra/xpra-4.3/xpra/net/
H A Dsubprocess_wrapper.py52 INJECT_FAULT = nofault variable
61 INJECT_FAULT = DO_INJECT_FAULT variable
243 INJECT_FAULT(p)
289 INJECT_FAULT(proto)
459 INJECT_FAULT(p)
466 INJECT_FAULT(proto)
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dfault.h41 #define INJECT_FAULT( type, action ) \ macro
225 #define INJECT_FAULT( type, action ) macro
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssh2_svr.c464 INJECT_FAULT( SESSION_CORRUPT_HANDSHAKE, SESSION_CORRUPT_HANDSHAKE_SSH_1 ); in beginServerHandshake()
471 INJECT_FAULT( SESSION_CORRUPT_HANDSHAKE, SESSION_CORRUPT_HANDSHAKE_SSH_2 ); in beginServerHandshake()
678 INJECT_FAULT( SESSION_WRONGCERT, SESSION_WRONGCERT_SSH_1 ); in exchangeServerKeys()
692 INJECT_FAULT( SESSION_WRONGCERT, SESSION_WRONGCERT_SSH_2 ); in exchangeServerKeys()
693 INJECT_FAULT( SESSION_BADSIG_DATA, SESSION_BADSIG_DATA_SSH_1 ); in exchangeServerKeys()
696 INJECT_FAULT( SESSION_BADSIG_DATA, SESSION_BADSIG_DATA_SSH_2 ); in exchangeServerKeys()
H A Dssl_svr.c761 INJECT_FAULT( SESSION_BADSIG_DATA, SESSION_BADSIG_DATA_SSL_1 ); in createServerKeyex()
764 INJECT_FAULT( SESSION_BADSIG_DATA, SESSION_BADSIG_DATA_SSL_2 ); in createServerKeyex()
937 INJECT_FAULT( SESSION_CORRUPT_HANDSHAKE, SESSION_CORRUPT_HANDSHAKE_SSL_1 ); in beginServerHandshake()
987 INJECT_FAULT( SESSION_WRONGCERT, SESSION_WRONGCERT_SSL_1 ); in beginServerHandshake()
994 INJECT_FAULT( SESSION_WRONGCERT, SESSION_WRONGCERT_SSL_2 ); in beginServerHandshake()
1065 INJECT_FAULT( SESSION_CORRUPT_HANDSHAKE, SESSION_CORRUPT_HANDSHAKE_SSL_2 ); in beginServerHandshake()
H A Dssl.c1167 INJECT_FAULT( SESSION_CORRUPT_DATA, SESSION_CORRUPT_DATA_SSL_1 ); in preparePacketFunction()
H A Dssh2_cry.c1175 INJECT_FAULT( SESSION_BADSIG_HASH, SESSION_BADSIG_HASH_SSH_1 ); in completeKeyex()
H A Dssh2.c1367 INJECT_FAULT( SESSION_CORRUPT_DATA, SESSION_CORRUPT_DATA_SSH_1 ); in preparePacketFunction()
H A Dssl_cry.c1605 INJECT_FAULT( SESSION_BADSIG_HASH, SESSION_BADSIG_HASH_SSL_1 ); in createKeyexSignature()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A Dsim2.actor.cpp557 INJECT_FAULT(io_timeout, "SimpleFile::read"); in read_impl()
558 INJECT_FAULT(io_error, "SimpleFile::read"); in read_impl()
596 INJECT_FAULT(io_timeout, "SimpleFile::write"); in write_impl()
597 INJECT_FAULT(io_error, "SimpleFile::write"); in write_impl()
618 INJECT_FAULT( io_timeout, "SimpleFile::truncate" ); in truncate_impl()
619 INJECT_FAULT( io_error, "SimpleFile::truncate" ); in truncate_impl()
651 INJECT_FAULT( io_timeout, "SimpleFile::sync" ); in sync_impl()
652 INJECT_FAULT( io_error, "SimpleFile::sync" ); in sync_impl()
672 INJECT_FAULT( io_error, "SimpleFile::size" ); in size_impl()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/ReferenceSource/
H A DCallingConvention.h800 if (FORBIDGC_LOADER_USE_ENABLED()) FORBID_FAULT; else { INJECT_FAULT(COMPlusThrowOM()); } in GetParamTypeArgOffset()
1346 if (FORBIDGC_LOADER_USE_ENABLED()) FORBID_FAULT; else { INJECT_FAULT(COMPlusThrowOM()); } in ComputeReturnFlags()
1466 if (FORBIDGC_LOADER_USE_ENABLED()) FORBID_FAULT; else { INJECT_FAULT(COMPlusThrowOM()); } in ForceSigWalk()
H A Dcallhelpers.cpp357 INJECT_FAULT(COMPlusThrowOM();); in CallTargetWorker()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/env/
H A Dgcenv.base.h225 #define INJECT_FAULT(_expr) macro
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dobjecthandle.cpp618 INJECT_FAULT(return false); in Ref_Initialize()
725 INJECT_FAULT(COMPlusThrowOM()); in Ref_CreateHandleTableBucket()
H A Dhandletable.cpp91 INJECT_FAULT(return NULL); in HndCreateHandleTable()
H A Dhandletablecore.cpp2724 INJECT_FAULT(COMPlusThrowOM()); in TableFreeBulkUnpreparedHandles()