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

/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_ntoskrnl.c623 ip->irp_assoc.irp_sysbuf =
625 if (ip->irp_assoc.irp_sysbuf == NULL) {
629 memcpy( ip->irp_assoc.irp_sysbuf, buf, len);
635 if (ip->irp_assoc.irp_sysbuf != NULL)
636 ExFreePool(ip->irp_assoc.irp_sysbuf);
641 ip->irp_assoc.irp_sysbuf = NULL;
707 ip->irp_assoc.irp_sysbuf =
709 if (ip->irp_assoc.irp_sysbuf == NULL) {
715 memcpy( ip->irp_assoc.irp_sysbuf, ibuf, ilen);
716 memset((char *)ip->irp_assoc
[all...]
H A Dntoskrnl_var.h910 } irp_assoc; member in struct:irp

Completed in 105 milliseconds