Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp69 size_t bytes_read; in GetELFImageInfoAddress() local
94 size_t bytes_read; in GetELFImageInfoAddress() local
119 size_t bytes_read; in ReadSVR4LibraryInfo() local
150 size_t bytes_read; in GetLoadedSVR4Libraries() local
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_compat_solaris_pax_sparse.c40 size_t bytes_read; in test_compat_solaris_pax_sparse_1() local
121 size_t bytes_read; in test_compat_solaris_pax_sparse_2() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { in Read()
H A DNativeProcessProtocol.cpp362 size_t bytes_read = 0; in RemoveSoftwareBreakpoint() local
419 size_t bytes_read = 0; in EnableSoftwareBreakpoint() local
615 size_t &bytes_read) { in ReadMemoryWithoutTrap()
647 size_t bytes_read = 0; in ReadCStringFromMemory() local
H A DFileCache.cpp109 size_t bytes_read = dst_len; in ReadFile() local
H A DFile.cpp513 ssize_t bytes_read = -1; in Read() local
637 ssize_t bytes_read = in Read() local
/freebsd-13.1/sys/dev/cxgbe/cudbg/
H A Dfastlz_api.c215 unsigned int bytes_read; in compress_buff() local
288 size_t bytes_read; in detect_magic() local
354 unsigned long bytes_read; in decompress_buffer() local
/freebsd-13.1/contrib/libcbor/examples/
H A Dstreaming_parser.c48 size_t bytes_read = 0; in main() local
/freebsd-13.1/contrib/apr/file_io/unix/
H A Dfullrw.c22 apr_size_t *bytes_read) in apr_file_read_full()
/freebsd-13.1/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c105 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, in zpool_history_unpack()
/freebsd-13.1/contrib/libarchive/libarchive_fe/
H A Dline_reader.c94 size_t bytes_wanted, bytes_read, new_buff_size; in lafe_line_reader_next() local
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_open_file.c112 size_t bytes_read; in file_read() local
H A Darchive_read_open_fd.c116 ssize_t bytes_read; in file_read() local
H A Darchive_read_support_format_tar.c595 ssize_t bytes_read; in archive_read_format_tar_read_data() local
855 ssize_t bytes_read; in tar_read_header() local
2333 ssize_t bytes_read; in gnu_sparse_old_read() local
2471 ssize_t bytes_read; in gnu_sparse_10_atol() local
2515 ssize_t bytes_read; in gnu_sparse_10_read() local
2751 ssize_t bytes_read; in readline() local
/freebsd-13.1/lib/libutil/
H A Duucplock.c211 int bytes_read; in get_pid() local
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp59 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read()
H A DSBCommunication.cpp114 size_t bytes_read = 0; in Read() local
H A DSBProcess.cpp276 size_t bytes_read = 0; in GetSTDOUT() local
290 size_t bytes_read = 0; in GetSTDERR() local
304 size_t bytes_read = 0; in GetAsyncProfileData() local
852 size_t bytes_read = 0; in ReadMemory() local
879 size_t bytes_read = 0; in ReadCStringFromMemory() local
/freebsd-13.1/sys/dev/liquidio/base/
H A Dlio_console.c469 int32_t bytes_read) in lio_output_console_line()
523 int32_t bytes_read, total_read, tries; in lio_check_console() local
777 int32_t bytes_read, total_read, tries; in lio_get_uboot_version() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp386 size_t bytes_read = dst_len; in Read() local
619 ssize_t bytes_read = llvm::sys::RetryAfterSignal(-1, ::read, pipe_fd, &c, 1); in BytesAvailable() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp131 size_t bytes_read = process->ReadMemory(from_addr, data.GetBytes(), in ReadJITEntry() local
296 size_t bytes_read = m_process->ReadMemory(m_jit_descriptor_addr, &jit_desc, in ReadJITDescriptorImpl() local
/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Dbinary_diff.c48 svn_filesize_t bytes_read = 0; in create_compressed() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp41 size_t bytes_read; in ReadMemoryCallback() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.cpp173 int bytes_read = process->ReadMemory(pc, buffer, size, error); in ReadProcessMemory() local
/freebsd-13.1/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c431 int bytes_read; in cd9660_copy_file() local

12345