Searched defs:lastSize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Demac.c39 static unsigned lastSize; variable
212 lastSize += len;
214 printf("tftp: %u kB\r", lastSize / 1024);
221 printf("tftp: %u byte\n", lastSize);
545 lastSize = 0;

Completed in 55 milliseconds