Lines Matching refs:irp_sysbuf
921 ip->irp_assoc.irp_sysbuf =
923 if (ip->irp_assoc.irp_sysbuf == NULL) {
927 bcopy(buf, ip->irp_assoc.irp_sysbuf, len);
933 if (ip->irp_assoc.irp_sysbuf != NULL)
934 ExFreePool(ip->irp_assoc.irp_sysbuf);
939 ip->irp_assoc.irp_sysbuf = NULL;
997 ip->irp_assoc.irp_sysbuf =
999 if (ip->irp_assoc.irp_sysbuf == NULL) {
1005 bcopy(ibuf, ip->irp_assoc.irp_sysbuf, ilen);
1006 bzero((char *)ip->irp_assoc.irp_sysbuf + ilen,
1009 bzero(ip->irp_assoc.irp_sysbuf, ilen);
1015 ip->irp_assoc.irp_sysbuf =
1017 if (ip->irp_assoc.irp_sysbuf == NULL) {
1021 bcopy(ibuf, ip->irp_assoc.irp_sysbuf, ilen);