Home
last modified time | relevance | path

Searched refs:remaining_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/vmware/vmci/
H A Dvmci_driver.c240 size_t remaining_bytes; in vmci_read_datagrams_from_port() local
252 remaining_bytes > PAGE_SIZE) { in vmci_read_datagrams_from_port()
261 ASSERT(remaining_bytes > PAGE_SIZE); in vmci_read_datagrams_from_port()
266 remaining_bytes = (size_t)(dg_in_buffer + in vmci_read_datagrams_from_port()
283 if (dg_in_size > remaining_bytes) { in vmci_read_datagrams_from_port()
285 if (remaining_bytes != in vmci_read_datagrams_from_port()
297 remaining_bytes, in vmci_read_datagrams_from_port()
298 remaining_bytes); in vmci_read_datagrams_from_port()
310 dg_in_buffer + remaining_bytes, in vmci_read_datagrams_from_port()
312 remaining_bytes); in vmci_read_datagrams_from_port()
[all …]
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.c156 uint64_t remaining_bytes; in cvmx_helper_dump_packet() local
194 remaining_bytes = cvmx_wqe_get_len(work); in cvmx_helper_dump_packet()
196 while (remaining_bytes) in cvmx_helper_dump_packet()
212 if (remaining_bytes == 0) in cvmx_helper_dump_packet()
215 remaining_bytes--; in cvmx_helper_dump_packet()
218 if (remaining_bytes && (count == 7)) in cvmx_helper_dump_packet()
228 if (remaining_bytes) in cvmx_helper_dump_packet()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c3745 size_t remaining_bytes, metadata_bytes; in zip_read_mac_metadata() local
3801 remaining_bytes = (size_t)rsrc->compressed_size; in zip_read_mac_metadata()
3805 while (!eof && remaining_bytes) { in zip_read_mac_metadata()
3818 if ((size_t)bytes_avail > remaining_bytes) in zip_read_mac_metadata()
3819 bytes_avail = remaining_bytes; in zip_read_mac_metadata()
3877 remaining_bytes -= bytes_used; in zip_read_mac_metadata()