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

12

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dwritev.s30 .file "writev.s"
32 /* C library -- writev */
37 SYSCALL2_RESTART_RVAL1(__writev,writev)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_perror.c35 extern int writev();
58 writev(2, iov, (v - iov) + 1);
H A D_psignal.c35 extern int writev();
59 writev(2, iov, (v - iov) + 1);
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmain.c82 if (writev(pfd, piov, 2) == -1)
92 if (writev(pfd, piov, 2) == -1)
102 if (writev(pfd, piov, 2) == -1)
112 if (writev(pfd, piov, 2) == -1)
121 if (writev(pfd, piov, 2) == -1)
218 if (writev(pctlfd, piov, 1) == -1)
245 if (writev(pctlfd, piov, 2) == -1)
249 if (writev(pctlfd, piov, 1) == -1)
260 if (writev(pctlfd, piov, 2) == -1)
277 if (writev(pctlf
[all...]
H A Dbpt.c316 if (writev(ph->pp_ctlfd, piov, 5) == -1) {
349 if (writev(ph->pp_ctlfd, piov, 1) == -1)
444 if (writev(ph->pp_ctlfd, piov, 2) == -1)
450 if (writev(ph->pp_ctlfd, piov, 2) == -1)
454 if (writev(ph->pp_ctlfd, piov, 1) == -1)
498 if (writev(ph->pp_ctlfd, piov, 1) == -1)
H A Dps.c187 if (writev(procp->pp_ctlfd, piov, 2) == -1)
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dherror.c113 writev(STDERR_FILENO, iov, (v - iov) + 1);
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dwritev.c45 writev(int fd, struct iovec *iov, int iovcnt) function
65 fprintf(stderr, "writev: malloc failed\n");
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dwritev.c42 writev(int fd, struct iovec *iov, int iovcnt) function
62 fprintf(stderr, "writev: malloc failed\n");
/illumos-gate/usr/src/man/man2/
H A DMakefile258 writev.2
407 writev.2 := LINKSRC = write.2
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h158 ((TMP) = writev((FD), (SG), (LEN)), (TMP))
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_sndv.c230 * The first time, setup the tiovec for doing a writev
232 * Since writev may return a partial count, we need
248 retval = (int)writev(fd, iov, iovcount);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_close.c172 if (writev(t->bt_rfd, iov, 2) != data.size + 1)
/illumos-gate/usr/src/uts/common/sys/
H A Duio.h258 extern ssize_t writev(int, const struct iovec *, int);
/illumos-gate/usr/src/lib/libproc/common/
H A DPlwpregs.c162 if (writev(P->ctlfd, iov, 2) == -1)
181 if (writev(fd, iov, 2) > 0) {
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com33 mktemp.o setitimer.o strpbrk.o writev.o
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dcomm.c225 ** RETRY_WRITEV -- Keep calling the writev() system call
280 n = writev(fd, iov, iovcnt);
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c361 retval = writev(fd, iov, iovlen);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c266 bytes = writev(fd, str->iovCur, str->iovCurCount);
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c225 if (writev(s, iov, 2) != sizeof (len) +
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1636 result = writev(ct->ct_fd, iov, 2);
1654 result = writev(ct->ct_fd, iov, 2);
1737 result = writev(ct->ct_fd, iov, i+1);
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h474 int writev(int, struct iovec *, int);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c349 * Keep calling the writev() system call with 'fd', 'iov', and 'iovcnt'
377 n = writev(fd, iov, iovcnt > iov_max ? iov_max : iovcnt);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile153 writev.o setjmp.o mount.o
164 read.o write.o readv.o writev.o setjmp.o \
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c325 if (writev(cp->ctlfd, iov, 2) < 0)
642 (void) writev(cp->ctlfd, iov, 2);

Completed in 696 milliseconds

12