Searched refs:writev_pos (Results 1 – 10 of 10) sorted by relevance
/haiku/headers/posix/sys/ |
H A D | uio.h | 25 ssize_t writev_pos(int fd, off_t pos, const struct iovec *vec, int count);
|
/haiku/headers/compatibility/bsd/sys/ |
H A D | uio.h | 31 return writev_pos(fd, pos, vecs, count); in pwritev()
|
/haiku/src/system/libroot/posix/sys/ |
H A D | uio.c | 59 writev_pos(int fd, off_t pos, const struct iovec *vecs, int count) in writev_pos() function
|
/haiku/src/tools/fs_shell/ |
H A D | uio.cpp | 122 return writev_pos(fd, pos, systemVecs, count); in fssh_writev_pos()
|
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | Journal.cpp | 827 if (writev_pos(fVolume->Device(), logOffset in _WriteTransactionToLog() 852 if (writev_pos(fVolume->Device(), logOffset in _WriteTransactionToLog()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 1645 #define writev_pos fssh_writev_pos macro
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 2725 void writev_pos() {} in writev_pos() function
|
H A D | libroot_stubs.c | 2743 void writev_pos() {} in writev_pos() function
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | fs_cache.c | 971 ret = writev_pos(ents[i]->dev, start_bnum * (fs_off_t)bsize, in flush_ents()
|
/haiku/src/system/kernel/cache/ |
H A D | block_cache.cpp | 1342 ssize_t written = writev_pos(fCache->fd, in _WriteBlocks()
|