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

/haiku/src/tools/fs_shell/
H A Duio.cpp35 struct iovec* systemVecs)
43 systemVecs[i].iov_base = vecs[i].iov_base;
44 systemVecs[i].iov_len = vecs[i].iov_len;
54 struct iovec systemVecs[kMaxIOVecs]; local
55 if (!prepare_iovecs(vector, count, systemVecs))
64 return readv(fd, systemVecs, count);
66 return _kern_readv(fd, lseek(fd, 0, SEEK_CUR), systemVecs, count);
74 struct iovec systemVecs[kMaxIOVecs]; local
75 if (!prepare_iovecs(vec, count, systemVecs))
83 return readv_pos(fd, pos, systemVecs, coun
34 prepare_iovecs(const struct fssh_iovec *vecs, int count, struct iovec* systemVecs) argument
93 struct iovec systemVecs[kMaxIOVecs]; local
113 struct iovec systemVecs[kMaxIOVecs]; local
[all...]

Completed in 30 milliseconds