Home
last modified time | relevance | path

Searched refs:NN_DEFINE_RESULT_FUNC_LM (Results 1 – 11 of 11) sorted by relevance

/CTR-SDK-0.14.4/include/nn/dbg/
Ddbg_Result.h42 NN_DEFINE_RESULT_FUNC_LM(MakeInformationalResult, Result::LEVEL_INFO, Result::MODULE_NN_DBG);
43 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_DBG);
/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_Result.h40 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_FND);
/CTR-SDK-0.14.4/include/nn/midi/
Dmidi_Result.h36 NN_DEFINE_RESULT_FUNC_LM(MakeUsageResult, Result::LEVEL_USAGE, Result::MODULE_NN_MIDI);
/CTR-SDK-0.14.4/include/nn/cfg/
Dcfg_Result.h42 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_CFG);
/CTR-SDK-0.14.4/include/nn/socket/
Dsocket_Result.h58NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_SOCKET);
/CTR-SDK-0.14.4/include/nn/ndm/
Dndm_Result.h54 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_NDM);
/CTR-SDK-0.14.4/include/nn/ssl/
Dssl_Result.h136NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_SSL);
/CTR-SDK-0.14.4/include/nn/os/
Dos_Result.h91 NN_DEFINE_RESULT_FUNC_LM(
/CTR-SDK-0.14.4/include/nn/boss/
Dboss_Result.h133 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_BOSS);
/CTR-SDK-0.14.4/include/nn/http/
Dhttp_Result.h208NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_HTTP);
/CTR-SDK-0.14.4/include/nn/
DResult.h556 #define NN_DEFINE_RESULT_FUNC_LM(name, level, module) \ macro