Searched refs:BytesToRead (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_x86_64.cpp | 30 auto BytesToRead = std::distance(Begin, End); in retryingReadSome() local 33 while (BytesToRead && (BytesRead = read(Fd, Begin, BytesToRead))) { in retryingReadSome() 42 BytesToRead -= BytesRead; in retryingReadSome()
|
| /src/sys/dev/mps/ |
| H A D | mps_ioctl.h | 319 uint32_t BytesToRead; member
|
| H A D | mps_user.c | 1684 if (diag_read_buffer->StartingOffset + diag_read_buffer->BytesToRead > in mps_diag_read_buffer() 1700 if (copyout(pData, ioctl_buf, diag_read_buffer->BytesToRead) != 0) in mps_diag_read_buffer() 1832 if (length < diag_read_buffer.BytesToRead) { in mps_do_diag_action()
|
| /src/sys/dev/mpr/ |
| H A D | mpr_ioctl.h | 318 uint32_t BytesToRead; member
|
| H A D | mpr_user.c | 1796 if (diag_read_buffer->StartingOffset + diag_read_buffer->BytesToRead > in mpr_diag_read_buffer() 1812 if (copyout(pData, ioctl_buf, diag_read_buffer->BytesToRead) != 0) in mpr_diag_read_buffer() 1944 if (length < diag_read_buffer.BytesToRead) { in mpr_do_diag_action()
|
| /src/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1305 DWORD BytesToRead = 1308 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))
|