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

/illumos-gate/usr/src/lib/libnsl/nsl/
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);

Completed in 47 milliseconds