Lines Matching refs:bytes_to_copy
2277 int bytes_to_copy; in sosend() local
2282 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2284 bytes_to_alloc = bytes_to_copy; in sosend()
2459 bytes_to_copy > 0 && in sosend()
2460 bytes_to_copy < MHLEN) { in sosend()
2462 bytes_to_copy); in sosend()
2478 len = imin((int)mlen, bytes_to_copy); in sosend()
2502 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2837 int bytes_to_copy; in sosend_list() local
2841 bytes_to_copy = (int)uio_resid(auio); in sosend_list()
2844 if (bytes_to_copy == 0) { in sosend_list()
2863 len = imin((int)mlen, bytes_to_copy); in sosend_list()
2879 bytes_to_copy -= len; in sosend_list()