/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | main.c | 82 if (writev(pfd, piov, 2) == -1) in init_proc() 92 if (writev(pfd, piov, 2) == -1) in init_proc() 102 if (writev(pfd, piov, 2) == -1) in init_proc() 112 if (writev(pfd, piov, 2) == -1) in init_proc() 121 if (writev(pfd, piov, 2) == -1) in init_proc() 218 if (writev(pctlfd, piov, 1) == -1) in main() 245 if (writev(pctlfd, piov, 2) == -1) in main() 249 if (writev(pctlfd, piov, 1) == -1) in main() 260 if (writev(pctlfd, piov, 2) == -1) in main() 277 if (writev(pctlfd, piov, 2) == -1) in main() [all …]
|
H A D | bpt.c | 316 if (writev(ph->pp_ctlfd, piov, 5) == -1) { in continue_to_break() 349 if (writev(ph->pp_ctlfd, piov, 1) == -1) in continue_to_break() 444 if (writev(ph->pp_ctlfd, piov, 2) == -1) in step_n() 450 if (writev(ph->pp_ctlfd, piov, 2) == -1) in step_n() 454 if (writev(ph->pp_ctlfd, piov, 1) == -1) in step_n() 498 if (writev(ph->pp_ctlfd, piov, 1) == -1) in step_n()
|
/titanic_41/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);
|
/titanic_41/usr/src/lib/libc/common/sys/ |
H A D | writev.s | 37 SYSCALL2_RESTART_RVAL1(__writev,writev)
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | herror.c | 113 writev(STDERR_FILENO, iov, (v - iov) + 1); in herror()
|
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | writev.c | 42 writev(int fd, struct iovec *iov, int iovcnt) in writev() function
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | writev.c | 45 writev(int fd, struct iovec *iov, int iovcnt) in writev() function
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 258 writev.2 407 writev.2 := LINKSRC = write.2
|
/titanic_41/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)
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Plwpregs.c | 162 if (writev(P->ctlfd, iov, 2) == -1) in setlwpregs() 181 if (writev(fd, iov, 2) > 0) { in setlwpregs()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 158 ((TMP) = writev((FD), (SG), (LEN)), (TMP))
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 117 writev 122
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 115 writev 122
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | uio.h | 258 extern ssize_t writev(int, const struct iovec *, int);
|
/titanic_41/usr/src/ucbcmd/sbcp/ |
H A D | syscalls.list | 145 writev SIMPLE /* 121 = 3, writev */
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_sndv.c | 248 retval = (int)writev(fd, iov, iovcount); in _tx_sndv()
|
/titanic_41/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 156 f 1 writev
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | comm.c | 280 n = writev(fd, iov, iovcnt);
|
/titanic_41/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 33 mktemp.o setitimer.o strpbrk.o writev.o
|
/titanic_41/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 154 f 1 writev
|
/titanic_41/usr/src/lib/libresolv/ |
H A D | res_send.c | 212 if (writev(s, iov, 2) != sizeof (len) +
|
/titanic_41/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_hostconf.c | 361 retval = writev(fd, iov, iovlen); in write_hostconf()
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_streams.c | 266 bytes = writev(fd, str->iovCur, str->iovCurCount); in writable()
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 474 int writev(int, struct iovec *, int);
|