Home
last modified time | relevance | path

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

/reactos/ntoskrnl/io/iomgr/
H A Dcontroller.c35 DeviceObject->Queue.Wcb.DeviceRoutine = ExecutionRoutine; in IoAllocateController()
141 Result = DeviceObject->Queue.Wcb.DeviceRoutine(DeviceObject, in IoFreeController()
/reactos/hal/halx86/generic/
H A Ddma.c1475 WaitContextBlock->DeviceRoutine = ExecutionRoutine; in HalAllocateAdapterChannel()
1694 Result = ((PDRIVER_CONTROL)WaitContextBlock->DeviceRoutine)(WaitContextBlock->DeviceObject, in IoFreeAdapterChannel()
1790 …Result = ((PDRIVER_CONTROL)AdapterObject->CurrentWcb->DeviceRoutine)(AdapterObject->CurrentWcb->De… in IoFreeMapRegisters()
/reactos/sdk/include/xdk/
H A Diotypes.h219 PDRIVER_CONTROL DeviceRoutine; member