Home
last modified time | relevance | path

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

12345

/freebsd-src/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-src/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
[all...]
/freebsd-src/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
/freebsd-src/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-src/contrib/libcbor/examples/
H A Dstreaming_parser.c54 size_t bytes_read = 0; in main() local
/freebsd-src/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-src/contrib/libarchive/libarchive_fe/
H A Dline_reader.c92 size_t bytes_wanted, bytes_read, new_buff_size; in lafe_line_reader_next() local
/freebsd-src/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-src/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
/freebsd-src/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.cpp264 size_t bytes_read = 0; GetSTDOUT() local
277 size_t bytes_read = 0; GetSTDERR() local
290 size_t bytes_read = 0; GetAsyncProfileData() local
823 size_t bytes_read = 0; ReadMemory() local
847 size_t bytes_read = 0; ReadCStringFromMemory() local
[all...]
/freebsd-src/lib/libutil/
H A Duucplock.c208 int bytes_read; in get_pid() local
/freebsd-src/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-src/crypto/openssl/test/
H A Dbio_core_test.c20 size_t *bytes_read) in tst_bio_core_read_ex()
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp41 size_t bytes_read; in ReadMemoryCallback() local
/freebsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c429 int bytes_read; in cd9660_copy_file() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp277 size_t bytes_read = ReadFromConnection( in ReadThread() local
/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp277 size_t bytes_read = dst_len; in Read() local
510 ssize_t bytes_read = in BytesAvailable() local
/freebsd-src/crypto/openssl/crypto/bio/
H A Dbss_core.c47 size_t *bytes_read) in bio_core_read_ex()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp208 size_t bytes_read = process_sp->ReadMemory(byte_location, &byte, 1, err); GetChildAtIndex() local

12345