Home
last modified time | relevance | path

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

/reactos/ntoskrnl/io/pnpmgr/
H A Dplugplay.c734 PDEVICE_NODE RelatedDeviceNode; in IopGetRelatedDevice() local
796 RelatedDeviceNode = DeviceNode->Parent; in IopGetRelatedDevice()
800 RelatedDeviceNode = DeviceNode->Child; in IopGetRelatedDevice()
804 RelatedDeviceNode = DeviceNode->Sibling; in IopGetRelatedDevice()
816 if (RelatedDeviceNode == NULL) in IopGetRelatedDevice()
826 if (RelatedDeviceNode->InstancePath.Length > MaximumLength) in IopGetRelatedDevice()
840 RelatedDeviceNode->InstancePath.Buffer, in IopGetRelatedDevice()
841 RelatedDeviceNode->InstancePath.Length); in IopGetRelatedDevice()
842 RelatedDeviceData->RelatedDeviceInstanceLength = RelatedDeviceNode->InstancePath.Length; in IopGetRelatedDevice()