Searched refs:NIOV (Results 1 – 4 of 4) sorted by relevance
265 #define NIOV 12 in writel() macro266 struct iovec iov[NIOV], *iovp = iov; in writel()279 if (n > NIOV) { in writel()
65 #define NIOV 8 macro69 struct __siov iov[NIOV];/* ... and individual io vectors */93 if (++iop->uio.uio_iovcnt >= NIOV) in io_print()
92 #define NIOV 8 macro97 struct __siov iov[NIOV];132 if (io->uio.uio_iovcnt >= NIOV) in __printf_puts()
196 #define NIOV 8 macro198 struct sm_iov iov[NIOV];/* ... and individual io vectors */225 if (++uio.uio_iovcnt >= NIOV) \