Searched refs:BufferToRead (Results 1 – 1 of 1) sorted by relevance
1305 PVOID BufferToRead; in nt_read_blk() local1343 BufferToRead = NtData->Buffer; in nt_read_blk()1349 BufferToRead = buf; in nt_read_blk()1353 if(!_RawRead(NtData->Handle, Offset, SizeToRead, BufferToRead, &Errno)) in nt_read_blk()1368 if(BufferToRead != buf) in nt_read_blk()1371 memcpy(buf, BufferToRead, Size); in nt_read_blk()