Searched defs:DEF_IOV_MAX (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c616 #define DEF_IOV_MAX 16 macro
622 struct iovec aiov[DEF_IOV_MAX];
633 if (iovcnt <= 0 || iovcnt > DEF_IOV_MAX)
643 struct iovec32 aiov32[DEF_IOV_MAX];
780 struct iovec aiov[DEF_IOV_MAX];
791 if (iovcnt <= 0 || iovcnt > DEF_IOV_MAX)
801 struct iovec32 aiov32[DEF_IOV_MAX];
930 struct iovec aiov[DEF_IOV_MAX];
955 if (iovcnt <= 0 || iovcnt > DEF_IOV_MAX)
965 struct iovec32 aiov32[DEF_IOV_MAX];
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h632 * Note: DEF_IOV_MAX is defined and used as it is in "fs/vncalls.c"
635 #define DEF_IOV_MAX 16 macro
640 iovec_t d_iov[DEF_IOV_MAX]; /* iov referenced by uio */

Completed in 47 milliseconds