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

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c1528 unsigned int nbytes_remaining; local
1534 nbytes_remaining = _t_bytecount_upto_intmax(tiov, tiovcount);
1535 for (i = 0; i < tiovcount && nbytes_remaining != 0; i++) {
1536 if (tiov[i].iov_len <= nbytes_remaining)
1539 cur_count = nbytes_remaining;
1542 nbytes_remaining -= cur_count;
1554 unsigned int nbytes_remaining; local
1564 nbytes_remaining = pdatabuf->len;
1565 for (i = 0; i < tiovcount && nbytes_remaining != 0; i++) {
1566 if (tiov[i].iov_len < nbytes_remaining)
1616 unsigned int nbytes_remaining; local
[all...]

Completed in 23 milliseconds