Searched refs:BytesToRead (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/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()
|
| /freebsd-13.1/sys/dev/mps/ |
| H A D | mps_ioctl.h | 323 uint32_t BytesToRead; member
|
| H A D | mps_user.c | 1689 if (diag_read_buffer->StartingOffset + diag_read_buffer->BytesToRead > in mps_diag_read_buffer() 1705 if (copyout(pData, ioctl_buf, diag_read_buffer->BytesToRead) != 0) in mps_diag_read_buffer() 1837 if (length < diag_read_buffer.BytesToRead) { in mps_do_diag_action()
|
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr_ioctl.h | 322 uint32_t BytesToRead; member
|
| H A D | mpr_user.c | 1787 if (diag_read_buffer->StartingOffset + diag_read_buffer->BytesToRead > in mpr_diag_read_buffer() 1803 if (copyout(pData, ioctl_buf, diag_read_buffer->BytesToRead) != 0) in mpr_diag_read_buffer() 1935 if (length < diag_read_buffer.BytesToRead) { in mpr_do_diag_action()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1250 DWORD BytesToRead = 1253 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))
|