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

/osnet-11/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.c85 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount);
H A Dtx.h340 unsigned int _t_bytecount_upto_intmax(const struct t_iovec *, unsigned int);
H A D_utility.c1490 * _t_bytecount_upto_intmax() :
1496 _t_bytecount_upto_intmax(const struct t_iovec *tiov, unsigned int tiovcount) function
1534 nbytes_remaining = _t_bytecount_upto_intmax(tiov, tiovcount);
1562 assert(pdatabuf->len <= _t_bytecount_upto_intmax(tiov, tiovcount));
1618 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 36 milliseconds