Searched defs:vecCount (Results 1 - 25 of 28) sorted by path

12

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp753 uint32 vecCount = request->vecCount; local
H A DVolume.cpp182 uint32 vecCount; member in struct:Volume::IterativeFDIOCookie
4693 size_t vecCount = 0; local
184 IterativeFDIOCookie(Volume* volume, int fd, int32 requestID, void* clientCookie, off_t offset, const file_io_vec* vecs, uint32 vecCount) argument
723 DoIterativeFDIO(int fd, int32 requestID, void* clientCookie, const file_io_vec* vecs, uint32 vecCount) argument
[all...]
/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
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
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
H A DUserlandRequestHandler.cpp633 size_t vecCount = IterativeIOGetVecsReply::MAX_VECS; local
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp318 L2capEndpoint::Send(const iovec* vecs, size_t vecCount, argument
328 L2capEndpoint::Receive(const iovec* vecs, size_t vecCount, argument
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp628 get_iovecs(net_buffer *_buffer, struct iovec *iovecs, uint32 vecCount) argument
H A Dnet_buffer.cpp2262 get_iovecs(net_buffer* _buffer, struct iovec* iovecs, uint32 vecCount) argument
H A Dnet_socket.cpp298 int vecCount = header ? header->msg_iovlen : 1; local
1337 int vecCount = header ? header->msg_iovlen : 1; local
/haiku/headers/private/kernel/util/
H A Diovec_support.h45 get_iovecs_from_user(const iovec* userVecs, size_t vecCount, iovec*& vecs, argument
/haiku/headers/private/userlandfs/private/
H A DRequests.h627 uint32 vecCount; member in class:UserlandFSUtil::IterativeIOGetVecsRequest
638 uint32 vecCount; member in class:UserlandFSUtil::IterativeIOGetVecsReply
1870 uint32 vecCount; member in class:UserlandFSUtil::DoIterativeFDIORequest
/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/network/protocols/unix/
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.cpp385 UnixFifo::Read(const iovec* vecs, size_t vecCount, argument
431 UnixFifo::Write(const iovec* vecs, size_t vecCount, argument
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 Dunix.cpp409 unix_send_data_no_buffer(net_protocol *_protocol, const iovec *vecs, size_t vecCount, ancillary_data_container *ancillaryData, const struct sockaddr *address, socklen_t addressLength, int flags) argument
419 unix_read_data_no_buffer(net_protocol *_protocol, const iovec *vecs, size_t vecCount, ancillary_data_container **_ancillaryData, struct sockaddr *_address, socklen_t *_addressLength, int flags) argument
/haiku/src/system/boot/loader/
H A Dmenu.cpp1105 int32 vecCount = ring_buffer_get_vecs(syslogBuffer, vecs); local
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp387 uint32 vecCount = 0; local
503 uint32 vecCount = 0; local
H A Dfile_map.cpp233 FileMap::_Add(file_io_vec* vecs, size_t vecCount, off_t& lastOffset) argument
371 size_t vecCount = kMaxVecs; local
/haiku/src/system/kernel/device_manager/
H A DIOCache.cpp532 size_t vecCount = 0; local
H A DIORequest.cpp379 uint32 vecCount = fDMABuffer->VecCount(); local
461 uint32 vecCount = fDMABuffer->VecCount(); local
622 uint32 vecCount = fDMABuffer->VecCount(); local
636 uint32 vecCount local
825 int32 vecCount = fBuffer->VecCount(); local
1149 uint32 vecCount = fBuffer->VecCount(); local
[all...]
H A Ddma_resources.cpp307 int32 vecCount = buffer.VecCount(); local
360 uint32 vecCount = buffer.VecCount(); local
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3430 zero_iovecs(const iovec* vecs, size_t vecCount, size_t bytes) 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
[all...]
H A Dvfs_request_io.cpp156 size_t vecCount = kMaxSubRequests; local
/haiku/src/system/kernel/
H A Dport.cpp1555 writev_port_etc(port_id id, int32 msgCode, const iovec* msgVecs, size_t vecCount, size_t bufferSize, uint32 flags, bigtime_t timeout) argument
1916 _user_writev_port_etc(port_id port, int32 messageCode, const iovec *userVecs, size_t vecCount, size_t bufferSize, uint32 flags, bigtime_t timeout) argument

Completed in 367 milliseconds

12