Searched refs:UIO_MAXIOV (Results 1 – 5 of 5) sorted by relevance
27 #ifndef UIO_MAXIOV30 # define UIO_MAXIOV 1024 macro47 struct iovec chunks[UIO_MAXIOV]; in network_write_chunkqueue_freebsdsendfile()56 …for(num_chunks = 0, tc = c; tc && tc->type == MEM_CHUNK && num_chunks < UIO_MAXIOV; num_chunks++, … in network_write_chunkqueue_freebsdsendfile()
27 #ifndef UIO_MAXIOV28 # define UIO_MAXIOV IOV_MAX macro54 struct iovec chunks[UIO_MAXIOV]; in network_write_chunkqueue_solarissendfilev()66 …for(num_chunks = 0, tc = c; tc && tc->type == MEM_CHUNK && num_chunks < UIO_MAXIOV; num_chunks++, … in network_write_chunkqueue_solarissendfilev()
43 struct iovec chunks[UIO_MAXIOV]; in network_write_chunkqueue_linuxsendfile()53 tc && tc->type == MEM_CHUNK && num_chunks < UIO_MAXIOV; in network_write_chunkqueue_linuxsendfile()
55 #elif defined(UIO_MAXIOV) /* Linux x86 (glibc-2.2.5-233) */ in network_write_chunkqueue_writev()56 const size_t max_chunks = UIO_MAXIOV; in network_write_chunkqueue_writev()
55 #elif defined(UIO_MAXIOV) /* Linux x86 (glibc-2.2.5-233) */56 const size_t max_chunks = UIO_MAXIOV;