Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/stdio/
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()
Dxprintf.c92 #define NIOV 8 macro
97 struct __siov iov[NIOV];
132 if (io->uio.uio_iovcnt >= NIOV) in __printf_puts()
/freebsd-9-stable/usr.sbin/lpr/common_source/
Dnet.c268 #define NIOV 12 in writel() macro
269 struct iovec iov[NIOV], *iovp = iov; in writel()
282 if (n > NIOV) { in writel()
/freebsd-9-stable/contrib/sendmail/libsm/
Dvfprintf.c196 #define NIOV 8 macro
198 struct sm_iov iov[NIOV];/* ... and individual io vectors */
225 if (++uio.uio_iovcnt >= NIOV) \