Lines Matching refs:bytes_to_copy
2276 int bytes_to_copy; in sosend() local
2281 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2283 bytes_to_alloc = bytes_to_copy; in sosend()
2458 bytes_to_copy > 0 && in sosend()
2459 bytes_to_copy < MHLEN) { in sosend()
2461 bytes_to_copy); in sosend()
2477 len = imin((int)mlen, bytes_to_copy); in sosend()
2501 bytes_to_copy = imin((int)resid, (int)space); in sosend()
2836 int bytes_to_copy; in sosend_list() local
2840 bytes_to_copy = (int)uio_resid(auio); in sosend_list()
2843 if (bytes_to_copy == 0) { in sosend_list()
2862 len = imin((int)mlen, bytes_to_copy); in sosend_list()
2878 bytes_to_copy -= len; in sosend_list()