Searched refs:irp_stackcnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1094 io->irp_stackcnt = ssize;
1109 IoInitializeIrp(ip, ip->irp_size, ip->irp_stackcnt);
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));
H A Dntoskrnl_var.h1027 uint8_t irp_stackcnt; member in struct:irp

Completed in 131 milliseconds