Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/ndis/
H A Dntoskrnl_var.h1030 uint8_t irp_currentstackloc; member
1109 irp->irp_currentstackloc--; \
1141 (irp)->irp_currentstackloc++; \
H A Dsubr_ntoskrnl.c1097 io->irp_currentstackloc = ssize;
1158 if (ip->irp_currentstackloc <= 0)
1190 if (ip->irp_currentstackloc != (ip->irp_stackcnt + 1))
1207 if ((ip->irp_currentstackloc <= ip->irp_stackcnt) &&
1215 } while (ip->irp_currentstackloc <= (ip->irp_stackcnt + 1));