Searched refs:CurrentStackLocation (Results 1 – 1 of 1) sorted by relevance
6044 struct _IO_STACK_LOCATION *CurrentStackLocation; member12761 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()