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

1234

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dwritev1.c1 /* Trivial test of writev.
20 if (writev (1, v, sizeof v / sizeof (v[0])) != 15)
H A Dwritev2.c1 /* Trivial test of failing writev: invalid file descriptor.
20 if (writev (99, v, sizeof v / sizeof (v[0])) != -1
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dwritev1.c1 /* Trivial test of writev.
20 if (writev (1, v, sizeof v / sizeof (v[0])) != 15)
H A Dwritev2.c1 /* Trivial test of failing writev: invalid file descriptor.
20 if (writev (99, v, sizeof v / sizeof (v[0])) != -1
/netbsd-current/lib/libisns/
H A Disns_fileio.c52 rval = writev(fd, iov, iovcnt);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dwritev.c1 /* $NetBSD: writev.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
41 writev(int d, const struct iovec *iov, int iovcnt) function
/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dherror.c115 writev(STDERR_FILENO, iov, (v - iov) + 1);
/netbsd-current/lib/libc/gen/
H A Dpsignal.c78 (void)writev(STDERR_FILENO, iov, (int)((v - iov) + 1));
H A Dxsyslog.c317 (void)writev(STDERR_FILENO, piov, piovcnt);
358 (void)writev(fd, iov, iovcnt + 1);
/netbsd-current/lib/libc/resolv/
H A Dherror.c120 (void)writev(STDERR_FILENO, iov, (int)((v - iov) + 1));
/netbsd-current/sys/sys/
H A Duio.h117 ssize_t writev(int, const struct iovec *, int);
/netbsd-current/sys/arch/zaurus/stand/zbsdmod/
H A Dcompat_linux.h52 void (*writev) (void); member in struct:file_operations
/netbsd-current/external/mpl/dhcp/dist/common/
H A Draw.c133 result = writev(interface -> wfdesc, iov, 2);
/netbsd-current/games/mille/
H A Dsave.c122 rv = varpush(outfd, writev);
/netbsd-current/usr.sbin/fwctl/
H A Dfwdv.c228 writev(fd, wbuf, vec);
243 writev(fd, wbuf, vec);
252 writev(fd, wbuf, vec);
417 len = writev(d, wbuf, vec);
/netbsd-current/lib/librumpuser/
H A Drumpuser_file.c284 KLOCK_WRAP(nn = writev(fd, iov, iovlen));
290 nn = writev(fd, iov, iovlen);
/netbsd-current/lib/libc/db/recno/
H A Drec_close.c168 if (writev(t->bt_rfd, iov, 2) !=
/netbsd-current/lib/libutil/
H A Dttymsg.c130 wret = writev(fd, iov, iovcnt);
/netbsd-current/usr.sbin/btpand/
H A Dtap.c174 nw = writev(chan->fd, iov, __arraycount(iov));
/netbsd-current/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h186 int writev(int, struct iovec *, int);
/netbsd-current/usr.sbin/mopd/common/
H A Dpf.c245 if (writev(fd, iov, 2) == len)
/netbsd-current/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h188 int writev(int, struct iovec *, int);
/netbsd-current/usr.bin/audio/common/
H A Daudio.c228 if (writev(ti->outfd, iv, veclen) != tlen)
/netbsd-current/lib/libbluetooth/
H A Dsdp_session.c194 nw = writev(ss->s, iov, num);
/netbsd-current/sys/rump/include/rump/
H A Drump_syscallshotgun.h77 #define writev(a,b,c) rump_sys_writev(a,b,c) macro

Completed in 325 milliseconds

1234