Searched refs:iov_count (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/readv/ |
H A D | readv01.c | 32 int iov_count, exp_ret; member 53 for (i = 0; i < tc->iov_count; i++) { in test_readv() 58 TEST(readv(fd, vec, tc->iov_count)); in test_readv() 73 for (i = 0, fpos = 0; i < tc->iov_count; i++) { in test_readv()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 495 struct iovec *iov, int iov_count, 509 iov[iov_count].iov_base = buf->buf[0].mem; 510 iov[iov_count].iov_len = len; 511 iov_count++; 512 return fuse_send_msg(se, ch, iov, iov_count); 527 iov[iov_count].iov_base = mbuf; 528 iov[iov_count].iov_len = len; 529 iov_count++; 530 res = fuse_send_msg(se, ch, iov, iov_count); 660 struct iovec *iov, int iov_count, 493 fuse_send_data_iov_fallback(struct fuse_session *se, struct fuse_chan *ch, struct iovec *iov, int iov_count, struct fuse_bufvec *buf, size_t len) global() argument 659 fuse_send_data_iov(struct fuse_session *se, struct fuse_chan *ch, struct iovec *iov, int iov_count, struct fuse_bufvec *buf, unsigned int flags) global() argument 863 fuse_send_data_iov(struct fuse_session *se, struct fuse_chan *ch, struct iovec *iov, int iov_count, struct fuse_bufvec *buf, unsigned int flags) global() argument [all...] |
Completed in 3 milliseconds