Searched refs:DeviceRoutine (Results 1 – 3 of 3) sorted by relevance
35 DeviceObject->Queue.Wcb.DeviceRoutine = ExecutionRoutine; in IoAllocateController()141 Result = DeviceObject->Queue.Wcb.DeviceRoutine(DeviceObject, in IoFreeController()
1475 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()
219 PDRIVER_CONTROL DeviceRoutine; member