Home
last modified time | relevance | path

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

/reactos/ntoskrnl/io/pnpmgr/
H A Ddevaction.c1761 PDEVICE_NODE ChildDeviceNode, NextDeviceNode; in IopSendRemoveChildDevices() local
1768 NextDeviceNode = ChildDeviceNode->Sibling; in IopSendRemoveChildDevices()
1773 ChildDeviceNode = NextDeviceNode; in IopSendRemoveChildDevices()
1805 PDEVICE_NODE ChildDeviceNode, NextDeviceNode; in IopCancelRemoveChildDevices() local
1812 NextDeviceNode = ChildDeviceNode->Sibling; in IopCancelRemoveChildDevices()
1817 ChildDeviceNode = NextDeviceNode; in IopCancelRemoveChildDevices()
1904 PDEVICE_NODE ChildDeviceNode, NextDeviceNode, FailedRemoveDevice; in IopQueryRemoveChildDevices() local
1912 NextDeviceNode = ChildDeviceNode->Sibling; in IopQueryRemoveChildDevices()
1924 ChildDeviceNode = NextDeviceNode; in IopQueryRemoveChildDevices()
1935 NextDeviceNode = ChildDeviceNode->Sibling; in IopQueryRemoveChildDevices()
[all …]