Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp70 size_t bytes_read; in GetELFImageInfoAddress() local
95 size_t bytes_read; in GetELFImageInfoAddress() local
120 size_t bytes_read; in ReadSVR4LibraryInfo() local
151 size_t bytes_read; in GetLoadedSVR4Libraries() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_compat_solaris_pax_sparse.c38 size_t bytes_read; in test_compat_solaris_pax_sparse_1() local
119 size_t bytes_read; in test_compat_solaris_pax_sparse_2() local
/freebsd/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.cpp376 size_t bytes_read = 0; in RemoveSoftwareBreakpoint() local
433 size_t bytes_read = 0; in EnableSoftwareBreakpoint() local
651 size_t &bytes_read) { in ReadMemoryWithoutTrap()
682 size_t bytes_read = 0; in ReadCStringFromMemory() local
H A DFileCache.cpp109 size_t bytes_read = dst_len; in ReadFile() local
H A DFile.cpp520 ssize_t bytes_read = -1; Read() local
644 ssize_t bytes_read = Read() local
[all...]
/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz_api.c213 unsigned int bytes_read; in compress_buff() local
286 size_t bytes_read; in detect_magic() local
352 unsigned long bytes_read; in decompress_buffer() local
/freebsd/contrib/libcbor/examples/
H A Dstreaming_parser.c54 size_t bytes_read = 0; in main() local
/freebsd/crypto/openssl/providers/common/
H A Dbio_prov.c91 size_t *bytes_read) in ossl_prov_bio_read_ex()
165 size_t *bytes_read) in bio_core_read_ex()
/freebsd/contrib/libarchive/libarchive_fe/
H A Dline_reader.c94 size_t bytes_wanted, bytes_read, new_buff_size; lafe_line_reader_next() local
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c106 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, in zpool_history_unpack()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_open_file.c111 size_t bytes_read; in file_read() local
H A Darchive_read_open_fd.c115 ssize_t bytes_read; in file_read() local
H A Darchive_read_support_format_tar.c597 ssize_t bytes_read; in archive_read_format_tar_read_data() local
926 ssize_t bytes_read; in tar_read_header() local
2231 ssize_t bytes_read; in pax_attribute() local
2985 ssize_t bytes_read; in gnu_sparse_old_read() local
3122 ssize_t bytes_read; in gnu_sparse_10_atol() local
3166 ssize_t bytes_read; in gnu_sparse_10_read() local
3413 ssize_t bytes_read; in readline() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read()
H A DSBCommunication.cpp108 size_t bytes_read = 0; in Read() local
H A DSBProcess.cpp267 size_t bytes_read = 0; in GetSTDOUT() local
280 size_t bytes_read = 0; in GetSTDERR() local
293 size_t bytes_read = 0; in GetAsyncProfileData() local
872 size_t bytes_read = 0; in ReadMemory() local
896 size_t bytes_read = 0; in ReadCStringFromMemory() local
/freebsd/lib/libutil/
H A Duucplock.c208 int bytes_read; in get_pid() local
/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c468 int32_t bytes_read) in lio_output_console_line()
522 int32_t bytes_read, total_read, tries; in lio_check_console() local
776 int32_t bytes_read, total_read, tries; in lio_get_uboot_version() local
/freebsd/crypto/openssl/test/
H A Dbio_core_test.c20 size_t *bytes_read) in tst_bio_core_read_ex()
/freebsd/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
293 size_t bytes_read = m_process->ReadMemory(m_jit_descriptor_addr, &jit_desc, in ReadJITDescriptorImpl() local
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c429 int bytes_read; in cd9660_copy_file() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp277 size_t bytes_read = ReadFromConnection( in ReadThread() local
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp513 UNUSED_IF_ASSERT_DISABLED(bytes_read); in BytesAvailable() local
280 size_t bytes_read = dst_len; Read() local
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_core.c47 size_t *bytes_read) in bio_core_read_ex()

12345