Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/wdf/shared/targets/general/
H A Dfxiotargetself.cpp100 FxIoInCallerContext* ioInCallerCtx; in Send() local
157 ioInCallerCtx = m_Device->m_PkgIo->GetIoInCallerContextCallback( in Send()
165 (VOID) m_Device->m_PkgIo->DispatchStep2(Irp, ioInCallerCtx, queue); in Send()
/reactos/sdk/lib/drivers/wdf/shared/core/km/
H A Dfxdeviceapikm.cpp424 FxIoInCallerContext* ioInCallerCtx; in __drv_maxIRQL() local
427 ioInCallerCtx = NULL; in __drv_maxIRQL()
494 ioInCallerCtx = device->m_PkgIo->GetIoInCallerContextCallback( in __drv_maxIRQL()
502 return device->m_PkgIo->DispatchStep2(Irp, ioInCallerCtx, queue); in __drv_maxIRQL()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/io/
H A Dfxpkgio.cpp270 FxIoInCallerContext* ioInCallerCtx; in DispatchStep1() local
277 ioInCallerCtx = GetIoInCallerContextCallback(NULL); in DispatchStep1()
278 if (ioInCallerCtx->m_Method == NULL) { in DispatchStep1()
297 ioInCallerCtx = GetIoInCallerContextCallback(queue->GetCxDeviceInfo()); in DispatchStep1()
310 ioInCallerCtx->m_Method == NULL && in DispatchStep1()
323 return DispatchStep2(Irp, ioInCallerCtx, queue); in DispatchStep1()