Searched defs:vecs (Results 1 - 25 of 68) sorted by last modified time

123

/haiku/src/tools/fs_shell/
H A Dvfs.cpp2172 fssh_read_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs, argument
1730 common_file_io_vec_pages(int fd, const fssh_file_io_vec *fileVecs, fssh_size_t fileVecCount, const fssh_iovec *vecs, fssh_size_t vecCount, uint32_t *_vecIndex, fssh_size_t *_vecOffset, fssh_size_t *_numBytes, bool doWrite) argument
2213 fssh_write_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
2254 fssh_read_file_io_vec_pages(int fd, const fssh_file_io_vec *fileVecs, fssh_size_t fileVecCount, const fssh_iovec *vecs, fssh_size_t vecCount, uint32_t *_vecIndex, fssh_size_t *_vecOffset, fssh_size_t *_bytes) argument
2265 fssh_write_file_io_vec_pages(int fd, const fssh_file_io_vec *fileVecs, fssh_size_t fileVecCount, const fssh_iovec *vecs, fssh_size_t vecCount, uint32_t *_vecIndex, fssh_size_t *_vecOffset, fssh_size_t *_bytes) argument
2386 vfs_read_pages(void *_vnode, void *cookie, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
2397 vfs_write_pages(void *_vnode, void *cookie, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
2696 vfs_get_file_map(void *_vnode, fssh_off_t offset, fssh_size_t size, fssh_file_io_vec *vecs, fssh_size_t *_count) argument
[all...]
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/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/btrfs/
H A Dkernel_interface.cpp55 iterative_io_get_vecs_hook(void* cookie, io_request* request, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
256 btrfs_read_pages(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
329 btrfs_get_file_map(fs_volume* _volume, fs_vnode* _node, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3430 zero_iovecs(const iovec* vecs, size_t vecCount, size_t bytes) argument
600 PagesIOTraceEntry(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, uint32 count, uint32 flags, generic_size_t bytesRequested, status_t status, generic_size_t bytesTransferred) argument
658 ReadPages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, uint32 count, uint32 flags, generic_size_t bytesRequested, status_t status, generic_size_t bytesTransferred) argument
678 WritePages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, uint32 count, uint32 flags, generic_size_t bytesRequested, status_t status, generic_size_t bytesTransferred) argument
3444 common_file_io_vec_pages(struct vnode* vnode, void* cookie, const file_io_vec* fileVecs, size_t fileVecCount, const iovec* vecs, size_t vecCount, uint32* _vecIndex, size_t* _vecOffset, size_t* _numBytes, bool doWrite) argument
4051 read_file_io_vec_pages(int fd, const file_io_vec* fileVecs, size_t fileVecCount, const iovec* vecs, size_t vecCount, uint32* _vecIndex, size_t* _vecOffset, size_t* _bytes) argument
4069 write_file_io_vec_pages(int fd, const file_io_vec* fileVecs, size_t fileVecCount, const iovec* vecs, size_t vecCount, uint32* _vecIndex, size_t* _vecOffset, size_t* _bytes) argument
4637 vfs_read_pages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, size_t count, uint32 flags, generic_size_t* _numBytes) argument
4665 vfs_write_pages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, size_t count, uint32 flags, generic_size_t* _numBytes) argument
4769 vfs_get_file_map(struct vnode* vnode, off_t offset, size_t size, file_io_vec* vecs, size_t* _count) argument
[all...]
H A Dfd.cpp1030 _kern_readv(int fd, off_t pos, const iovec* vecs, size_t count) argument
1122 _kern_writev(int fd, off_t pos, const iovec* vecs, size_t count) argument
[all...]
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...]
H A Dsocket.cpp149 iovec* vecs; local
H A Drootfs.cpp874 rootfs_read_pages(fs_volume* _volume, fs_vnode* _v, void* cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
882 rootfs_write_pages(fs_volume* _volume, fs_vnode* _v, void* cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp297 iovec* vecs = header ? header->msg_iov : &stackVec; local
1336 iovec* vecs = header ? header->msg_iov : &stackVec; local
/haiku/src/system/kernel/vm/
H A Dvm.cpp1951 vm_map_physical_memory_vecs(team_id team, const char* name, void** _address, uint32 addressSpec, addr_t* _size, uint32 protection, struct generic_io_vec* vecs, uint32 vecCount) argument
[all...]
H A DVMCache.cpp1340 VMCache::Read(off_t offset, const generic_io_vec *vecs, size_t count, argument
1348 VMCache::Write(off_t offset, const generic_io_vec *vecs, size_t count, argument
1356 VMCache::WriteAsync(off_t offset, const generic_io_vec* vecs, size_t count, argument
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp223 iovec* vecs; member in union:transfer_data::__anon5
[all...]
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1169 iovec vecs[count]; local
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp1213 dosfs_read_pages(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const iovec *vecs, size_t count, size_t *_numBytes) argument
1255 dosfs_write_pages(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const iovec *vecs, size_t count, size_t *_numBytes) argument
1300 dosfs_get_file_map(fs_volume *_vol, fs_vnode *_node, off_t position, size_t length, struct file_io_vec *vecs, size_t *_count) argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp291 ext2_read_pages(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
335 ext2_write_pages(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
382 ext2_get_file_map(fs_volume* _volume, fs_vnode* _node, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
[all...]
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp375 UnixStreamEndpoint::Send(const iovec* vecs, size_t vecCount, argument
469 UnixStreamEndpoint::Receive(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 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 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
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp177 ufs2_read_pages(fs_volume *_volume, fs_vnode *_node, void *_cookie, off_t pos, const iovec *vecs, size_t count, size_t *_numBytes) argument
193 ufs2_get_file_map(fs_volume *_volume, fs_vnode *_node, off_t offset, size_t size, struct file_io_vec *vecs, size_t *_count) argument
/haiku/src/system/boot/loader/
H A Dmenu.cpp1104 iovec vecs[2]; local
/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/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp466 fs_read_pages(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
506 fs_write_pages(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
[all...]
/haiku/src/tests/system/kernel/cache/
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...]

Completed in 225 milliseconds

123