Searched refs:bytes_read (Results 1 – 2 of 2) sorted by relevance
121 uint16_t bytes_read = 0; in read_attkb() local155 req.offset = bytes_read; in read_attkb()178 ret = read(fd, (uint8_t *)data + bytes_read, req.size); in read_attkb()186 bytes_read += ret; in read_attkb()192 return bytes_read; in read_attkb()
660 int bytes_read; in blockif_read_head_or_tail_area() local672 bytes_read = preadv(fd, b_iov, 1, offset); in blockif_read_head_or_tail_area()674 if (bytes_read < 0) { in blockif_read_head_or_tail_area()
Completed in 11 milliseconds