Lines Matching refs:bytes_to_copy
2296 int bytes_to_copy; in sosend() local
2301 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2303 bytes_to_alloc = bytes_to_copy; in sosend()
2478 bytes_to_copy > 0 && in sosend()
2479 bytes_to_copy < MHLEN) { in sosend()
2481 bytes_to_copy); in sosend()
2497 len = imin((int)mlen, bytes_to_copy); in sosend()
2521 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2871 int bytes_to_copy; in sosend_list() local
2875 bytes_to_copy = (int)uio_resid(auio); in sosend_list()
2878 if (bytes_to_copy == 0) { in sosend_list()
2897 len = imin((int)mlen, bytes_to_copy); in sosend_list()
2913 bytes_to_copy -= len; in sosend_list()