Searched refs:BufferToRead (Results 1 – 1 of 1) sorted by relevance
1304 PVOID BufferToRead; in nt_read_blk() local1342 BufferToRead = NtData->Buffer; in nt_read_blk()1348 BufferToRead = buf; in nt_read_blk()1352 if(!_RawRead(NtData->Handle, Offset, SizeToRead, BufferToRead, &Errno)) in nt_read_blk()1367 if(BufferToRead != buf) in nt_read_blk()1370 memcpy(buf, BufferToRead, Size); in nt_read_blk()