Searched refs:SrbCopyMemory (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/include/ddk/ |
H A D | srbhelper.h | 28 #define SrbCopyMemory(Destination, Source, Length) RtlCopyMemory(Destination, Source, Length) macro 30 #define SrbCopyMemory(Destination, Source, Length) memcpy(Destination, Source, Length) macro 171 SrbCopyMemory(DestinationSrb, SourceSrb, sourceSrb->SrbLength); in SrbCopySrb() 179 SrbCopyMemory(DestinationSrb, SourceSrb, SCSI_REQUEST_BLOCK_SIZE); in SrbCopySrb()
|