Lines Matching refs:bytes_to_copy
2274 int bytes_to_copy; in sosend() local
2279 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2281 bytes_to_alloc = bytes_to_copy; in sosend()
2456 bytes_to_copy > 0 && in sosend()
2457 bytes_to_copy < MHLEN) { in sosend()
2459 bytes_to_copy); in sosend()
2475 len = imin((int)mlen, bytes_to_copy); in sosend()
2499 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2834 int bytes_to_copy; in sosend_list() local
2838 bytes_to_copy = (int)uio_resid(auio); in sosend_list()
2841 if (bytes_to_copy == 0) { in sosend_list()
2860 len = imin((int)mlen, bytes_to_copy); in sosend_list()
2876 bytes_to_copy -= len; in sosend_list()