Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/ndis/
HDntoskrnl_var.h1028 uint8_t irp_currentstackloc; member
1107 irp->irp_currentstackloc--; \
1139 (irp)->irp_currentstackloc++; \
HDsubr_ntoskrnl.c1095 io->irp_currentstackloc = ssize;
1156 if (ip->irp_currentstackloc <= 0)
1188 if (ip->irp_currentstackloc != (ip->irp_stackcnt + 1))
1205 if ((ip->irp_currentstackloc <= ip->irp_stackcnt) &&
1213 } while (ip->irp_currentstackloc <= (ip->irp_stackcnt + 1));