/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Socket.cpp | 246 int bytes_sent = 0; in Write() local 248 bytes_sent = Send(buf, num_bytes); in Write() 249 } while (bytes_sent < 0 && IsInterrupted()); in Write() 251 if (bytes_sent < 0) { in Write() 255 num_bytes = bytes_sent; in Write() 265 static_cast<int64_t>(bytes_sent), error.AsCString()); in Write()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_zcopy.c | 73 tx_sa->bytes_sent = tx_sa->bytes_acked = 0; in sdp_post_srcavail() 108 tx_sa->bytes_sent = tx_sa->umem->length; in sdp_post_srcavail() 173 else if (tx_sa->bytes_acked > tx_sa->bytes_sent) { in sdp_wait_rdmardcompl() 195 if (ssk->rx_sa && (tx_sa->bytes_acked < tx_sa->bytes_sent)) { in sdp_wait_rdmardcompl() 209 (tx_sa->bytes_acked < tx_sa->bytes_sent) && in sdp_wait_rdmardcompl() 215 if (tx_sa->bytes_acked == tx_sa->bytes_sent) in sdp_wait_rdmardcompl() 232 tx_sa->bytes_acked, tx_sa->bytes_sent, tx_sa->abort_flags); in sdp_wait_rdmardcompl()
|
H A D | sdp.h | 261 u32 bytes_sent; member
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_ubt.h | 81 u_int32_t bytes_sent; /* # of bytes sent */ member
|
H A D | ng_hci.h | 613 u_int32_t bytes_sent; /* total number of bytes sent */ 611 u_int32_t bytes_sent; /* total number of bytes sent */ global() member
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 381 size_t bytes_sent = src_len; in Write() 382 error = m_io_sp->Write(src, bytes_sent); in Write() 391 static_cast<uint64_t>(bytes_sent), error.AsCString()); in Write() 419 return bytes_sent; in Write() 384 size_t bytes_sent = src_len; Write() local
|
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ |
H A D | ng_ubt_var.h | 118 #define UBT_STAT_BYTES_SENT(sc, n) (sc)->sc_stat.bytes_sent += (n)
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_iq.h | 82 uint64_t bytes_sent; /**< Bytes sent through this queue. */ member
|
H A D | lio_request_manager.c | 599 LIO_INCR_INSTRQUEUE_PKT_COUNT(oct, iq_no, bytes_sent, datasize); in lio_send_command()
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_var.h | 148 #define NG_HCI_STAT_BYTES_SENT(s, b) (s).bytes_sent += (b)
|
/freebsd/lib/libbluetooth/ |
H A D | bluetooth.h | 131 uint32_t bytes_sent; member
|
H A D | hci.c | 662 di->bytes_sent = rp.r4.stat.bytes_sent; in bt_devinfo()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 2442 l_size_t bytes_sent, n_read; in sendfile_fallback() local 2474 bytes_sent = 0; in sendfile_fallback() 2475 while (bytes_sent < count) { in sendfile_fallback() 2476 to_send = min(count - bytes_sent, bufsz); in sendfile_fallback() 2504 bytes_sent += n_read; in sendfile_fallback() 2511 *sbytes = bytes_sent; in sendfile_fallback()
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | node.c | 189 fprintf(stdout, "Bytes sent: %d\n", r.stat.bytes_sent); in hci_read_node_stat()
|
/freebsd/sys/net/ |
H A D | iflib.c | 3942 int avail, bytes_sent, skipped, count, err, i; in iflib_txq_drain() local 3982 skipped = mcast_sent = bytes_sent = pkt_sent = 0; in iflib_txq_drain() 4020 bytes_sent += m->m_pkthdr.len; in iflib_txq_drain() 4032 if_inc_counter(ifp, IFCOUNTER_OBYTES, bytes_sent); in iflib_txq_drain()
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_sysctl.c | 533 &oct_dev->instr_queue[i]->stats.bytes_sent, in lio_add_hw_stats()
|