Searched refs:writev_pos (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/posix/sys/
H A Duio.h25 ssize_t writev_pos(int fd, off_t pos, const struct iovec *vec, int count);
/haiku/headers/compatibility/bsd/sys/
H A Duio.h31 return writev_pos(fd, pos, vecs, count);
/haiku/src/system/libroot/posix/sys/
H A Duio.c59 writev_pos(int fd, off_t pos, const struct iovec *vecs, int count) function
/haiku/src/tools/fs_shell/
H A Duio.cpp122 return writev_pos(fd, pos, systemVecs, count);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp827 if (writev_pos(fVolume->Device(), logOffset
852 if (writev_pos(fVolume->Device(), logOffset
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1642 #define writev_pos fssh_writev_pos macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2721 void writev_pos() {} function
H A Dlibroot_stubs_legacy.c2713 void writev_pos() {} function
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c971 ret = writev_pos(ents[i]->dev, start_bnum * (fs_off_t)bsize,

Completed in 267 milliseconds