Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dprintfcommon.h65 #define NIOV 8 macro
69 struct __siov iov[NIOV];/* ... and individual io vectors */
93 if (++iop->uio.uio_iovcnt >= NIOV) in io_print()
H A Dxprintf.c92 #define NIOV 8 macro
97 struct __siov iov[NIOV];
132 if (io->uio.uio_iovcnt >= NIOV) in __printf_puts()
/freebsd/usr.sbin/lpr/common_source/
H A Dnet.c265 #define NIOV 12 in writel() macro
266 struct iovec iov[NIOV], *iovp = iov; in writel()
279 if (n > NIOV) { in writel()
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c196 #define NIOV 8 macro
198 struct sm_iov iov[NIOV];/* ... and individual io vectors */
225 if (++uio.uio_iovcnt >= NIOV) \