/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | writev.s | 30 .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.c | 35 extern int writev(); 58 writev(2, iov, (v - iov) + 1);
|
H A D | _psignal.c | 35 extern int writev(); 59 writev(2, iov, (v - iov) + 1);
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | main.c | 82 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 D | bpt.c | 316 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 D | ps.c | 187 if (writev(procp->pp_ctlfd, piov, 2) == -1)
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | herror.c | 113 writev(STDERR_FILENO, iov, (v - iov) + 1);
|
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | writev.c | 45 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 D | writev.c | 42 writev(int fd, struct iovec *iov, int iovcnt) function 62 fprintf(stderr, "writev: malloc failed\n");
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 258 writev.2 407 writev.2 := LINKSRC = write.2
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 158 ((TMP) = writev((FD), (SG), (LEN)), (TMP))
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_sndv.c | 230 * 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 D | rec_close.c | 172 if (writev(t->bt_rfd, iov, 2) != data.size + 1)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | uio.h | 258 extern ssize_t writev(int, const struct iovec *, int);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Plwpregs.c | 162 if (writev(P->ctlfd, iov, 2) == -1) 181 if (writev(fd, iov, 2) > 0) {
|
/illumos-gate/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 33 mktemp.o setitimer.o strpbrk.o writev.o
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | comm.c | 225 ** RETRY_WRITEV -- Keep calling the writev() system call 280 n = writev(fd, iov, iovcnt);
|
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_hostconf.c | 361 retval = writev(fd, iov, iovlen);
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_streams.c | 266 bytes = writev(fd, str->iovCur, str->iovCurCount);
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_send.c | 225 if (writev(s, iov, 2) != sizeof (len) +
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 1636 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 D | port_after.h | 474 int writev(int, struct iovec *, int);
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | checkpw.c | 349 * 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 D | Makefile | 153 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 D | ptrace.c | 325 if (writev(cp->ctlfd, iov, 2) < 0) 642 (void) writev(cp->ctlfd, iov, 2);
|