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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c1523 unsigned int nbytes_remaining; local
1529 nbytes_remaining = _t_bytecount_upto_intmax(tiov, tiovcount);
1530 for (i = 0; i < tiovcount && nbytes_remaining != 0; i++) {
1531 if (tiov[i].iov_len <= nbytes_remaining)
1534 cur_count = nbytes_remaining;
1537 nbytes_remaining -= cur_count;
1549 unsigned int nbytes_remaining; local
1559 nbytes_remaining = pdatabuf->len;
1560 for (i = 0; i < tiovcount && nbytes_remaining != 0; i++) {
1561 if (tiov[i].iov_len < nbytes_remaining)
1611 unsigned int nbytes_remaining; local
[all...]

Completed in 60 milliseconds