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

/haiku/src/tests/misc/
H A Dwritev-test.cpp21 ret = writev(fd, &vec1, 0x80000001);
28 ret = writev(fd, &vec2, 1);
35 ret = writev(fd, &vec3, 0xfff);
/haiku/headers/posix/sys/
H A Duio.h24 ssize_t writev(int fd, const struct iovec *vector, int count);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dherror.c114 (void)writev(STDERR_FILENO, iov, (int)((v - iov) + 1));
H A Dres_send.c744 if (writev(statp->_vcsock, iov, 2) != (ssize_t)(INT16SZ + buflen)) {
/haiku/src/system/libroot/posix/sys/
H A Duio.c45 writev(int fd, const struct iovec *vecs, int count) function
/haiku/src/bin/fwcontrol/
H A Dfwdv.c233 writev(fd, wbuf, vec);
248 writev(fd, wbuf, vec);
257 writev(fd, wbuf, vec);
411 len = writev(d, wbuf, vec);
/haiku/headers/os/drivers/
H A DDrivers.h55 device_writev_hook writev; member in struct:__anon1
/haiku/src/tools/fs_shell/
H A Duio.cpp103 return writev(fd, systemVecs, count);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h210 beos_op_writev *writev; member in struct:beos_vnode_ops
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h191 op_writev *writev; member in struct:vnode_ops
/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_streams.c276 bytes = writev(fd, str->iovCur, str->iovCurCount);
/haiku/src/build/libroot/
H A Dfs.cpp52 # define haiku_host_platform_writev writev
59 # define haiku_host_platform_writev writev
/haiku/src/system/boot/loader/
H A Dvfs.cpp1005 writev(int fd, const struct iovec* vecs, int count) function
H A Dmenu.cpp1109 ssize_t written = writev(fd, vecs, vecCount);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1641 #define writev fssh_writev macro
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1183 ssize_t written = writev(sPcapFD, vecs, used);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2720 void writev() {} function
H A Dlibroot_stubs_legacy.c2712 void writev() {} function

Completed in 214 milliseconds