Home
last modified time | relevance | path

Searched defs:bytes_read (Results 76 – 100 of 121) sorted by relevance

12345

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp184 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
H A Dsanitizer_win.cpp613 uptr bytes_read; in GetPreferredBase() local
776 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, in ReadFromFile()
/freebsd/contrib/dialog/
H A Dtextbox.c42 long bytes_read; member
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_br.c195 vmbus_rxbr_need_signal(const struct vmbus_rxbr *rbr, uint32_t bytes_read) in vmbus_rxbr_need_signal()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c507 ssize_t bytes_read; in archive_read_format_iso9660_bid() local
1506 ssize_t bytes_read; in zisofs_read_data() local
1741 ssize_t bytes_read; in archive_read_format_iso9660_read_data() local
H A Darchive_read_support_format_cpio.c462 ssize_t bytes_read; in archive_read_format_cpio_read_data() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp879 ReadMemory(lldb::addr_t addr,void * buf,size_t size,size_t & bytes_read) ReadMemory() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp884 size_t size, size_t &bytes_read) { in ReadMemory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp257 size_t bytes_read = Read(buffer, sizeof(buffer), timeout, status, &error); in WaitForPacketNoLock() local
/freebsd/stand/common/
H A Dload_elf.c265 ssize_t bytes_read; in __elfN() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1810 size_t bytes_read = objfile->ReadSectionData( in ReadMemoryFromFileCache() local
1844 size_t bytes_read = 0; in ReadMemory() local
1997 size_t bytes_read = ReadMemory(address, curr_dst, bytes_to_read, error, in ReadCStringFromMemory() local
2064 size_t bytes_read = in ReadStringFromMemory() local
2095 size_t bytes_read = in ReadScalarIntegerFromMemory() local
H A DProcess.cpp2178 size_t bytes_read = ReadMemory(curr_addr, curr_dst, bytes_to_read, error); in ReadCStringFromMemory() local
2215 size_t bytes_read = 0; in ReadMemoryFromInferior() local
2402 const size_t bytes_read = ReadMemory(addr, &uval, byte_size, error); in ReadScalarIntegerFromMemory() local
4654 size_t bytes_read; in Run() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_7zip.c405 la_ssize_t bytes_read = archive_read_data(a, buff, sizeof(buff)); in test_extract_file_zstd_bcj_nobjc() local
H A Dtest_read_format_rar.c1697 ssize_t bytes_read; in DEFINE_TEST() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp203 size_t bytes_read; in ReadCStringFromMemory() local
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c267 int bytes_read = 0; in prepare_passphrase() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c100 uint64_t bytes_read; /* bytes read from stream when record created */ member
128 uint64_t bytes_read; /* bytes read when current record created */ member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c850 ssize_t bytes_read = 0; in draid_generate() local
/freebsd/contrib/libpcap/
H A Dpcap-linux.c447 ssize_t bytes_read; in get_mac80211_phydev() local
753 ssize_t bytes_read; in linux_get_stat() local
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c993 size_t *bytes_read, void *arg) in ch_on_crypto_recv_record()
1031 static int ch_on_crypto_release_record(size_t bytes_read, void *arg) in ch_on_crypto_release_record()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc1252 size_t bytes_read = 0; // # of bytes read so far in ReadEntireFile() local
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c88 ssize_t bytes_read = 0; in pkcs11_get_urandom() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp635 size_t bytes_read = 0; in DoExecute() local
/freebsd/usr.bin/gzip/
H A Dgzip.c1752 ssize_t bytes_read; in handle_stdin() local
/freebsd/contrib/bmake/
H A Dmain.c1779 ssize_t bytes_read; in Cmd_Exec() local

12345