Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dwdm.h6044 struct _IO_STACK_LOCATION *CurrentStackLocation; member
12761 Irp->Tail.Overlay.s.u.CurrentStackLocation++; in IoSkipCurrentIrpStackLocation()
12763 Irp->Tail.Overlay.CurrentStackLocation++; in IoSkipCurrentIrpStackLocation()
12775 Irp->Tail.Overlay.s.u.CurrentStackLocation--; in IoSetNextIrpStackLocation()
12777 Irp->Tail.Overlay.CurrentStackLocation--; in IoSetNextIrpStackLocation()
12788 return ((Irp)->Tail.Overlay.s.u.CurrentStackLocation - 1 ); in IoGetNextIrpStackLocation()
12790 return ((Irp)->Tail.Overlay.CurrentStackLocation - 1 ); in IoGetNextIrpStackLocation()
12883 return Irp->Tail.Overlay.s.u.CurrentStackLocation; in IoGetCurrentIrpStackLocation()
12885 return Irp->Tail.Overlay.CurrentStackLocation; in IoGetCurrentIrpStackLocation()