Home
last modified time | relevance | path

Searched refs:bytes_sent (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_sndv.c53 unsigned int bytes_sent, bytes_remaining, bytes_to_send, nbytes; in _tx_sndv() local
219 bytes_sent = bytes_to_send; in _tx_sndv()
220 curptr = curptr + bytes_sent; in _tx_sndv()
246 _t_adjust_iov(bytes_sent, iov, &iovcount); in _tx_sndv()
251 bytes_sent = retval; in _tx_sndv()
281 bytes_remaining = bytes_remaining - bytes_sent; in _tx_sndv()
H A Dt_snd.c55 unsigned int bytes_sent, bytes_remaining, bytes_to_send; in _tx_snd() local
193 bytes_sent = bytes_to_send; in _tx_snd()
204 bytes_sent = retval; in _tx_snd()
232 bytes_remaining = bytes_remaining - bytes_sent; in _tx_snd()
233 curptr = curptr + bytes_sent; in _tx_snd()
H A D_utility.c1579 _t_adjust_iov(int bytes_sent, struct iovec *iov, int *iovcountp) in _t_adjust_iov() argument
1584 for (i = 0; i < *iovcountp && bytes_sent; i++) { in _t_adjust_iov()
1587 if (bytes_sent < iov[i].iov_len) in _t_adjust_iov()
1590 bytes_sent -= iov[i].iov_len; in _t_adjust_iov()
1594 iov[i].iov_len -= bytes_sent; in _t_adjust_iov()
1595 iov[i].iov_base += bytes_sent; in _t_adjust_iov()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c439 int bytes_sent, send_len; in vs_icap_respmod_request() local
453 bytes_sent = rv; in vs_icap_respmod_request()
460 bytes_sent += rv; in vs_icap_respmod_request()
463 resid -= (uint64_t)bytes_sent; in vs_icap_respmod_request()
574 int bytes_sent; in vs_icap_send_preview() local
583 if (bytes_sent < preview_len) in vs_icap_send_preview()
589 return (bytes_sent); in vs_icap_send_preview()
1146 int bytes_sent = 0; in vs_icap_write() local
1151 if (bytes_sent < 0) { in vs_icap_write()
1157 resid -= bytes_sent; in vs_icap_write()
[all …]
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo-fp.c359 txdl_priv->bytes_sent = 0; in xge_hal_fifo_dtr_reserve_many()
441 txdl_priv->bytes_sent = 0; in xge_hal_fifo_dtr_reserve()
772 ((xge_hal_channel_t *)channelh)->poll_bytes += txdl_priv->bytes_sent; in xge_hal_fifo_dtr_free()
872 txdl_priv->bytes_sent += misaligned_size; in xge_hal_fifo_dtr_buffer_set_aligned()
896 txdl_priv->bytes_sent += remaining_size; in xge_hal_fifo_dtr_buffer_set_aligned()
987 txdl_priv->bytes_sent += (unsigned int)txdl_priv->align_dma_offset; in xge_hal_fifo_dtr_buffer_finalize()
1060 txdl_priv->bytes_sent += size; in xge_hal_fifo_dtr_buffer_set()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dpdu.c211 ssize_t bytes_sent; in isns_send_pdu() local
262 bytes_sent = sendmsg(fd, &msg, 0); in isns_send_pdu()
276 } while (bytes_sent == send_len && pl > 0); in isns_send_pdu()
278 if (bytes_sent == send_len) { in isns_send_pdu()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h231 unsigned int bytes_sent; member