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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_sndv.c110 * _t_bytecount_upto_intmax()
112 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount);
H A Dt_sndvudata.c86 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount);
H A Dtx.h343 unsigned int _t_bytecount_upto_intmax(const struct t_iovec *, unsigned int);
H A D_utility.c1485 * _t_bytecount_upto_intmax() :
1491 _t_bytecount_upto_intmax(const struct t_iovec *tiov, unsigned int tiovcount) function
1529 nbytes_remaining = _t_bytecount_upto_intmax(tiov, tiovcount);
1557 assert(pdatabuf->len <= _t_bytecount_upto_intmax(tiov, tiovcount));
1613 nbytes_remaining = _t_bytecount_upto_intmax(tiov, tiovcount);
H A Dt_rcvv.c171 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount);
H A Dt_rcvvudata.c116 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount);

Completed in 64 milliseconds