Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dlimits.h25 #define IOV_MAX_STACK 16 /* max. IOV on-stack allocation */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c615 struct iovec buf[IOV_MAX_STACK], *aiov = buf; in readv()
630 if (iovcnt > IOV_MAX_STACK) { in readv()
642 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in readv()
808 struct iovec buf[IOV_MAX_STACK], *aiov = buf; in writev()
823 if (iovcnt > IOV_MAX_STACK) { in writev()
835 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in writev()
992 struct iovec buf[IOV_MAX_STACK], *aiov = buf; in preadv()
1026 if (iovcnt > IOV_MAX_STACK) { in preadv()
1038 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in preadv()
1202 struct iovec buf[IOV_MAX_STACK], *aiov = buf; in pwritev()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dcons.c416 struct iovec buf[IOV_MAX_STACK]; in cnwrite()
419 if (uio->uio_iovcnt > IOV_MAX_STACK) { in cnwrite()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c1045 struct iovec buf[IOV_MAX_STACK], *aiov = buf; in recvmsg()
1095 if (iovcnt > IOV_MAX_STACK) { in recvmsg()
1106 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in recvmsg()
1327 struct iovec buf[IOV_MAX_STACK], *aiov = buf; in sendmsg()
1382 if (iovcnt > IOV_MAX_STACK) { in sendmsg()
1393 struct iovec32 buf32[IOV_MAX_STACK], *aiov32 = buf32; in sendmsg()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1041 struct iovec buf[IOV_MAX_STACK]; in strget()
1047 if (uiop->uio_iovcnt > IOV_MAX_STACK) { in strget()
2616 struct iovec buf[IOV_MAX_STACK]; in strput()
2709 if (uiop->uio_iovcnt > IOV_MAX_STACK) { in strput()