Searched refs:irp_sysbuf (Results 1 – 2 of 2) sorted by relevance
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,[all …]
1021 void *irp_sysbuf; member