| /CTR-SDK-0.13.2/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 80 #define NN_UTIL_RETURN_IF_FAILED(result) NN_UTIL_RETURN_IF_FAILED_BASE(result,,,,,) argument 82 #define NN_UTIL_RETURN_IF_FAILED_0(result) NN_UTIL_RETURN_IF_FAILED_BASE(result,,,,,) argument 83 #define NN_UTIL_RETURN_IF_FAILED_1(result, c1) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,,,,) argument 84 #define NN_UTIL_RETURN_IF_FAILED_2(result, c1, c2) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,,,) argument 85 #define NN_UTIL_RETURN_IF_FAILED_3(result, c1, c2, c3) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,c… argument 86 #define NN_UTIL_RETURN_IF_FAILED_4(result, c1, c2, c3, c4) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,… argument 87 #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.13.2/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 416 Result result = detail::Close(&rval, s); in Close() local 440 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.13.2/sources/libraries/os/ |
| D | os_ResultFailureHandler.cpp | 33 …void nnResultFailureHandlerImpl(nn::Result result, const char* filename, int lineno, const char* f… in nnResultFailureHandlerImpl() 44 …void nnResultTFailureHandlerImpl(nn::Result result, const char* filename, int lineno, const char* … in nnResultTFailureHandlerImpl() 66 …void nnResultPanicHandlerImpl(nn::Result result, const char* filename, int lineno, const char* fmt… in nnResultPanicHandlerImpl() 84 …void nnResultTPanicHandlerImpl(nn::Result result, const char* filename, int lineno, const char* fm… in nnResultTPanicHandlerImpl() 107 NN_WEAK_SYMBOL int nnResultFailureHandler(nnResult result, const char* filename, int lineno, const … in nnResultFailureHandler() 116 NN_WEAK_SYMBOL int nnResultTFailureHandler(nnResult result, const char* filename, int lineno, const… in nnResultTFailureHandler() 126 NN_WEAK_SYMBOL int nnResultPanicHandler(nnResult result, const char* filename, int lineno, const ch… in nnResultPanicHandler() 135 NN_WEAK_SYMBOL int nnResultTPanicHandler(nnResult result, const char* filename, int lineno, const c… in nnResultTPanicHandler() 146 nn::Result result = nn::MakePermanentResult( in nnMakeInvalidResult() local
|
| D | os_Memory.cpp | 45 Result result; in InitializeDeviceMemory() local 64 Result result; in SetDeviceMemorySize() local 136 Result result; in SetHeapSize() local 192 Result result; in SetupHeapForMemoryBlock() local
|
| D | os_TransferMemoryBlock.cpp | 40 Result result; in Initialize() local 60 Result result; in TryInitialize() local 111 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map() local
|
| D | os_StackMemory.cpp | 69 Result result; in Initialize() local 98 Result result; in Finalize() local
|
| D | os_CriticalSection.cpp | 69 Result result = pCriticalSection->TryInitialize(); in nnosCriticalSectionTryInitialize() local
|
| D | os_SharedMemory.cpp | 73 Result result; in Map() local 102 Result result; in TryInitialize() local
|
| D | os_Mutex.cpp | 49 Result result = pMutex->TryInitialize(initialLocked); in nnosMutexTryInitialize() local
|
| /CTR-SDK-0.13.2/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.13.2/include/nn/ndm/ |
| D | ndm_Result.h | 189 #define NN_NDM_WARN(result, ...) \ argument 193 #define NN_NDM_WARN_AND_RETURN_IF_FAILED(result, ...) \ argument 204 #define NN_NDM_WARN_IF_FAILED(result, ...) \ argument
|
| /CTR-SDK-0.13.2/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.13.2/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.13.2/include/nn/os/ |
| D | os_Synchronization.h | 165 nn::Result result = WaitOneImpl(timeout.GetNanoSeconds()); in WaitOne() local 173 nn::Result result = WaitMultiple(&dummy, objs, numObjects, true, timeout.GetNanoSeconds()); in WaitAll() local 187 nn::Result result = WaitMultiple(&ret, objs, numObjects, false, timeout.GetNanoSeconds()); in WaitAny() local
|
| D | os_Mutex.h | 186 Result result = TryInitializeImpl(initialLocked); in TryInitialize() local
|
| D | os_Semaphore.h | 160 Result result = TryInitializeImpl(initialCount, maxCount); in TryInitialize() local
|
| /CTR-SDK-0.13.2/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.13.2/sources/libraries/dbg/ |
| D | dbg_PrintResult.cpp | 254 void PrintResult(nn::Result result) in PrintResult() 262 void TPrintResult(nn::Result result) in TPrintResult()
|
| /CTR-SDK-0.13.2/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() 284 …void Suite::ResultHolder::ResultPanicHandler(Result result, const char* filename, int lineno, cons… in ResultPanicHandler() 319 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc() local 350 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc() local 585 extern "C" int nnResultFailureHandler(nnResult result, const char* filename, int lineno, const char… in nnResultFailureHandler() 594 extern "C" int nnResultTFailureHandler(nnResult result, const char* filename, int lineno, const cha… in nnResultTFailureHandler() 603 extern "C" int nnResultPanicHandler(nnResult result, const char* filename, int lineno, const char* … in nnResultPanicHandler() 612 extern "C" int nnResultTPanicHandler(nnResult result, const char* filename, int lineno, const char*… in nnResultTPanicHandler()
|