Searched refs:to_send (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/tools/usbboot/
H A Dusbboot.c225 size_t to_send= image_size; local
228 while(to_send > 0) {
229 size_t this_chunk= min(to_send, CHUNK_SIZE);
233 to_send-= this_chunk;
240 image_size - to_send);

Completed in 26 milliseconds