Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 2 of 2) sorted by relevance

/devicemodel/hw/platform/rpmb/
A Datt_keybox.c121 uint16_t bytes_read = 0; in read_attkb() local
155 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()
/devicemodel/hw/
A Dblock_if.c660 int bytes_read; in blockif_read_head_or_tail_area() local
672 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