Searched refs:sbuf (Results 1 – 2 of 2) sorted by relevance
230 syncsendbuf sbuf; in SendLargeFile() local231 sbuf.id = ID_DATA; in SendLargeFile()233 int bytes_read = adb_read(lfd, sbuf.data, max); in SendLargeFile()242 sbuf.size = bytes_read; in SendLargeFile()243 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read); in SendLargeFile()
743 uint8_t sbuf[SPI_RW_SIZE] = {0}; in InternalRead() local758 data = build_block_buffer(mpsse, mpsse->rx, sbuf, rxsize, &data_size); in InternalRead()