Searched refs:LowestDevice (Results 1 – 1 of 1) sorted by relevance
313 PDEVICE_OBJECT LowestDevice; in IopGetLowestDevice() local317 LowestDevice = DeviceObject; in IopGetLowestDevice()318 DeviceExtension = IoGetDevObjExtension(LowestDevice); in IopGetLowestDevice()324 LowestDevice = DeviceExtension->AttachedTo; in IopGetLowestDevice()325 DeviceExtension = IoGetDevObjExtension(LowestDevice); in IopGetLowestDevice()329 return LowestDevice; in IopGetLowestDevice()