Searched defs:vecs (Results 1 - 25 of 67) sorted by relevance

123

/haiku/headers/compatibility/bsd/sys/
H A Duio.h22 preadv(int fd, const struct iovec *vecs, int count, off_t pos) argument
29 pwritev(int fd, const struct iovec *vecs, int count, off_t pos) argument
/haiku/src/system/libroot/posix/sys/
H A Duio.c17 readv(int fd, const struct iovec *vecs, int count) argument
31 readv_pos(int fd, off_t pos, const struct iovec *vecs, int count) argument
45 writev(int fd, const struct iovec *vecs, int count) argument
59 writev_pos(int fd, off_t pos, const struct iovec *vecs, int count) argument
/haiku/src/system/kernel/vm/
H A DVMDeviceCache.cpp24 VMDeviceCache::Read(off_t offset, const generic_io_vec *vecs, size_t count, argument
33 VMDeviceCache::Write(off_t offset, const generic_io_vec* vecs, size_t count, argument
H A DVMAnonymousNoSwapCache.cpp103 VMAnonymousNoSwapCache::Read(off_t offset, const generic_io_vec* vecs, size_t count, argument
112 VMAnonymousNoSwapCache::Write(off_t offset, const generic_io_vec* vecs, size_t count, argument
/haiku/src/tools/fs_shell/
H A Duio.cpp34 prepare_iovecs(const struct fssh_iovec *vecs, int count, argument
H A Dfd.cpp504 _kern_readv(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count) argument
583 _kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count) argument
/haiku/headers/private/kernel/util/
H A Diovec_support.h45 get_iovecs_from_user(const iovec* userVecs, size_t vecCount, iovec*& vecs, argument
[all...]
/haiku/src/build/libroot/
H A Dfs_freebsd.cpp231 haiku_freebsd_readv(int fd, const struct iovec *vecs, size_t count) argument
253 haiku_freebsd_writev(int fd, const struct iovec *vecs, size_t count) argument
/haiku/src/system/kernel/cache/
H A Dvnode_store.cpp46 VMVnodeCache::Read(off_t offset, const generic_io_vec* vecs, size_t count, argument
86 VMVnodeCache::Write(off_t offset, const generic_io_vec* vecs, size_t count, argument
94 VMVnodeCache::WriteAsync(off_t offset, const generic_io_vec* vecs, size_t count, argument
/haiku/src/system/kernel/util/
H A Dring_buffer.cpp280 ring_buffer_get_vecs(struct ring_buffer* buffer, struct iovec* vecs) argument
[all...]
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp181 Map::GetFileMap(off_t offset, off_t length, file_io_vec* vecs, argument
285 vfs_get_file_map(struct vnode* vnode, off_t offset, uint32 length, file_io_vec* vecs, size_t* _vecCount) argument
[all...]
H A Dpages_io_test.cpp106 file_map::Add(file_io_vec *vecs, size_t vecCount, off_t &lastOffset) argument
171 set_vecs(iovec *vecs, size_t *_count, ...) argument
251 vfs_get_file_map(void *vnode, off_t offset, size_t size, file_io_vec *vecs, argument
296 vfs_read_pages(void *device, void *cookie, off_t offset, const iovec *vecs, size_t count, size_t *bytes, bool kernel) argument
309 vfs_write_pages(void *device, void *cookie, off_t offset, const iovec *vecs, size_t count, size_t *bytes, bool kernel) argument
345 get_file_map(file_cache_ref *ref, off_t offset, size_t size, file_io_vec *vecs, size_t *_count) argument
445 pages_io(file_cache_ref *ref, off_t offset, const iovec *vecs, size_t count, size_t *_numBytes, bool doWrite) argument
651 iovec vecs[MAX_IO_VECS]; local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp632 file_io_vec vecs[IterativeIOGetVecsReply::MAX_VECS]; local
H A Dkernel_emu.cpp855 do_iterative_fd_io(dev_t volumeID, int fd, int32 requestID, void* cookie, const file_io_vec* vecs, uint32 vecCount) argument
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dio.cpp229 read_write(scsi_periph_device_info *device, scsi_ccb *request, io_operation *operation, uint64 offset, size_t originalNumBlocks, physical_entry* vecs, size_t vecCount, bool isWrite, size_t* _bytesTransferred) argument
516 periph_read_write(scsi_periph_device_info *device, scsi_ccb *request, uint64 offset, size_t numBlocks, physical_entry* vecs, size_t vecCount, bool isWrite, size_t* _bytesTransferred) argument
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp476 Icb::GetFileMap(off_t offset, size_t size, file_io_vec *vecs, size_t *count) argument
505 _GetFileMap(DescriptorList &list, off_t offset, size_t size, struct file_io_vec *vecs, size_t *count) argument
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.cpp26 UnixRequest::UnixRequest(const iovec* vecs, size_t count, argument
385 UnixFifo::Read(const iovec* vecs, size_t vecCount, argument
431 UnixFifo::Write(const iovec* vecs, size_t vecCount, argument
H A DUnixDatagramEndpoint.cpp211 UnixDatagramEndpoint::Send(const iovec* vecs, size_t vecCount, argument
323 UnixDatagramEndpoint::Receive(const iovec* vecs, size_t vecCount, argument
H A Dunix.cpp409 unix_send_data_no_buffer(net_protocol *_protocol, const iovec *vecs, argument
419 unix_read_data_no_buffer(net_protocol *_protocol, const iovec *vecs, argument
H A DUnixStreamEndpoint.cpp375 UnixStreamEndpoint::Send(const iovec* vecs, size_t vecCount, argument
469 UnixStreamEndpoint::Receive(const iovec* vecs, size_t vecCount, argument
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.cpp304 File::GetFileVecs(uint64 offset, size_t size, file_io_vec* vecs, size_t count, argument
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddma_resources.cpp433 generic_io_vec* vecs = NULL; local
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp155 file_io_vec vecs[kMaxSubRequests]; local
418 vfs_asynchronous_read_pages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, size_t count, generic_size_t numBytes, uint32 flags, AsyncIOCallback* callback) argument
444 vfs_asynchronous_write_pages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, size_t count, generic_size_t numBytes, uint32 flags, AsyncIOCallback* callback) argument
[all...]
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp382 const generic_io_vec* vecs = operation->Vecs(); local
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp285 read_file_io_vec_pages(int fd, const struct file_io_vec *fileVecs, size_t fileVecCount, const struct iovec *vecs, size_t vecCount, uint32 *_vecIndex, size_t *_vecOffset, size_t *_bytes) argument
296 write_file_io_vec_pages(int fd, const struct file_io_vec *fileVecs, size_t fileVecCount, const struct iovec *vecs, size_t vecCount, uint32 *_vecIndex, size_t *_vecOffset, size_t *_bytes) argument
472 vfs_get_file_map(struct vnode *vnode, off_t offset, size_t size, struct file_io_vec *vecs, size_t *_count) argument

Completed in 165 milliseconds

123