Lines Matching refs:bytes_to_copy
2283 int bytes_to_copy; in sosend() local
2288 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2290 bytes_to_alloc = bytes_to_copy; in sosend()
2465 bytes_to_copy > 0 && in sosend()
2466 bytes_to_copy < MHLEN) { in sosend()
2468 bytes_to_copy); in sosend()
2484 len = imin((int)mlen, bytes_to_copy); in sosend()
2508 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2843 int bytes_to_copy; in sosend_list() local
2847 bytes_to_copy = (int)uio_resid(auio); in sosend_list()
2850 if (bytes_to_copy == 0) { in sosend_list()
2869 len = imin((int)mlen, bytes_to_copy); in sosend_list()
2885 bytes_to_copy -= len; in sosend_list()