Home
last modified time | relevance | path

Searched refs:FirstDeviceNode (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/io/pnpmgr/
H A Ddevnode.c413 while (Context->DeviceNode != Context->FirstDeviceNode) in IopFindNextDeviceNodeForTraversal()
444 Context->DeviceNode, Context->FirstDeviceNode, Context->Action, Context->Context); in IopTraverseDeviceTree()
447 Context->DeviceNode = Context->FirstDeviceNode; in IopTraverseDeviceTree()
/reactos/ntoskrnl/include/internal/
H A Dio.h232 (_DeviceTreeTraverseContext)->FirstDeviceNode = \
484 PDEVICE_NODE FirstDeviceNode; member