Home
last modified time | relevance | path

Searched refs:writev_pos (Results 1 – 10 of 10) 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); in pwritev()
/haiku/src/system/libroot/posix/sys/
H A Duio.c59 writev_pos(int fd, off_t pos, const struct iovec *vecs, int count) in writev_pos() function
/haiku/src/tools/fs_shell/
H A Duio.cpp122 return writev_pos(fd, pos, systemVecs, count); in fssh_writev_pos()
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp827 if (writev_pos(fVolume->Device(), logOffset in _WriteTransactionToLog()
852 if (writev_pos(fVolume->Device(), logOffset in _WriteTransactionToLog()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1645 #define writev_pos fssh_writev_pos macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2725 void writev_pos() {} in writev_pos() function
H A Dlibroot_stubs.c2743 void writev_pos() {} in 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, in flush_ents()
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1342 ssize_t written = writev_pos(fCache->fd, in _WriteBlocks()