Home
last modified time | relevance | path

Searched refs:IOV_LIMIT (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/truss/
H A Dsyscalls.c1154 #define IOV_LIMIT 16 macro
1159 struct iovec iov[IOV_LIMIT]; in print_iovec()
1171 if (iovcnt > IOV_LIMIT) { in print_iovec()
1172 iovcnt = IOV_LIMIT; in print_iovec()