Home
last modified time | relevance | path

Searched refs:_t_bytecount_upto_intmax (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_sndvudata.c86 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount); in _tx_sndvudata()
H A Dt_sndv.c112 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount); in _tx_sndv()
H A Dtx.h343 unsigned int _t_bytecount_upto_intmax(const struct t_iovec *, unsigned int);
H A D_utility.c1491 _t_bytecount_upto_intmax(const struct t_iovec *tiov, unsigned int tiovcount) in _t_bytecount_upto_intmax() function
1529 nbytes_remaining = _t_bytecount_upto_intmax(tiov, tiovcount); in _t_gather()
1557 assert(pdatabuf->len <= _t_bytecount_upto_intmax(tiov, tiovcount)); in _t_scatter()
1613 nbytes_remaining = _t_bytecount_upto_intmax(tiov, tiovcount); in _t_copy_tiov_to_iov()
H A Dt_rcvvudata.c114 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount); in _tx_rcvvudata()
H A Dt_rcvv.c169 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount); in _tx_rcvv()