Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/wdf/shared/inc/private/km/
H A Dfxirpkm.hpp492 FxIrp::GetCurrentIrpStackLocationIndex( in GetCurrentIrpStackLocationIndex() function in FxIrp
1339 return (GetCurrentIrpStackLocationIndex() >= StackCount); in HasStack()
1348 return (GetCurrentIrpStackLocationIndex() <= GetStackCount()); in IsCurrentIrpStackLocationValid()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxirp.hpp287 GetCurrentIrpStackLocationIndex(
H A Dfxiotarget.hpp411 return (Irp->GetCurrentIrpStackLocationIndex() - 1 >= m_TargetStackSize) ? TRUE : FALSE; in HasEnoughStackLocations()
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxrequestapi.cpp2380 if (pIrp->GetCurrentIrpStackLocationIndex() < 2) { in __drv_maxIRQL()
3226 if (irp->GetCurrentIrpStackLocationIndex() <= 1) { in FX_VF_FUNCTION()
/reactos/sdk/lib/drivers/wdf/shared/core/um/
H A Dfxirpum.cpp521 FxIrp::GetCurrentIrpStackLocationIndex( in GetCurrentIrpStackLocationIndex() function in FxIrp
/reactos/sdk/lib/drivers/wdf/shared/targets/general/
H A Dfxiotarget.cpp1235 … Request->GetTraceObjectHandle(), irp->GetIrp(), irp->GetCurrentIrpStackLocationIndex() - 1, in FX_VF_METHOD()