Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 45) sorted by relevance

12

/CTR-SDK-0.14.4/include/nn/err/CTR/
Derr_Api.h38 #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/
Dutil_Result.h30 #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/
Dsocket_Berkeley.h62 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 …]
Dsocket_SessionPool.h64 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
Dsocket_IpcWrapper.h23 #define NN_SOCKET_RETURN_IF_FAILED(result) \ argument
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_ResultFailureHandler.cpp33 …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
Dos_Memory.cpp46 Result result; in InitializeDeviceMemory() local
65 Result result; in SetDeviceMemorySize() local
137 Result result; in SetHeapSize() local
193 Result result; in SetupHeapForMemoryBlock() local
Dos_TransferMemoryBlock.cpp41 Result result; in Initialize() local
61 Result result; in TryInitialize() local
112 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map() local
Dos_StackMemory.cpp70 Result result; in Initialize() local
99 Result result; in Finalize() local
Dos_InterCoreCriticalSection.cpp69 Result result = pInterCoreCriticalSection->TryInitialize(); in nnosInterCoreCriticalSectionTryInitialize() local
/CTR-SDK-0.14.4/include/nn/
Dassert.h40 … #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/
Dndm_Result.h196 #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/
Drdt_HostBase.cpp65 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
Drdt_Transceiver.cpp204 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
Drdt_Utility.cpp52 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
Drdt_Sender.cpp67 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
Drdt_Receiver.cpp70 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/
Dosl_IpcDispatcher.h87 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/
Dos_Synchronization.h166 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
Dos_Mutex.h187 Result result = TryInitializeImpl(initialLocked); in TryInitialize() local
/CTR-SDK-0.14.4/sources/libraries/ndm/
Dndm_UserControl.cpp43 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/
Ddbg_PrintResult.cpp256 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/
Dtest_Suite.cpp190 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/
Dfslow_ArchiveMapFileSystem.h72 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
Dfslow_IArchive.h62 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

12