Searched refs:bytes_read (Results 1 – 1 of 1) sorted by relevance
19 ssize_t bytes_read = INLINE_SYSCALL(readv, 3, fd, vector, count); in __NC() local21 if (bytes_read >= 0 || errno != EINVAL || count <= UIO_FASTIOV) in __NC()22 return bytes_read; in __NC()
Completed in 3 milliseconds