Searched refs:writev (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dwritev.c39 writev(int d, const struct iovec *iov, int iovcnt) function
/macosx-10.10.1/Libinfo-459/dns.subproj/
H A Dherror.c101 writev(STDERR_FILENO, iov, (v - iov) + 1);
/macosx-10.10.1/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_os2calls.h57 #define writev apr_os2_writev macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Duio.h79 * readv() and writev() functions.
257 ssize_t writev(int, const struct iovec *, int) __DARWIN_ALIAS_C(writev); variable
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A DMakefile.benchmarks111 writev
H A Dwritev.c69 "notes: measures writev()\n"
132 if (writev(ts->ts_fd, ts->ts_iov, optv) != opts * optv) {
H A Dbench.sh561 writev $OPTS -N "writev_t1k" -s 1k -B 20 -f $TFILE
562 writev $OPTS -N "writev_t10k" -s 10k -B 4 -f $TFILE
563 writev $OPTS -N "writev_t100k" -s 100k -f $TFILE
565 writev $OPTS -N "writev_u1k" -s 1k -B 20 -f $VFILE
566 writev $OPTS -N "writev_u10k" -s 10k -B 4 -f $VFILE
567 writev $OPTS -N "writev_u100k" -s 100k -f $VFILE
569 writev $OPTS -N "writev_n1k" -s 1k -I 100 -B 0 -f /dev/null
570 writev $OPTS -N "writev_n10k" -s 10k -I 100 -B 0 -f /dev/null
571 writev $OPTS -N "writev_n100k" -s 100k -I 100 -B 0 -f /dev/null
H A Dcoreos_bench.sh587 writev $OPTS -N "writev_t1k" -s 1k -B 20 -f $TFILE
588 writev $OPTS -N "writev_t10k" -s 10k -B 4 -f $TFILE
589 writev $OPTS -N "writev_t100k" -s 100k -f $TFILE
591 writev $OPTS -N "writev_u1k" -s 1k -B 20 -f $VFILE
592 writev $OPTS -N "writev_u10k" -s 10k -B 4 -f $VFILE
593 writev $OPTS -N "writev_u100k" -s 100k -f $VFILE
595 writev $OPTS -N "writev_n1k" -s 1k -I 100 -B 0 -f /dev/null
596 writev $OPTS -N "writev_n10k" -s 10k -I 100 -B 0 -f /dev/null
597 writev $OPTS -N "writev_n100k" -s 100k -I 100 -B 0 -f /dev/null
H A Dembd_bench.sh572 writev $OPTS -N "writev_t1k" -s 1k -B 20 -f $TFILE
573 writev $OPTS -N "writev_t10k" -s 10k -B 4 -f $TFILE
574 writev $OPTS -N "writev_t100k" -s 100k -f $TFILE
576 writev $OPTS -N "writev_u1k" -s 1k -B 20 -f $VFILE
577 writev $OPTS -N "writev_u10k" -s 10k -B 4 -f $VFILE
578 writev $OPTS -N "writev_u100k" -s 100k -f $VFILE
580 writev $OPTS -N "writev_n1k" -s 1k -I 100 -B 0 -f /dev/null
581 writev $OPTS -N "writev_n10k" -s 10k -I 100 -B 0 -f /dev/null
582 writev $OPTS -N "writev_n100k" -s 100k -I 100 -B 0 -f /dev/null
/macosx-10.10.1/apache-793/httpd/test/
H A Dtest-writev.c18 test-writev: use this to figure out if your writev() does intelligent
19 things on the network. Some writev()s when given multiple buffers
29 "test-writev a.b.c.d port#" ... against some TCP service on another
60 fprintf( stderr, "usage: test-writev a.b.c.d port#\n" );
87 /* now build up a two part writev and write it out */
98 i = writev( s, &vector[0], 3 );
/macosx-10.10.1/shell_cmds-179/echo/
H A Decho.c75 int veclen; /* number of writev arguments. */
131 if (writev(STDOUT_FILENO, iov, nwrite) == -1)
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dopenbsd-compat.h147 int writev(int, struct iovec *, int);
/macosx-10.10.1/apr-32/apr/apr/network_io/os2/
H A Dsendrecv.c117 /* Make sure writev() only gets fed 64k at a time */
144 rv = writev(sock->socketdes, tmpvec, nv_tosend);
/macosx-10.10.1/remote_cmds-47/wall.tproj/
H A Dttymsg.c111 wret = writev(fd, iov, iovcnt);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Doldsyslog.c239 (void)writev(STDERR_FILENO, iov, 2);
262 (void)writev(fd, iov, 2);
H A Dbacktrace.c170 writev(fd, iov, 2);
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h141 #define _writev writev
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h190 int writev(int, struct iovec *, int);
/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h190 int writev(int, struct iovec *, int);
/macosx-10.10.1/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h190 int writev(int, struct iovec *, int);
/macosx-10.10.1/xnu-2782.1.97/bsd/man/man2/
H A DMakefile230 writev.2 \
/macosx-10.10.1/apr-32/apr/apr/network_io/unix/
H A Dsendrecv.c212 rv = writev(sock->socketdes, vec, nvec);
226 rv = writev(sock->socketdes, vec, nvec);
622 /* just trailer bytes... use writev()
624 rv = writev(sock->socketdes,
766 rc = writev(sock->socketdes, hdtrarray, 2);
789 rc = writev(sock->socketdes, hdtrarray, 2);
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dbasic_file.cc139 // Wrapper handling partial writev.
156 const std::streamsize __ret = writev(__fd, __iov, 2);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dutils.c167 int n; /* return value from writev() */
195 n = (int)writev(fd, iov, iovcnt > iov_max ? iov_max : iovcnt);
/macosx-10.10.1/Heimdal-398.1.2/appl/push/
H A Dpush.c173 if(writev (w->fd, w->iovecs, w->niovecs) < 0)
174 err(1, "writev");
191 if (writev (w->fd, w->iovecs, w->niovecs) < 0)
192 err (1, "writev");

Completed in 301 milliseconds

12