| /CTR-SDK-0.14.4/include/nn/err/CTR/ |
| D | err_Api.h | 38 #define NN_ERR_THROW_FATAL_IF_FATAL_ONLY(result) \ argument 54 #define NN_ERR_THROW_FATAL(result) \ argument 73 #define NN_ERR_THROW_FATAL_ALL(result) \ argument 86 #define NN_ERR_THROW_FATAL_IF_FATAL_ONLY(result) NN_UTIL_PANIC_IF_FAILED(result) argument 87 #define NN_ERR_THROW_FATAL(result) NN_UTIL_PANIC_IF_FAILED(result) argument 88 #define NN_ERR_THROW_FATAL_ALL(result) NN_UTIL_PANIC_IF_FAILED(result) argument 93 #define NN_ERR_THROW_FATAL_IF_FATAL_ONLY(result) \ argument 100 #define NN_ERR_THROW_FATAL(result) \ argument 107 #define NN_ERR_THROW_FATAL_ALL(result) \ argument
|
| /CTR-SDK-0.14.4/include/nn/util/ |
| D | util_Result.h | 30 #define NN_UTIL_BEGIN_CHECK_RESULT(result) \ argument 46 #define NN_UTIL_BEGIN_CHECK_RESULT(result) \ argument 69 #define NN_UTIL_RETURN_IF_FAILED_BASE(result, s1, s2, s3, s4, s5) \ argument 87 #define NN_UTIL_RETURN_IF_FAILED(result) NN_UTIL_RETURN_IF_FAILED_BASE(result,,,,,) argument 89 #define NN_UTIL_RETURN_IF_FAILED_0(result) NN_UTIL_RETURN_IF_FAILED_BASE(result,,,,,) argument 90 #define NN_UTIL_RETURN_IF_FAILED_1(result, c1) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,,,,) argument 91 #define NN_UTIL_RETURN_IF_FAILED_2(result, c1, c2) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,,,) argument 92 #define NN_UTIL_RETURN_IF_FAILED_3(result, c1, c2, c3) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,c… argument 93 #define NN_UTIL_RETURN_IF_FAILED_4(result, c1, c2, c3, c4) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,… argument 94 #define NN_UTIL_RETURN_IF_FAILED_5(result, c1, c2, c3, c4, c5) NN_UTIL_RETURN_IF_FAILED_BASE(result… argument [all …]
|
| /CTR-SDK-0.14.4/include/nn/socket/ |
| D | socket_Berkeley.h | 62 Result result = detail::Socket(&rval, af, type, protocol); in Socket() local 86 Result result = detail::Listen(&rval, s, backlog); in Listen() local 130 … Result result = detail::Accept(&rval, s, reinterpret_cast<u8*>(sockAddr), sizeof(SockAddrIn)); in Accept() local 160 … Result result = detail::Bind(&rval, s, reinterpret_cast<const u8*>(sockAddr), sizeof(SockAddrIn)); in Bind() local 196 …Result result = detail::Connect(&rval, s, reinterpret_cast<const u8*>(sockAddr), sizeof(SockAddrIn… in Connect() local 247 Result result; in RecvFrom() local 325 Result result; in SendTo() local 347 Result result; in SendToMulti() local 415 Result result = detail::Close(&rval, s); in Close() local 439 Result result = detail::Shutdown(&rval, s, how); in Shutdown() local [all …]
|
| D | socket_SessionPool.h | 64 Result result = m_sessionPool.Allocate(pSessionItem); in Allocate() local 73 Result result = m_sessionPool.TryAllocate(pSessionItem); in TryAllocate() local 105 Result result; variable 203 Result result; in Allocate() local 229 Result result = AddNewSession(); in TryAllocate() local 298 Result result = srv::GetServiceHandle(pSessionItem, m_name, m_nameLength); in AddNewSession() local 372 Result result; variable
|
| D | socket_IpcWrapper.h | 23 #define NN_SOCKET_RETURN_IF_FAILED(result) \ argument
|
| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_ResultFailureHandler.cpp | 33 …void nnosResultFailureHandlerImplDefault(nnResult result, const char* filename, int lineno, const … in nnosResultFailureHandlerImplDefault() 44 …void nnosResultTFailureHandlerImplDefault(nnResult result, const char* filename, int lineno, const… in nnosResultTFailureHandlerImplDefault() 66 …void nnosResultPanicHandlerImplDefault(nnResult result, const char* filename, int lineno, const ch… in nnosResultPanicHandlerImplDefault() 84 …void nnosResultTPanicHandlerImplDefault(nnResult result, const char* filename, int lineno, const c… in nnosResultTPanicHandlerImplDefault() 113 NN_WEAK_SYMBOL int nnResultFailureHandler(nnResult result, const char* filename, int lineno, const … in nnResultFailureHandler() 122 NN_WEAK_SYMBOL int nnResultTFailureHandler(nnResult result, const char* filename, int lineno, const… in nnResultTFailureHandler() 132 NN_WEAK_SYMBOL int nnResultPanicHandler(nnResult result, const char* filename, int lineno, const ch… in nnResultPanicHandler() 141 NN_WEAK_SYMBOL int nnResultTPanicHandler(nnResult result, const char* filename, int lineno, const c… in nnResultTPanicHandler() 152 nn::Result result = nn::MakePermanentResult( in nnMakeInvalidResult() local
|
| D | os_Memory.cpp | 46 Result result; in InitializeDeviceMemory() local 65 Result result; in SetDeviceMemorySize() local 137 Result result; in SetHeapSize() local 193 Result result; in SetupHeapForMemoryBlock() local
|
| D | os_TransferMemoryBlock.cpp | 41 Result result; in Initialize() local 61 Result result; in TryInitialize() local 112 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map() local
|
| D | os_StackMemory.cpp | 70 Result result; in Initialize() local 99 Result result; in Finalize() local
|
| D | os_InterCoreCriticalSection.cpp | 69 Result result = pInterCoreCriticalSection->TryInitialize(); in nnosInterCoreCriticalSectionTryInitialize() local
|
| /CTR-SDK-0.14.4/include/nn/ |
| D | assert.h | 40 … #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ argument 50 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ argument 55 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ argument 61 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) ((void)0) argument 78 …#define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) \ argument 84 …#define NN_SASSERTMSG_WITH_RESULT_(exp, result, ...) \ argument 96 #define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) \ argument 98 #define NN_SASSERTMSG_WITH_RESULT_(exp, result, ...) \ argument 105 #define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) \ argument 107 #define NN_SASSERTMSG_WITH_RESULT_(exp, result, ...) \ argument [all …]
|
| /CTR-SDK-0.14.4/include/nn/ndm/ |
| D | ndm_Result.h | 196 #define NN_NDM_WARN(result, ...) \ argument 200 #define NN_NDM_WARN_AND_RETURN_IF_FAILED(result, ...) \ argument 211 #define NN_NDM_WARN_IF_FAILED(result, ...) \ argument
|
| /CTR-SDK-0.14.4/sources/libraries/rdt/CTR/ |
| D | rdt_HostBase.cpp | 65 nn::Result result = m_transceiver.Initialize( in Initialize() local 134 nn::Result result = m_transceiver.Put(seg); in putSegment() local 156 nn::Result result = m_transceiver.Pull(pSeg); in pullSegment() local
|
| D | rdt_Transceiver.cpp | 204 nn::Result result = t.Initialize(sock); in serverSide() local 225 nn::Result result = t.Initialize(sock); in clientSide() local 276 nn::Result result; in Initialize() local 332 nn::Result result; in Finalize() local
|
| D | rdt_Utility.cpp | 52 int result = WSAStartup(MAKEWORD(2, 0), &s_wsaData); in SetupNetwork() local 72 int result = 0; in SetupServerSide() local 207 nn::Result result = s->Initialize(cfg); in CreateSender() local 253 nn::Result result = r->Initialize(cfg); in CreateReceiver() local
|
| D | rdt_Sender.cpp | 67 nn::Result result = m_pImpl->Initialize(cfg.sock, cfg.pSendBuf, cfg.sendBufSize); in Initialize() local 69 … nn::Result result = m_pImpl->Initialize(cfg.nodeId, cfg.port, cfg.pSendBuf, cfg.sendBufSize); in Initialize() local
|
| D | rdt_Receiver.cpp | 70 nn::Result result = m_pImpl->Initialize(cfg.sock, cfg.pRecvBuf, cfg.recvBufSize); in Initialize() local 72 … nn::Result result = m_pImpl->Initialize(cfg.nodeId, cfg.port, cfg.pRecvBuf, cfg.recvBufSize); in Initialize() local
|
| /CTR-SDK-0.14.4/include/nn/net/osl/ |
| D | osl_IpcDispatcher.h | 87 Result result = m_ppDispatchers[index]->Launch(); in WaitAny() local 138 Result result; variable 191 Result result = pSessionLoopFunction(&resultIndex, pImpl, handles, 1, 0); in SessionThreadImpl() local 227 Result result; in m_cs() local 249 Result result; in Finalize() local 271 Result result = pWorker->TryInitialize(*this, m_priority); in Launch() local
|
| /CTR-SDK-0.14.4/include/nn/os/ |
| D | os_Synchronization.h | 166 nn::Result result = WaitOneImpl(timeout.GetNanoSeconds()); in WaitOne() local 174 nn::Result result = WaitMultiple(&dummy, objs, numObjects, true, timeout.GetNanoSeconds()); in WaitAll() local 188 nn::Result result = WaitMultiple(&ret, objs, numObjects, false, timeout.GetNanoSeconds()); in WaitAny() local
|
| D | os_Mutex.h | 187 Result result = TryInitializeImpl(initialLocked); in TryInitialize() local
|
| /CTR-SDK-0.14.4/sources/libraries/ndm/ |
| D | ndm_UserControl.cpp | 43 Result result; in Initialize() local 65 Result result; in Finalize() local 104 Result result = Interface::QueryExclusiveMode(&modeNumber); in QueryExclusiveMode() local
|
| /CTR-SDK-0.14.4/sources/libraries/dbg/ |
| D | dbg_PrintResult.cpp | 256 NN_WEAK_SYMBOL void PrintResult(nn::Result result) in PrintResult() 264 NN_WEAK_SYMBOL void TPrintResult(nn::Result result) in TPrintResult()
|
| /CTR-SDK-0.14.4/sources/libraries/test/ |
| D | test_Suite.cpp | 190 inline void Suite::ResultHolder::SetCurrent(Suite::ResultHolder* result) in SetCurrent() 261 …void Suite::ResultHolder::ResultFailureHandler(Result result, const char* filename, int lineno, co… in ResultFailureHandler() 285 …void Suite::ResultHolder::ResultPanicHandler(Result result, const char* filename, int lineno, cons… in ResultPanicHandler() 320 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc() local 351 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc() local 586 extern "C" int nnResultFailureHandler(nnResult result, const char* filename, int lineno, const char… in nnResultFailureHandler() 595 extern "C" int nnResultTFailureHandler(nnResult result, const char* filename, int lineno, const cha… in nnResultTFailureHandler() 604 extern "C" int nnResultPanicHandler(nnResult result, const char* filename, int lineno, const char* … in nnResultPanicHandler() 613 extern "C" int nnResultTPanicHandler(nnResult result, const char* filename, int lineno, const char*… in nnResultTPanicHandler()
|
| /CTR-SDK-0.14.4/include/nn/fslow/ |
| D | fslow_ArchiveMapFileSystem.h | 72 Result result = GetSelf().RegisterToNameMap(name, handle); in AddArchive() local 165 Result result = handle.p->Close(); in CloseFile() local 209 Result result = handle.p->Close(); in CloseDirectory() local 405 …Result result = OpenFile(p, nn::fs::Transaction(), path, nn::fs::OPEN_MODE_READ, nn::fs::Attribute… in HasFile() local 427 Result result = OpenDirectory(p, path); in HasDirectory() local
|
| D | fslow_IArchive.h | 62 Result result = p->SetSize(size); in CreateFile() local 82 …Result result = OpenFile(&p, nn::fs::Transaction(), path, nn::fs::OPEN_MODE_READ, nn::fs::Attribut… in HasFile() local 103 Result result = OpenDirectory(&p, path); in HasDirectory() local
|