Searched refs:_kern_writev (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tools/fs_shell/
H A Duio.cpp24 # define _kern_writev _kernbuild_writev macro
26 extern "C" ssize_t _kern_writev(int fd, off_t pos, const struct iovec *vecs, size_t count);
105 return _kern_writev(fd, lseek(fd, 0, SEEK_CUR), systemVecs, count);
124 return _kern_writev(fd, pos, systemVecs, count);
H A Dsyscalls.h90 fssh_ssize_t _kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs,
H A Dfd.cpp583 _kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count) function in namespace:FSShell
/haiku/src/system/libroot/posix/sys/
H A Duio.c52 bytes = _kern_writev(fd, -1, vecs, count);
66 bytes = _kern_writev(fd, pos, vecs, count);
/haiku/headers/build/private/kernel/
H A Dsyscalls.h40 #define _kern_writev _kernbuild_writev macro
89 extern ssize_t _kern_writev(int fd, off_t pos, const struct iovec *vecs,
/haiku/headers/private/system/
H A Dsyscalls.h337 extern ssize_t _kern_writev(int fd, off_t pos, const struct iovec *vecs,
/haiku/src/system/kernel/fs/
H A Dfd.cpp1122 _kern_writev(int fd, off_t pos, const iovec* vecs, size_t count) function
/haiku/src/build/libroot/
H A Dfs.cpp1191 _kern_writev(int fd, off_t pos, const struct iovec *vec, size_t count) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1355 void _kern_writev() {} function
H A Dlibroot_stubs_legacy.c1275 void _kern_writev() {} function

Completed in 220 milliseconds