Home
last modified time | relevance | path

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

/reactos/ntoskrnl/io/iomgr/
H A Ddevice.c313 PDEVICE_OBJECT LowestDevice; in IopGetLowestDevice() local
317 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()