Home
last modified time | relevance | path

Searched refs:pCount (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.13.2/include/nn/boss/
Dboss_Task.h177 TaskStateCode GetState(u32* pCount=NULL, u8* pStepID=NULL);
186 u32 GetCommErrorCode(u32* pCount=NULL, u8* pStepID=NULL);
194 TaskResultCode GetResult(u32* pCount=NULL, u8* pStepID=NULL);
/CTR-SDK-0.13.2/sources/libraries/ndm/CTR/
Dndm_Interface.cpp300 nn::Result Interface::GetDaemonDisableCount( nn::ndm::CTR::DaemonName name, s32* pCount, s32* pCoun… in GetDaemonDisableCount() argument
303 …return reinterpret_cast<InterfaceImpl*&>(s_Session)->GetDaemonDisableCount(name, pCount, pCountTot… in GetDaemonDisableCount()
316 *pCount = ipcMsg.GetRaw<s32>(2); in GetDaemonDisableCount()
322 nn::Result Interface::GetSchedulerDisableCount( s32* pCount, s32* pCountTotal ) in GetSchedulerDisableCount() argument
325 …return reinterpret_cast<InterfaceImpl*&>(s_Session)->GetSchedulerDisableCount(pCount, pCountTotal); in GetSchedulerDisableCount()
337 *pCount = ipcMsg.GetRaw<s32>(2); in GetSchedulerDisableCount()
Dndm_Interface.hid111 out s32 pCount,
115 out s32 pCount,
/CTR-SDK-0.13.2/include/nn/applet/CTR/
Dapplet_Ipc.h111 static nn::Result CountRegisteredApplet( bit32* pCount );