Lines Matching refs:buff
67 u8 buff[512]; member
174 unsigned long pipe, void *buff, int len, in sandbox_flash_control() argument
185 *(char *)buff = '\0'; in sandbox_flash_control()
225 assert(!resp || resp == priv->buff); in setup_response()
236 setup_response(priv, priv->buff, in handle_read()
244 struct sandbox_flash_priv *priv, const void *buff, in handle_ufi_command() argument
247 const struct scsi_cmd *req = buff; in handle_ufi_command()
251 struct scsi_inquiry_resp *resp = (void *)priv->buff; in handle_ufi_command()
271 struct scsi_read_capacity_resp *resp = (void *)priv->buff; in handle_ufi_command()
284 struct scsi_read10_req *req = (void *)buff; in handle_ufi_command()
300 unsigned long pipe, void *buff, int len) in sandbox_flash_bulk() argument
305 struct umass_bbb_cbw *cbw = buff; in sandbox_flash_bulk()
341 bytes_read = os_read(priv->fd, buff, len); in sandbox_flash_bulk()
350 memcpy(buff, priv->buff, len); in sandbox_flash_bulk()
358 memcpy(buff, &priv->status, len); in sandbox_flash_bulk()