Searched refs:pListNode (Results 1 – 1 of 1) sorted by relevance
229 struct IOProcList* pListNode; in MMIO_FindProcNode() local231 for (pListNode = pIOProcListAnchor; pListNode; pListNode = pListNode->pNext) { in MMIO_FindProcNode()233 return pListNode; in MMIO_FindProcNode()246 struct IOProcList* pListNode; in MMIO_InstallIOProc() local258 pListNode = HeapAlloc(GetProcessHeap(), 0, sizeof(*pListNode)); in MMIO_InstallIOProc()259 if (pListNode) { in MMIO_InstallIOProc()261 pListNode->fourCC = fccIOProc; in MMIO_InstallIOProc()262 pListNode->pIOProc = pIOProc; in MMIO_InstallIOProc()264 pListNode->count = 0; in MMIO_InstallIOProc()268 pIOProcListAnchor = pListNode; in MMIO_InstallIOProc()[all …]