Home
last modified time | relevance | path

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

/drivers/scsi/
A Dsandbox_scsi.c50 long bytes_read; in sandbox_scsi_exec() local
55 bytes_read = os_read(priv->fd, req->pdata, info->buff_used); in sandbox_scsi_exec()
56 if (bytes_read < 0) in sandbox_scsi_exec()
57 return bytes_read; in sandbox_scsi_exec()
58 if (bytes_read != info->buff_used) in sandbox_scsi_exec()
/drivers/serial/
A Dserial_octeon_pcie_console.c120 int bytes_read; in octeon_pcie_console_read() local
141 bytes_read = 0; in octeon_pcie_console_read()
153 bytes_read += read_size; in octeon_pcie_console_read()
156 if (bytes_read) in octeon_pcie_console_read()
159 return bytes_read; in octeon_pcie_console_read()
/drivers/usb/emul/
A Dsandbox_flash.c275 ulong bytes_read; in sandbox_flash_bulk() local
280 bytes_read = os_read(priv->fd, buff, len); in sandbox_flash_bulk()
281 if (bytes_read != len) in sandbox_flash_bulk()

Completed in 7 milliseconds