Searched refs:NIOV (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/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)
H A Dxprintf.c92 #define NIOV 8 macro
97 struct __siov iov[NIOV];
132 if (io->uio.uio_iovcnt >= NIOV)

Completed in 36 milliseconds