Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/cdrom/
H A Dcdrom.c1590 if (requestParameters.Type == WdfRequestTypeDeviceControl) in DeviceEvtIoInCallerContext()
4103 if ((requestParameters.Type == WdfRequestTypeDeviceControl) || in RequestIsIoctlBlockedByExclusiveAccess()
H A Dcommon.c3454 if (requestParameters.Type == WdfRequestTypeDeviceControl) in RequestCompletion()
/reactos/sdk/lib/drivers/wdf/shared/targets/general/
H A Dfxiotargetapi.cpp1376 pContext->m_CompletionParams.Type = WdfRequestTypeDeviceControl; in FxIoTargetFormatIoctl()
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxdeviceapi.cpp1822 RequestType != WdfRequestTypeDeviceControl && in __drv_maxIRQL()
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdfdevice.h517 WdfRequestTypeDeviceControl = 0xe, enumerator
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/io/
H A Dfxioqueue.cpp6223 case WdfRequestTypeDeviceControl: in IsIoEventHandlerRegistered()