Searched refs:T_IOV_MAX (Results 1 – 7 of 7) sorted by relevance
55 struct iovec iov[T_IOV_MAX]; in _tx_sndv()77 if (tiovcount == 0 || tiovcount > T_IOV_MAX) { in _tx_sndv()
74 if (tiovcount == 0 || tiovcount > T_IOV_MAX) { in _tx_sndvudata()
73 if (tiovcount == 0 || tiovcount > T_IOV_MAX) { in _tx_rcvvudata()
75 if (tiovcount == 0 || tiovcount > T_IOV_MAX) { in _tx_rcvv()
138 #ifndef T_IOV_MAX139 #define T_IOV_MAX 16 /* Maximum number of scatter/gather buffers */ macro
339 return ((long)T_IOV_MAX); in sysconf()
544 T_IOV_MAX C QQ 1 0