Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp179 … void WriteToSd(const char* msg, int length, const wchar_t* pBuildInfo, const wchar_t* pSuffix) in WriteToSd()
203 bool PutHaltMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in PutHaltMessage()
216 void ClearMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in ClearMessage()
224 void ShowWithAutoScroll(nn::dbg::DirectPrint* pdp, const char* msg) in ShowWithAutoScroll()
256 void ShowWithManualScroll(nn::dbg::DirectPrint* pdp, const char* msg) in ShowWithManualScroll()
471 void ExceptionScreen::OnHalt( const char* msg ) in OnHalt()
/CTR-SDK-4.2.8-20130828/sources/libraries/rdt/CTR/
Drdt_SendBuffer.cpp172 char msg[256]; in Test() local
Drdt_RingBuffer.cpp249 const char *msg = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"; in Test() local
/CTR-SDK-4.2.8-20130828/include/nn/net/compatible/nos/
Dnos_horizon.h663 NN_INLINE BOOL NOS_ReceiveMessage(NOSMessageQueueId mqId, NOSMessage *msg, s32 flag) in NOS_ReceiveMessage()
704 NN_INLINE BOOL NOS_SendMessage(NOSMessageQueueId mqId, NOSMessage msg, s32 flag) in NOS_SendMessage()
747 NN_INLINE BOOL NOS_ReadMessage(NOSMessageQueueId mqId, NOSMessage *msg, s32 flag) in NOS_ReadMessage()
788 NN_INLINE BOOL NOS_JamMessage(NOSMessageQueueId mqId, NOSMessage msg, s32 flag) in NOS_JamMessage()
/CTR-SDK-4.2.8-20130828/include/nn/net/compatible/
Dnwmeth.h94 …NOSMessage msg[NWMETH_RXFRAME_BUFFUR_COUNT]; /* Receive queue instance for upper layers… member
Dhioeth.h92 …NOSMessage msg[HIOETH_MQ_NUM]; /* Receive queue instance for upper layers… member
/CTR-SDK-4.2.8-20130828/include/
Dzlib.h94 z_const char *msg; /* last error message, NULL if no error */ member