Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/enc/
Denc_Result.h32 NN_DEFINE_RESULT_FUNC_LM(
37 NN_DEFINE_RESULT_FUNC_LM(
/CTR-SDK-4.2.5/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-4.2.5/include/nn/hio/CTR/
Dhio_Result.h60 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_HIO);
61 NN_DEFINE_RESULT_FUNC_LM(MakeTemporaryResult, Result::LEVEL_TEMPORARY, Result::MODULE_NN_HIO);
62 NN_DEFINE_RESULT_FUNC_LM(MakeStatusResult, Result::LEVEL_STATUS, Result::MODULE_NN_HIO);
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_Result.h42 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_FND);
/CTR-SDK-4.2.5/include/nn/midi/
Dmidi_Result.h37 NN_DEFINE_RESULT_FUNC_LM(MakeUsageResult, Result::LEVEL_USAGE, Result::MODULE_NN_MIDI);
/CTR-SDK-4.2.5/include/nn/cfg/
Dcfg_Result.h38 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_CFG);
/CTR-SDK-4.2.5/include/nn/socket/
Dsocket_Result.h58NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_SOCKET);
/CTR-SDK-4.2.5/include/nn/ndm/
Dndm_Result.h56 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_NDM);
/CTR-SDK-4.2.5/include/nn/http/
Dhttp_Result.h208NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_HTTP);
/CTR-SDK-4.2.5/include/nn/os/
Dos_Result.h99 NN_DEFINE_RESULT_FUNC_LM(
/CTR-SDK-4.2.5/include/nn/boss/
Dboss_Result.h149 NN_DEFINE_RESULT_FUNC_LM(MakePermanentResult, Result::LEVEL_PERMANENT, Result::MODULE_NN_BOSS);
/CTR-SDK-4.2.5/include/nn/
DResult.h573 #define NN_DEFINE_RESULT_FUNC_LM(name, level, module) \ macro