Searched refs:readv_pos (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/posix/sys/
H A Duio.h23 ssize_t readv_pos(int fd, off_t pos, const struct iovec *vec, int count);
/haiku/headers/compatibility/bsd/sys/
H A Duio.h24 return readv_pos(fd, pos, vecs, count);
/haiku/src/system/libroot/posix/sys/
H A Duio.c31 readv_pos(int fd, off_t pos, const struct iovec *vecs, int count) function
/haiku/src/tools/fs_shell/
H A Duio.cpp83 return readv_pos(fd, pos, systemVecs, count);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1640 #define readv_pos fssh_readv_pos macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2326 void readv_pos() {} function
H A Dlibroot_stubs_legacy.c2305 void readv_pos() {} function
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c1716 ret = readv_pos(dev, bnum*bsize, iov, num);

Completed in 135 milliseconds