Home
last modified time | relevance | path

Searched defs:pNext (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_AddressSpaceManager.cpp53 MemoryBlockBase* pNext = m_BlockList.GetNext(pPrev); in Allocate() local
74 MemoryBlockBase* pNext = m_BlockList.GetFront(); in Allocate() local
/CTR-SDK-4.2.5/include/nn/os/
Dos_LightBarrier.h211 void AwaitImpl(nn::os::WaitableCounter* pCur, nn::os::WaitableCounter* pNext, s32 relCount) in AwaitImpl()
/CTR-SDK-4.2.5/include/nn/net/osl/
Dosl_Mbuf.h234 Mbuf* pNext = GetNext(); in Unlink() local
374 void Link(Mbuf* pNext) in Link()
/CTR-SDK-4.2.5/include/nn/font/
Dfont_ResourceFormat.h257 FontWidth* pNext; // Pointer to the next FontWidth member
278 FontCodeMap* pNext; // Pointer to the next FontCodeMap member
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_BuddyHeap.h228 Page* pNext; member